Searched refs:xfs_trans_reserve_quota_nblks (Results 1 - 9 of 9) 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,
170 static inline int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, function
215 return xfs_trans_reserve_quota_nblks(NULL, ip, blocks, 0, false);
H A Dxfs_exchrange.c114 error = xfs_trans_reserve_quota_nblks(tp, req->ip1,
131 error = xfs_trans_reserve_quota_nblks(tp, req->ip2,
150 error = xfs_trans_reserve_quota_nblks(tp, req->ip1, req->ip1_bcount,
155 return xfs_trans_reserve_quota_nblks(tp, req->ip2, req->ip2_bcount,
H A Dxfs_trans.c1222 error = xfs_trans_reserve_quota_nblks(tp, ip, dblocks, rblocks, force);
1291 error = xfs_trans_reserve_quota_nblks(tp, ip, dblocks, rblocks,
1488 error = xfs_trans_reserve_quota_nblks(tp, dp, resblks, 0, false);
H A Dxfs_trans_dquot.c952 xfs_trans_reserve_quota_nblks( function
H A Dxfs_reflink.c1246 error = xfs_trans_reserve_quota_nblks(tp, ip,
H A Dxfs_inode.c3298 error = xfs_trans_reserve_quota_nblks(tp, target_dp, spaceres,
/linux-master/fs/xfs/scrub/
H A Dorphanage.c364 error = xfs_trans_reserve_quota_nblks(sc->tp, sc->orphanage,
375 error = xfs_trans_reserve_quota_nblks(sc->tp, sc->ip,
H A Dtempfile.c657 error = xfs_trans_reserve_quota_nblks(tp, req->ip1,
665 return xfs_trans_reserve_quota_nblks(tp, req->ip2,
H A Dsymlink_repair.c425 error = xfs_trans_reserve_quota_nblks(sc->tp, sc->tempip, resblks, 0,

Completed in 162 milliseconds