Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_dquot.h104 switch (type & XFS_DQ_ALLTYPES) { in xfs_this_quota_on()
118 switch (type & XFS_DQ_ALLTYPES) { in xfs_inode_dquot()
Dxfs_qm.h103 switch (dq_flags & XFS_DQ_ALLTYPES) { in xfs_quota_inode()
Dxfs_qm_syscalls.c266 (flags & ~XFS_DQ_ALLTYPES)) { in xfs_qm_scall_trunc_qfiles()
Dxfs_dquot.c338 dqp->dq_flags & XFS_DQ_ALLTYPES, bp); in xfs_dquot_disk_alloc()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_quota_defs.h30 #define XFS_DQ_ALLTYPES (XFS_DQ_USER|XFS_DQ_PROJ|XFS_DQ_GROUP) macro
/linux-4.19.296/fs/xfs/scrub/
Dquota.c119 if (dqtype != (d->d_flags & XFS_DQ_ALLTYPES)) in xchk_quota_item()