Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_quota_defs.h153 #define XFS_QMOPT_RESBLK_MASK (XFS_QMOPT_RES_REGBLKS | XFS_QMOPT_RES_RTBLKS) macro
/fs/xfs/
Dxfs_trans_dquot.c709 ASSERT(flags & XFS_QMOPT_RESBLK_MASK); in xfs_trans_dqresv()
712 flags & XFS_QMOPT_RESBLK_MASK, in xfs_trans_dqresv()
765 ASSERT(flags & XFS_QMOPT_RESBLK_MASK); in xfs_trans_reserve_quota_bydquots()