Home
last modified time | relevance | path

Searched refs:xfs_bunmapi (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_bmap.h202 int xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
H A Dxfs_symlink_remote.c421 error = xfs_bunmapi(tp, ip, 0, XFS_MAX_FILEOFF, 0, nmaps, &done); in xfs_symlink_remote_truncate()
H A Dxfs_attr_remote.c709 error = xfs_bunmapi(args->trans, args->dp, args->rmtblkno, in xfs_attr_rmtval_remove()
H A Dxfs_dir2.c676 error = xfs_bunmapi(tp, dp, da, args->geo->fsbcount, 0, 0, &done); in xfs_dir2_shrink_inode()
H A Dxfs_da_btree.c2671 error = xfs_bunmapi(tp, dp, dead_blkno, count, in xfs_da_shrink_inode()
H A Dxfs_bmap.c5473 xfs_bunmapi( in xfs_bunmapi() function
/linux-6.15/fs/xfs/
H A Dxfs_reflink.c882 error = xfs_bunmapi(NULL, ip, data.br_startoff, in xfs_reflink_end_cow_extent()
1398 error = xfs_bunmapi(NULL, ip, smap.br_startoff, in xfs_reflink_remap_extent()
H A Dxfs_bmap_util.c799 error = xfs_bunmapi(tp, ip, startoffset_fsb, len_fsb, 0, 2, done); in xfs_unmap_extent()