Searched refs:xfs_mod_delalloc (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_metafile.c | 156 xfs_mod_delalloc(ip, 0, -from_resv); in xfs_metafile_resv_alloc_space() 218 xfs_mod_delalloc(ip, 0, to_resv); in xfs_metafile_resv_free_space()
|
| H A D | xfs_bmap.c | 1981 xfs_mod_delalloc(bma->ip, 0, (int64_t)da_new - da_old); in xfs_bmap_add_extent_delay_real() 3255 xfs_mod_delalloc(ap->ip, -(int64_t)ap->length, 0); in xfs_bmap_alloc_account() 3279 xfs_mod_delalloc(ap->ip, -(int64_t)ap->length, 0); in xfs_bmap_alloc_account() 4802 xfs_mod_delalloc(ip, -(int64_t)del->br_blockcount, -da_diff); in xfs_bmap_del_extent_delay()
|
| /linux/fs/xfs/ |
| H A D | xfs_mount.h | 801 void xfs_mod_delalloc(struct xfs_inode *ip, int64_t data_delta,
|
| H A D | xfs_iomap.c | 1442 xfs_mod_delalloc(ip, 0, (int64_t)newlen - oldlen); in xfs_bmap_add_extent_hole_delay() 1544 xfs_mod_delalloc(ip, alen, indlen); in xfs_bmapi_reserve_delalloc() 1756 xfs_mod_delalloc(ip, count_fsb, indlen); in xfs_zoned_buffered_write_iomap_begin()
|
| H A D | xfs_mount.c | 1671 xfs_mod_delalloc( in xfs_mod_delalloc() function
|