Searched refs:__xfs_bunmapi (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_bmap.h | 209 int __xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
|
D | xfs_bmap.c | 5256 __xfs_bunmapi( in __xfs_bunmapi() function 5605 error = __xfs_bunmapi(tp, ip, bno, &len, flags, nexts); in xfs_bunmapi() 6210 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one()
|
/Linux-v5.10/fs/xfs/ |
D | xfs_reflink.c | 665 error = __xfs_bunmapi(tp, ip, del.br_startoff, &rlen, 0, 1); in xfs_reflink_end_cow_extent() 1114 error = __xfs_bunmapi(NULL, ip, smap.br_startoff, &len, 0, 1); in xfs_reflink_remap_extent()
|
D | xfs_inode.c | 1532 error = __xfs_bunmapi(tp, ip, first_unmap_block, &unmap_len, in xfs_itruncate_extents_flags()
|