Home
last modified time | relevance | path

Searched refs:XFS_DQ_ALLTYPES (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_dquot.h107 switch (type & XFS_DQ_ALLTYPES) { in xfs_this_quota_on()
120 switch (type & XFS_DQ_ALLTYPES) { in xfs_inode_dquot()
Dxfs_dquot.c325 dqp->dq_flags & XFS_DQ_ALLTYPES, bp); in xfs_qm_dqalloc()
458 error = xfs_qm_dqcheck(mp, ddq, id, dqp->dq_flags & XFS_DQ_ALLTYPES, in xfs_qm_dqtobp()
Dxfs_quota.h92 #define XFS_DQ_ALLTYPES (XFS_DQ_USER|XFS_DQ_PROJ|XFS_DQ_GROUP) macro