Searched refs:xfs_trans_reserve_quota_nblks (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_quota.h100 int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, struct xfs_inode *ip,
130 return xfs_trans_reserve_quota_nblks(NULL, ip, blocks, 0, false);
176 static inline int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, function
H A Dxfs_trans.c1219 error = xfs_trans_reserve_quota_nblks(tp, ip, dblocks, rblocks, force);
1288 error = xfs_trans_reserve_quota_nblks(tp, ip, dblocks, rblocks,
1483 error = xfs_trans_reserve_quota_nblks(tp, dp, resblks, 0, false);
H A Dxfs_trans_dquot.c947 xfs_trans_reserve_quota_nblks( function
H A Dxfs_reflink.c1274 error = xfs_trans_reserve_quota_nblks(tp, ip,
H A Dxfs_inode.c3081 error = xfs_trans_reserve_quota_nblks(tp, target_dp, spaceres,

Completed in 119 milliseconds