Searched refs:xfs_mod_delalloc (Results 1 – 3 of 3) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_mount.h | 688 void xfs_mod_delalloc(struct xfs_inode *ip, int64_t data_delta,
|
H A D | xfs_mount.c | 1483 xfs_mod_delalloc( in xfs_mod_delalloc() function
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 1994 xfs_mod_delalloc(bma->ip, 0, (int64_t)da_new - da_old); in xfs_bmap_add_extent_delay_real() 2713 xfs_mod_delalloc(ip, 0, (int64_t)newlen - oldlen); in xfs_bmap_add_extent_hole_delay() 3408 xfs_mod_delalloc(ap->ip, -(int64_t)ap->length, 0); in xfs_bmap_alloc_account() 3432 xfs_mod_delalloc(ap->ip, -(int64_t)ap->length, 0); in xfs_bmap_alloc_account() 4141 xfs_mod_delalloc(ip, alen, indlen); in xfs_bmapi_reserve_delalloc() 5077 xfs_mod_delalloc(ip, -(int64_t)del->br_blockcount, -da_diff); in xfs_bmap_del_extent_delay()
|