Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_bmap.h212 int xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
H A Dxfs_attr_remote.c717 error = xfs_bunmapi(args->trans, args->dp, args->rmtblkno, in __xfs_attr_rmtval_remove()
H A Dxfs_dir2.c661 error = xfs_bunmapi(tp, dp, da, args->geo->fsbcount, 0, 0, &done); in xfs_dir2_shrink_inode()
H A Dxfs_da_btree.c2482 error = xfs_bunmapi(tp, dp, dead_blkno, count, in xfs_da_shrink_inode()
H A Dxfs_bmap.c5594 xfs_bunmapi( in xfs_bunmapi() function
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_symlink.c431 error = xfs_bunmapi(tp, ip, 0, size, 0, nmaps, &done); in xfs_inactive_symlink_rmt()
H A Dxfs_bmap_util.c889 error = xfs_bunmapi(tp, ip, startoffset_fsb, len_fsb, 0, 2, done); in xfs_unmap_extent()