Searched refs:quotatype (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/misc/
H A Dmke2fs.c101 static int quotatype = -1; /* Initialize both user and group quotas by default */ variable
857 } else if (!strcmp(token, "quotatype")) {
864 quotatype = 0;
866 quotatype = 1;
869 _("Invalid quotatype parameter: %s\n"),
2356 quota_write_inode(qctx, quotatype);

Completed in 108 milliseconds