Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_quota_defs.h87 #define XFS_QMOPT_RES_RTBLKS 0x0020000 macro
104 #define XFS_TRANS_DQ_RES_RTBLKS XFS_QMOPT_RES_RTBLKS
115 #define XFS_QMOPT_RESBLK_MASK (XFS_QMOPT_RES_REGBLKS | XFS_QMOPT_RES_RTBLKS)
/Linux-v5.15/fs/xfs/
Dxfs_trans_dquot.c816 XFS_QMOPT_RES_RTBLKS | qflags); in xfs_trans_reserve_quota_nblks()
Dxfs_trace.h1107 { XFS_QMOPT_RES_RTBLKS, "RES_RTBLKS" }, \