Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_quota.h101 int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, struct xfs_inode *ip,
173 static inline int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, in xfs_trans_reserve_quota_nblks() function
H A Dxfs_exchrange.c145 error = xfs_trans_reserve_quota_nblks(tp, req->ip1, in xfs_exchrange_reserve_quota()
162 error = xfs_trans_reserve_quota_nblks(tp, req->ip2, in xfs_exchrange_reserve_quota()
181 error = xfs_trans_reserve_quota_nblks(tp, req->ip1, req->ip1_bcount, in xfs_exchrange_reserve_quota()
186 return xfs_trans_reserve_quota_nblks(tp, req->ip2, req->ip2_bcount, in xfs_exchrange_reserve_quota()
H A Dxfs_trans_dquot.c977 xfs_trans_reserve_quota_nblks( in xfs_trans_reserve_quota_nblks() function
1062 return xfs_trans_reserve_quota_nblks(NULL, ip, 0, blocks, in xfs_quota_reserve_blkres()
1064 return xfs_trans_reserve_quota_nblks(NULL, ip, blocks, 0, false); in xfs_quota_reserve_blkres()
H A Dxfs_trans.c1112 error = xfs_trans_reserve_quota_nblks(tp, ip, dblocks, rblocks, force); in xfs_trans_alloc_inode()
1181 error = xfs_trans_reserve_quota_nblks(tp, ip, dblocks, rblocks, in xfs_trans_reserve_more_inode()
1409 error = xfs_trans_reserve_quota_nblks(tp, dp, resblks, 0, false); in xfs_trans_alloc_dir()
H A Dxfs_reflink.c1371 error = xfs_trans_reserve_quota_nblks(tp, ip, dblocks, rblocks, in xfs_reflink_remap_extent()
/linux/fs/xfs/scrub/
H A Dtempfile.c772 error = xfs_trans_reserve_quota_nblks(tp, req->ip1, in xrep_tempexch_reserve_quota()
780 return xfs_trans_reserve_quota_nblks(tp, req->ip2, in xrep_tempexch_reserve_quota()
H A Dsymlink_repair.c426 error = xfs_trans_reserve_quota_nblks(sc->tp, sc->tempip, resblks, 0, in xrep_symlink_rebuild()