Searched refs:xfs_trans_reserve_quota_nblks (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_quota.h | 84 extern int xfs_trans_reserve_quota_nblks(struct xfs_trans *, 127 static inline int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, in xfs_trans_reserve_quota_nblks() function 155 xfs_trans_reserve_quota_nblks(tp, ip, -(nblks), -(ninos), flags)
|
H A D | xfs_reflink.c | 401 error = xfs_trans_reserve_quota_nblks(tp, ip, resblks, 0, in xfs_reflink_allocate_cow() 511 error = xfs_trans_reserve_quota_nblks(NULL, ip, in xfs_reflink_cancel_cow_blocks() 1091 error = xfs_trans_reserve_quota_nblks(tp, ip, qres, 0, in xfs_reflink_remap_extent()
|
H A D | xfs_iomap.c | 249 error = xfs_trans_reserve_quota_nblks(tp, ip, qblocks, 0, quota_flag); in xfs_iomap_write_direct() 559 error = xfs_trans_reserve_quota_nblks(tp, ip, resblks, 0, in xfs_iomap_write_unwritten()
|
H A D | xfs_trans_dquot.c | 807 xfs_trans_reserve_quota_nblks( in xfs_trans_reserve_quota_nblks() function
|
H A D | xfs_bmap_util.c | 817 error = xfs_trans_reserve_quota_nblks(tp, ip, qblocks, in xfs_alloc_file_space()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_quota.h | 84 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 D | xfs_trans.c | 1214 error = xfs_trans_reserve_quota_nblks(tp, ip, dblocks, rblocks, force); in xfs_trans_alloc_inode() 1416 error = xfs_trans_reserve_quota_nblks(tp, dp, resblks, 0, false); in xfs_trans_alloc_dir()
|
H A D | xfs_trans_dquot.c | 784 xfs_trans_reserve_quota_nblks( in xfs_trans_reserve_quota_nblks() function
|
H A D | xfs_reflink.c | 1271 error = xfs_trans_reserve_quota_nblks(tp, ip, in xfs_reflink_remap_extent()
|
H A D | xfs_inode.c | 2952 error = xfs_trans_reserve_quota_nblks(tp, target_dp, spaceres, in xfs_rename()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr.c | 468 error = xfs_trans_reserve_quota_nblks(args->trans, dp, in xfs_attr_set()
|
H A D | xfs_bmap.c | 1088 error = xfs_trans_reserve_quota_nblks(tp, ip, blks, 0, rsvd ? in xfs_bmap_add_attrfork() 4004 error = xfs_trans_reserve_quota_nblks(NULL, ip, (long)alen, 0, in xfs_bmapi_reserve_delalloc() 4829 error = xfs_trans_reserve_quota_nblks(NULL, ip, in xfs_bmap_del_extent_delay()
|
Completed in 24 milliseconds