Searched refs:xfs_mod_delalloc (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_metafile.c | 152 xfs_mod_delalloc(ip, 0, -from_resv); in xfs_metafile_resv_alloc_space() 205 xfs_mod_delalloc(ip, 0, to_resv); in xfs_metafile_resv_free_space() 231 xfs_mod_delalloc(ip, 0, -ip->i_delayed_blks); in xfs_metafile_resv_free() 269 xfs_mod_delalloc(ip, 0, hidden_space); in xfs_metafile_resv_init()
|
H A D | xfs_bmap.c | 1991 xfs_mod_delalloc(bma->ip, 0, (int64_t)da_new - da_old); in xfs_bmap_add_extent_delay_real() 2710 xfs_mod_delalloc(ip, 0, (int64_t)newlen - oldlen); in xfs_bmap_add_extent_hole_delay() 3405 xfs_mod_delalloc(ap->ip, -(int64_t)ap->length, 0); in xfs_bmap_alloc_account() 3429 xfs_mod_delalloc(ap->ip, -(int64_t)ap->length, 0); in xfs_bmap_alloc_account() 4139 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()
|
/linux/fs/xfs/scrub/ |
H A D | repair.c | 1406 xfs_mod_delalloc(ip, 0, -give_back); in xrep_reset_metafile_resv() 1433 xfs_mod_delalloc(ip, 0, delta); in xrep_reset_metafile_resv()
|
/linux/fs/xfs/ |
H A D | xfs_mount.h | 707 void xfs_mod_delalloc(struct xfs_inode *ip, int64_t data_delta,
|
H A D | xfs_mount.c | 1494 xfs_mod_delalloc( in xfs_mod_delalloc() function
|