Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_inode_fork.h198 bool xfs_iext_get_extent(struct xfs_ifork *ifp,
214 return xfs_iext_get_extent(ifp, cur, gotp); in xfs_iext_next_extent()
221 return xfs_iext_get_extent(ifp, cur, gotp); in xfs_iext_prev_extent()
233 return xfs_iext_get_extent(ifp, &ncur, gotp); in xfs_iext_peek_next_extent()
245 return xfs_iext_get_extent(ifp, &ncur, gotp); in xfs_iext_peek_prev_extent()
250 xfs_iext_get_extent((ifp), (ext), (got)); \
Dxfs_bmap.c1342 if (!xfs_iext_get_extent(ifp, &icur, rec)) in xfs_bmap_last_extent()
1463 xfs_iext_get_extent(ifp, &bma->icur, &PREV); in xfs_bmap_add_extent_delay_real()
2035 xfs_iext_get_extent(ifp, icur, &PREV); in xfs_bmap_add_extent_unwritten_real()
2585 if (xfs_iext_get_extent(ifp, icur, &right)) { in xfs_bmap_add_extent_hole_delay()
2734 if (xfs_iext_get_extent(ifp, icur, &right)) { in xfs_bmap_add_extent_hole_real()
4239 xfs_iext_get_extent(ifp, &bma->icur, &bma->got); in xfs_bmapi_allocate()
4317 xfs_iext_get_extent(ifp, &bma->icur, &bma->got); in xfs_bmapi_convert_unwritten()
5153 xfs_iext_get_extent(ifp, icur, &got); in xfs_bmap_del_extent_real()
5621 if (!xfs_iext_get_extent(ifp, &icur, &got) || in __xfs_bunmapi()
6010 if (!xfs_iext_get_extent(ifp, &icur, &got) || in xfs_bmap_insert_extents()
Dxfs_iext_tree.c1025 xfs_iext_get_extent( in xfs_iext_get_extent() function
Dxfs_attr.c96 xfs_iext_get_extent(ifp, &icur, &imap); in xfs_attr_is_leaf()
/linux-6.12.1/fs/xfs/scrub/
Dbmap.c863 if (!xfs_iext_get_extent(ifp, &info->icur, irec)) in xchk_bmap_iext_iter()
/linux-6.12.1/fs/xfs/
Dxfs_reflink.c625 if (!xfs_iext_get_extent(ifp, &icur, &got)) in xfs_reflink_cancel_cow_blocks()
Dxfs_bmap_util.c479 if (!xfs_iext_get_extent(ifp, &icur, &got)) in xfs_bmap_punch_delalloc_range()
Dxfs_iomap.c232 if (!xfs_iext_get_extent(ifp, &icur, &irec) || in xfs_iomap_eof_align_last_fsb()
Dxfs_trace.h399 xfs_iext_get_extent(ifp, cur, &r);