Searched refs:__xfs_bunmapi (Results 1 – 3 of 3) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_bmap.h | 204 int __xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
|
D | xfs_bmap.c | 5178 __xfs_bunmapi( in __xfs_bunmapi() function 5530 error = __xfs_bunmapi(tp, ip, bno, &len, flags, nexts); in xfs_bunmapi() 6158 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one()
|
/fs/xfs/ |
D | xfs_reflink.c | 667 error = __xfs_bunmapi(tp, ip, del.br_startoff, &rlen, 0, 1); in xfs_reflink_end_cow_extent() 1045 error = __xfs_bunmapi(tp, ip, destoff, &rlen, 0, 1); in xfs_reflink_remap_extent()
|