Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_quota.h84 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
Dxfs_trans.c1214 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()
Dxfs_trans_dquot.c784 xfs_trans_reserve_quota_nblks( in xfs_trans_reserve_quota_nblks() function
Dxfs_reflink.c1271 error = xfs_trans_reserve_quota_nblks(tp, ip, in xfs_reflink_remap_extent()
Dxfs_inode.c2963 error = xfs_trans_reserve_quota_nblks(tp, target_dp, spaceres, in xfs_rename()