Searched refs:xfs_iext_lookup_extent_before (Results 1 – 7 of 7) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_inode_fork.h | 198 bool xfs_iext_lookup_extent_before(struct xfs_inode *ip,
|
H A D | xfs_iext_tree.c | 977 xfs_iext_lookup_extent_before( in xfs_iext_lookup_extent_before() function
|
H A D | xfs_bmap.c | 1319 if (!xfs_iext_lookup_extent_before(ip, ifp, last_block, &icur, &got)) in xfs_bmap_last_before() 5234 if (!xfs_iext_lookup_extent_before(ip, ifp, &end, &icur, &got)) { in __xfs_bunmapi()
|
/linux/fs/xfs/ |
H A D | xfs_zone_alloc.c | 394 if (!xfs_iext_lookup_extent_before(ip, &ip->i_df, &offset_fsb, in xfs_last_used_zone()
|
H A D | xfs_reflink.c | 636 if (!xfs_iext_lookup_extent_before(ip, ifp, &end_fsb, &icur, &got)) in xfs_reflink_cancel_cow_blocks()
|
H A D | xfs_bmap_util.c | 453 if (!xfs_iext_lookup_extent_before(ip, ifp, &end_fsb, &icur, &got)) in xfs_bmap_punch_delalloc_range()
|
/linux/fs/xfs/scrub/ |
H A D | inode_repair.c | 1862 if (!xfs_iext_lookup_extent_before(sc->ip, ifp, &off, &icur, &got)) { in xrep_inode_blockdir_size()
|