Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Ddqblk_xfs.h142 #define FS_QUOTA_PDQ_ENFD (1<<5) /* project quota limits enforcement */ macro
/linux-6.12.1/fs/xfs/
Dxfs_quotaops.c159 if (uflags & FS_QUOTA_PDQ_ENFD) in xfs_quota_flags()
/linux-6.12.1/fs/bcachefs/
Dquota.c569 if (uflags & FS_QUOTA_PDQ_ENFD && !c->opts.prjquota) in bch2_quota_enable()
585 if (uflags & FS_QUOTA_PDQ_ENFD) in bch2_quota_enable()
609 if (uflags & FS_QUOTA_PDQ_ENFD) in bch2_quota_disable()
/linux-6.12.1/fs/quota/
Dquota.c81 return FS_QUOTA_PDQ_ENFD; in qtype_enforce_flag()
350 flags |= FS_QUOTA_PDQ_ENFD; in quota_state_to_flags()