Home
last modified time | relevance | path

Searched refs:xfs_mod_delalloc (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_metafile.c151 xfs_mod_delalloc(ip, 0, -from_resv); in xfs_metafile_resv_alloc_space()
213 xfs_mod_delalloc(ip, 0, to_resv); in xfs_metafile_resv_free_space()
H A Dxfs_bmap.c1989 xfs_mod_delalloc(bma->ip, 0, (int64_t)da_new - da_old); in xfs_bmap_add_extent_delay_real()
3263 xfs_mod_delalloc(ap->ip, -(int64_t)ap->length, 0); in xfs_bmap_alloc_account()
3287 xfs_mod_delalloc(ap->ip, -(int64_t)ap->length, 0); in xfs_bmap_alloc_account()
4806 xfs_mod_delalloc(ip, -(int64_t)del->br_blockcount, -da_diff); in xfs_bmap_del_extent_delay()
/linux-6.15/fs/xfs/
H A Dxfs_iomap.c1186 xfs_mod_delalloc(ip, 0, (int64_t)newlen - oldlen); in xfs_bmap_add_extent_hole_delay()
1288 xfs_mod_delalloc(ip, alen, indlen); in xfs_bmapi_reserve_delalloc()
1479 xfs_mod_delalloc(ip, count_fsb, indlen); in xfs_zoned_buffered_write_iomap_begin()
H A Dxfs_mount.h789 void xfs_mod_delalloc(struct xfs_inode *ip, int64_t data_delta,
H A Dxfs_mount.c1528 xfs_mod_delalloc( in xfs_mod_delalloc() function