Searched refs:__xfs_bunmapi (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_bmap.h | 205 int __xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
|
D | xfs_bmap.c | 5122 __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/ |
D | xfs_reflink.c | 708 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()
|