Home
last modified time | relevance | path

Searched refs:GRPQUOTA (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dquotatypes.h14 #if defined(GRPQUOTA) || (defined(HAVE_DECL_GRPQUOTA) && HAVE_DECL_GRPQUOTA)
15 XLAT(GRPQUOTA),
Dquotatypes.in2 GRPQUOTA
/external/e2fsprogs/e2fsck/
Dquota.c76 GRPQUOTA); in e2fsck_hide_quota()
Dunix.c1628 qtype = sb->s_usr_quota_inum ? USRQUOTA : GRPQUOTA; in main()
/external/kernel-headers/original/uapi/linux/
Dquota.h43 #define GRPQUOTA 1 /* element used for group quotas */ macro
/external/e2fsprogs/lib/quota/
Dquotaio.h21 #define GRPQUOTA 1 macro
Dquotaio.c294 else if (type == GRPQUOTA) in quota_file_create()
/external/e2fsprogs/misc/
Dtune2fs.c745 if ((qf_ino = quota_file_exists(fs, GRPQUOTA, in handle_quota_options()
747 quota_update_limits(qctx, qf_ino, GRPQUOTA); in handle_quota_options()
748 quota_write_inode(qctx, GRPQUOTA); in handle_quota_options()
750 quota_remove_inode(fs, GRPQUOTA); in handle_quota_options()
/external/strace/
Dquota.c82 #define GRPQUOTA 1 macro