OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRPQUOTA
(Results
76 - 80
of
80
) sorted by null
1
2
3
4
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
quota.h
76
#define
GRPQUOTA
1 /* element used for group quotas */
83
"group", /*
GRPQUOTA
*/ \
/external/e2fsprogs/lib/quota/
quotaio.c
294
else if (type ==
GRPQUOTA
)
/external/e2fsprogs/misc/
tune2fs.c
96
static int usrquota,
grpquota
;
variable
599
grpquota
= QOPT_ENABLE;
616
grpquota
= QOPT_DISABLE;
726
if (!usrquota && !
grpquota
)
732
if (usrquota == QOPT_ENABLE ||
grpquota
== QOPT_ENABLE)
744
if (
grpquota
== QOPT_ENABLE && !fs->super->s_grp_quota_inum) {
745
if ((qf_ino = quota_file_exists(fs,
GRPQUOTA
,
747
quota_update_limits(qctx, qf_ino,
GRPQUOTA
);
748
quota_write_inode(qctx,
GRPQUOTA
);
749
} else if (
grpquota
== QOPT_DISABLE)
[
all
...]
/external/strace/
quota.c
82
#define
GRPQUOTA
1
/external/e2fsprogs/e2fsck/
unix.c
[
all
...]
Completed in 212 milliseconds
1
2
3
4