Home
last modified time | relevance | path

Searched refs:xfs_iext_get_extent (Results 1 – 8 of 8) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.h202 bool xfs_iext_get_extent(struct xfs_ifork *ifp,
218 return xfs_iext_get_extent(ifp, cur, gotp); in xfs_iext_next_extent()
225 return xfs_iext_get_extent(ifp, cur, gotp); in xfs_iext_prev_extent()
237 return xfs_iext_get_extent(ifp, &ncur, gotp); in xfs_iext_peek_next_extent()
249 return xfs_iext_get_extent(ifp, &ncur, gotp); in xfs_iext_peek_prev_extent()
254 xfs_iext_get_extent((ifp), (ext), (got)); \
H A Dxfs_bmap.c1343 if (!xfs_iext_get_extent(ifp, &icur, rec)) in xfs_bmap_last_extent()
1482 xfs_iext_get_extent(ifp, &bma->icur, &PREV); in xfs_bmap_add_extent_delay_real()
2056 xfs_iext_get_extent(ifp, icur, &PREV); in xfs_bmap_add_extent_unwritten_real()
2608 if (xfs_iext_get_extent(ifp, icur, &right)) { in xfs_bmap_add_extent_hole_delay()
2757 if (xfs_iext_get_extent(ifp, icur, &right)) { in xfs_bmap_add_extent_hole_real()
4272 xfs_iext_get_extent(ifp, &bma->icur, &bma->got); in xfs_bmapi_allocate()
4350 xfs_iext_get_extent(ifp, &bma->icur, &bma->got); in xfs_bmapi_convert_unwritten()
5216 xfs_iext_get_extent(ifp, icur, &got); in xfs_bmap_del_extent_real()
5689 if (!xfs_iext_get_extent(ifp, &icur, &got) || in __xfs_bunmapi()
6082 if (!xfs_iext_get_extent(ifp, &icur, &got) || in xfs_bmap_insert_extents()
H A Dxfs_iext_tree.c1025 xfs_iext_get_extent( in xfs_iext_get_extent() function
H A Dxfs_attr.c96 xfs_iext_get_extent(ifp, &icur, &imap); in xfs_attr_is_leaf()
/linux/fs/xfs/scrub/
H A Dbmap.c970 if (!xfs_iext_get_extent(ifp, &info->icur, irec)) in xchk_bmap_iext_iter()
/linux/fs/xfs/
H A Dxfs_bmap_util.c471 if (!xfs_iext_get_extent(ifp, &icur, &got)) in xfs_bmap_punch_delalloc_range()
H A Dxfs_reflink.c684 if (!xfs_iext_get_extent(ifp, &icur, &got)) in xfs_reflink_cancel_cow_blocks()
H A Dxfs_trace.h445 xfs_iext_get_extent(ifp, cur, &r);