Home
last modified time | relevance | path

Searched refs:__xfs_bunmapi (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_bmap.h204 int __xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
Dxfs_bmap.c5087 __xfs_bunmapi( in __xfs_bunmapi() function
5454 error = __xfs_bunmapi(tp, ip, bno, &len, flags, nexts); in xfs_bunmapi()
6079 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one()
/Linux-v4.19/fs/xfs/
Dxfs_reflink.c707 error = __xfs_bunmapi(tp, ip, del.br_startoff, &rlen, 0, 1); in xfs_reflink_end_cow()
1049 error = __xfs_bunmapi(tp, ip, destoff, &rlen, 0, 1); in xfs_reflink_remap_extent()