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

/linux-master/include/uapi/linux/
H A Ddqblk_xfs.h141 #define FS_QUOTA_PDQ_ACCT (1<<4) /* project quota accounting */ macro
/linux-master/fs/xfs/
H A Dxfs_quotaops.c142 if (uflags & FS_QUOTA_PDQ_ACCT)
/linux-master/fs/bcachefs/
H A Dquota.c636 if (uflags & (FS_QUOTA_UDQ_ACCT|FS_QUOTA_GDQ_ACCT|FS_QUOTA_PDQ_ACCT))
/linux-master/fs/quota/
H A Ddquot.c2587 flags &= ~(FS_QUOTA_UDQ_ACCT | FS_QUOTA_GDQ_ACCT | FS_QUOTA_PDQ_ACCT);
2633 (FS_QUOTA_UDQ_ACCT | FS_QUOTA_GDQ_ACCT | FS_QUOTA_PDQ_ACCT))
H A Dquota.c348 flags |= FS_QUOTA_PDQ_ACCT;

Completed in 163 milliseconds