Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_mount.h436 void xfs_mod_delalloc(struct xfs_mount *mp, int64_t delta);
Dxfs_mount.c1359 xfs_mod_delalloc( in xfs_mod_delalloc() function
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_bmap.c2009 xfs_mod_delalloc(mp, (int64_t)da_new - da_old); in xfs_bmap_add_extent_delay_real()
2704 xfs_mod_delalloc(ip->i_mount, (int64_t)newlen - oldlen); in xfs_bmap_add_extent_hole_delay()
3436 xfs_mod_delalloc(ap->ip->i_mount, -(int64_t)args->len); in xfs_bmap_btalloc_accounting()
3459 xfs_mod_delalloc(ap->ip->i_mount, -(int64_t)args->len); in xfs_bmap_btalloc_accounting()
4026 xfs_mod_delalloc(ip->i_mount, alen + indlen); in xfs_bmapi_reserve_delalloc()
4911 xfs_mod_delalloc(mp, -da_diff); in xfs_bmap_del_extent_delay()