Searched refs:xfs_bunmapi (Results 1 – 7 of 7) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_bmap.h | 212 int xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
|
D | xfs_attr_remote.c | 653 error = xfs_bunmapi(args->trans, args->dp, lblkno, blkcnt, in xfs_attr_rmtval_remove()
|
D | xfs_dir2.c | 655 error = xfs_bunmapi(tp, dp, da, args->geo->fsbcount, 0, 0, &done); in xfs_dir2_shrink_inode()
|
D | xfs_da_btree.c | 2427 error = xfs_bunmapi(tp, dp, dead_blkno, count, in xfs_da_shrink_inode()
|
D | xfs_bmap.c | 5530 xfs_bunmapi( in xfs_bunmapi() function
|
/fs/xfs/ |
D | xfs_symlink.c | 446 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()
|