Searched refs:xfs_bunmapi (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_bmap.h | 196 int xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
|
D | xfs_attr_remote.c | 690 error = xfs_bunmapi(args->trans, args->dp, args->rmtblkno, in xfs_attr_rmtval_remove()
|
D | xfs_dir2.c | 684 error = xfs_bunmapi(tp, dp, da, args->geo->fsbcount, 0, 0, &done); in xfs_dir2_shrink_inode()
|
D | xfs_da_btree.c | 2494 error = xfs_bunmapi(tp, dp, dead_blkno, count, in xfs_da_shrink_inode()
|
D | xfs_bmap.c | 5566 xfs_bunmapi( in xfs_bunmapi() function
|
/linux-6.6.21/fs/xfs/ |
D | xfs_symlink.c | 439 error = xfs_bunmapi(tp, ip, 0, size, 0, nmaps, &done); in xfs_inactive_symlink_rmt()
|
D | xfs_reflink.c | 821 error = xfs_bunmapi(NULL, ip, data.br_startoff, in xfs_reflink_end_cow_extent() 1306 error = xfs_bunmapi(NULL, ip, smap.br_startoff, in xfs_reflink_remap_extent()
|
D | xfs_bmap_util.c | 932 error = xfs_bunmapi(tp, ip, startoffset_fsb, len_fsb, 0, 2, done); in xfs_unmap_extent()
|