Searched refs:xfs_trans_reserve_quota_nblks (Results 1 – 7 of 7) sorted by relevance
/fs/xfs/ |
D | xfs_quota.h | 83 extern int xfs_trans_reserve_quota_nblks(struct xfs_trans *, 126 static inline int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, in xfs_trans_reserve_quota_nblks() function 154 xfs_trans_reserve_quota_nblks(tp, ip, -(nblks), -(ninos), flags)
|
D | xfs_reflink.c | 403 error = xfs_trans_reserve_quota_nblks(tp, ip, resblks, 0, in xfs_reflink_allocate_cow() 513 error = xfs_trans_reserve_quota_nblks(NULL, ip, in xfs_reflink_cancel_cow_blocks() 1069 error = xfs_trans_reserve_quota_nblks(tp, ip, qres, 0, in xfs_reflink_remap_extent()
|
D | xfs_iomap.c | 269 error = xfs_trans_reserve_quota_nblks(tp, ip, qblocks, 0, quota_flag); in xfs_iomap_write_direct() 791 error = xfs_trans_reserve_quota_nblks(tp, ip, resblks, 0, in xfs_iomap_write_unwritten()
|
D | xfs_trans_dquot.c | 804 xfs_trans_reserve_quota_nblks( in xfs_trans_reserve_quota_nblks() function
|
D | xfs_bmap_util.c | 959 error = xfs_trans_reserve_quota_nblks(tp, ip, qblocks, in xfs_alloc_file_space()
|
/fs/xfs/libxfs/ |
D | xfs_attr.c | 397 error = xfs_trans_reserve_quota_nblks(args.trans, dp, args.total, 0, in xfs_attr_set()
|
D | xfs_bmap.c | 1078 error = xfs_trans_reserve_quota_nblks(tp, ip, blks, 0, rsvd ? in xfs_bmap_add_attrfork() 3963 error = xfs_trans_reserve_quota_nblks(NULL, ip, (long)alen, 0, in xfs_bmapi_reserve_delalloc() 4770 error = xfs_trans_reserve_quota_nblks(NULL, ip, in xfs_bmap_del_extent_delay()
|