Searched refs:xfs_iext_lookup_extent_before (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_inode_fork.h | 114 bool xfs_iext_lookup_extent_before(struct xfs_inode *ip,
|
D | xfs_iext_tree.c | 965 xfs_iext_lookup_extent_before( in xfs_iext_lookup_extent_before() function
|
D | xfs_bmap.c | 1373 if (!xfs_iext_lookup_extent_before(ip, ifp, last_block, &icur, &got)) in xfs_bmap_last_before() 5157 if (!xfs_iext_lookup_extent_before(ip, ifp, &end, &icur, &got)) { in __xfs_bunmapi()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_reflink.c | 510 if (!xfs_iext_lookup_extent_before(ip, ifp, &end_fsb, &icur, &got)) in xfs_reflink_cancel_cow_blocks() 684 if (!xfs_iext_lookup_extent_before(ip, ifp, &end_fsb, &icur, &got)) in xfs_reflink_end_cow()
|
D | xfs_bmap_util.c | 708 if (!xfs_iext_lookup_extent_before(ip, ifp, &end_fsb, &icur, &got)) in xfs_bmap_punch_delalloc_range()
|