Home
last modified time | relevance | path

Searched refs:XFS_QMOPT_RESBLK_MASK (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_trans_dquot.c702 ASSERT(flags & XFS_QMOPT_RESBLK_MASK); in xfs_trans_dqresv()
705 flags & XFS_QMOPT_RESBLK_MASK, in xfs_trans_dqresv()
764 ASSERT(flags & XFS_QMOPT_RESBLK_MASK); in xfs_trans_reserve_quota_bydquots()
/fs/xfs/libxfs/
Dxfs_quota_defs.h137 #define XFS_QMOPT_RESBLK_MASK (XFS_QMOPT_RES_REGBLKS | XFS_QMOPT_RES_RTBLKS) macro