Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_quota_defs.h130 #define XFS_QMOPT_RESBLK_MASK (XFS_QMOPT_RES_REGBLKS | XFS_QMOPT_RES_RTBLKS) macro
/linux-6.12.1/fs/xfs/
Dxfs_trans_dquot.c854 ASSERT(flags & XFS_QMOPT_RESBLK_MASK); in xfs_trans_dqresv()
855 xfs_trans_mod_dquot(tp, dqp, flags & XFS_QMOPT_RESBLK_MASK, in xfs_trans_dqresv()
909 ASSERT(flags & XFS_QMOPT_RESBLK_MASK); in xfs_trans_reserve_quota_bydquots()