Searched refs:xfs_trans_unreserve_quota_nblks (Results 1 – 4 of 4) sorted by relevance
/fs/xfs/ |
D | xfs_quota.h | 146 #define xfs_trans_unreserve_quota_nblks(tp, ip, nblks, ninos, flags) \ macro
|
D | xfs_iomap.c | 309 xfs_trans_unreserve_quota_nblks(tp, ip, (long)qblocks, 0, quota_flag); in xfs_iomap_write_direct()
|
D | xfs_bmap_util.c | 1148 xfs_trans_unreserve_quota_nblks(tp, ip, (long)qblocks, 0, quota_flag); in xfs_alloc_file_space()
|
/fs/xfs/libxfs/ |
D | xfs_bmap.c | 4393 xfs_trans_unreserve_quota_nblks(NULL, ip, (long)alen, 0, rt ? in xfs_bmapi_reserve_delalloc()
|