Searched refs:xfs_trans_reserve_quota_nblks (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/ |
D | xfs_quota.h | 84 int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, struct xfs_inode *ip, 114 return xfs_trans_reserve_quota_nblks(NULL, ip, blocks, 0, false); in xfs_quota_reserve_blkres() 133 static inline int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, in xfs_trans_reserve_quota_nblks() function
|
D | xfs_trans.c | 1214 error = xfs_trans_reserve_quota_nblks(tp, ip, dblocks, rblocks, force); in xfs_trans_alloc_inode() 1416 error = xfs_trans_reserve_quota_nblks(tp, dp, resblks, 0, false); in xfs_trans_alloc_dir()
|
D | xfs_trans_dquot.c | 784 xfs_trans_reserve_quota_nblks( in xfs_trans_reserve_quota_nblks() function
|
D | xfs_reflink.c | 1271 error = xfs_trans_reserve_quota_nblks(tp, ip, in xfs_reflink_remap_extent()
|
D | xfs_inode.c | 2963 error = xfs_trans_reserve_quota_nblks(tp, target_dp, spaceres, in xfs_rename()
|