Searched refs:xfs_bunmapi (Results 1 – 8 of 8) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_bmap.h | 207 int xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
|
D | xfs_attr_remote.c | 618 error = xfs_bunmapi(args->trans, args->dp, lblkno, blkcnt, in xfs_attr_rmtval_remove()
|
D | xfs_dir2.c | 653 error = xfs_bunmapi(tp, dp, da, args->geo->fsbcount, 0, 0, &done); in xfs_dir2_shrink_inode()
|
D | xfs_da_btree.c | 2415 error = xfs_bunmapi(tp, dp, dead_blkno, count, in xfs_da_shrink_inode()
|
D | xfs_bmap.c | 5519 xfs_bunmapi( in xfs_bunmapi() function
|
/fs/xfs/ |
D | xfs_symlink.c | 447 error = xfs_bunmapi(tp, ip, 0, size, 0, nmaps, &done); in xfs_inactive_symlink_rmt()
|
D | xfs_bmap_util.c | 1028 error = xfs_bunmapi(tp, ip, startoffset_fsb, len_fsb, 0, 2, done); in xfs_unmap_extent()
|
D | xfs_inode.c | 1552 error = xfs_bunmapi(tp, ip, first_unmap_block, unmap_len, flags, in xfs_itruncate_extents_flags()
|