Home
last modified time | relevance | path

Searched refs:FS_QUOTA_GDQ_ENFD (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/uapi/linux/
Ddqblk_xfs.h140 #define FS_QUOTA_GDQ_ENFD (1<<3) /* group quota limits enforcement */ macro
/linux-6.12.1/fs/xfs/
Dxfs_quotaops.c157 if (uflags & FS_QUOTA_GDQ_ENFD) in xfs_quota_flags()
/linux-6.12.1/fs/bcachefs/
Dquota.c566 if ((uflags & FS_QUOTA_GDQ_ENFD) && !c->opts.grpquota) in bch2_quota_enable()
582 if (uflags & FS_QUOTA_GDQ_ENFD) in bch2_quota_enable()
606 if (uflags & FS_QUOTA_GDQ_ENFD) in bch2_quota_disable()
/linux-6.12.1/fs/quota/
Dquota.c79 return FS_QUOTA_GDQ_ENFD; in qtype_enforce_flag()
346 flags |= FS_QUOTA_GDQ_ENFD; in quota_state_to_flags()