Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A 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
H A Dxfs_trans.c1206 error = xfs_trans_reserve_quota_nblks(tp, ip, dblocks, rblocks, force); in xfs_trans_alloc_inode()
1408 error = xfs_trans_reserve_quota_nblks(tp, dp, resblks, 0, false); in xfs_trans_alloc_dir()
H A Dxfs_trans_dquot.c784 xfs_trans_reserve_quota_nblks( in xfs_trans_reserve_quota_nblks() function
H A Dxfs_reflink.c1251 error = xfs_trans_reserve_quota_nblks(tp, ip, in xfs_reflink_remap_extent()
H A Dxfs_inode.c2979 error = xfs_trans_reserve_quota_nblks(tp, target_dp, spaceres, in xfs_rename()