Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bmap.h205 int __xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
Dxfs_bmap.c5122 __xfs_bunmapi( in __xfs_bunmapi() function
5489 error = __xfs_bunmapi(tp, ip, bno, &len, flags, nexts); in xfs_bunmapi()
6114 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one()
/linux-4.19.296/fs/xfs/
Dxfs_reflink.c708 error = __xfs_bunmapi(tp, ip, del.br_startoff, &rlen, 0, 1); in xfs_reflink_end_cow()
1057 error = __xfs_bunmapi(tp, ip, destoff, &rlen, 0, 1); in xfs_reflink_remap_extent()