Searched refs:__xfs_bunmapi (Results 1 – 4 of 4) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_bmap.h | 208 int __xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
|
D | xfs_bmap.c | 5329 __xfs_bunmapi( in __xfs_bunmapi() function 5668 error = __xfs_bunmapi(tp, ip, bno, &len, flags, nexts); in xfs_bunmapi() 6267 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one()
|
/fs/xfs/ |
D | xfs_reflink.c | 788 error = __xfs_bunmapi(tp, ip, del.br_startoff, &rlen, 0, 1); in xfs_reflink_end_cow_extent() 1272 error = __xfs_bunmapi(NULL, ip, smap.br_startoff, &len, 0, 1); in xfs_reflink_remap_extent()
|
D | xfs_inode.c | 1397 error = __xfs_bunmapi(tp, ip, first_unmap_block, &unmap_len, in xfs_itruncate_extents_flags()
|