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

/linux-master/fs/xfs/
H A Dxfs_mount.h569 void xfs_mod_delalloc(struct xfs_mount *mp, int64_t delta);
H A Dxfs_mount.c1401 xfs_mod_delalloc( function
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.c1978 xfs_mod_delalloc(mp, (int64_t)da_new - da_old);
2696 xfs_mod_delalloc(ip->i_mount, (int64_t)newlen - oldlen);
3373 xfs_mod_delalloc(ap->ip->i_mount, -(int64_t)ap->length);
3397 xfs_mod_delalloc(ap->ip->i_mount, -(int64_t)ap->length);
4121 xfs_mod_delalloc(ip->i_mount, alen + indlen);
5017 xfs_mod_delalloc(mp, -da_diff);

Completed in 120 milliseconds