Searched refs:xfs_iext_get_extent (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_inode_fork.h | 202 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 D | xfs_bmap.c | 1341 if (!xfs_iext_get_extent(ifp, &icur, rec)) in xfs_bmap_last_extent() 1480 xfs_iext_get_extent(ifp, &bma->icur, &PREV); in xfs_bmap_add_extent_delay_real() 2054 xfs_iext_get_extent(ifp, icur, &PREV); in xfs_bmap_add_extent_unwritten_real() 2615 if (xfs_iext_get_extent(ifp, icur, &right)) { in xfs_bmap_add_extent_hole_real() 3997 xfs_iext_get_extent(ifp, &bma->icur, &bma->got); in xfs_bmapi_allocate() 4075 xfs_iext_get_extent(ifp, &bma->icur, &bma->got); in xfs_bmapi_convert_unwritten() 4950 xfs_iext_get_extent(ifp, icur, &got); in xfs_bmap_del_extent_real() 5424 if (!xfs_iext_get_extent(ifp, &icur, &got) || in __xfs_bunmapi() 5817 if (!xfs_iext_get_extent(ifp, &icur, &got) || in xfs_bmap_insert_extents()
|
H A D | xfs_iext_tree.c | 1025 xfs_iext_get_extent( in xfs_iext_get_extent() function
|
/linux/fs/xfs/ |
H A D | xfs_iomap.c | 247 if (!xfs_iext_get_extent(ifp, &icur, &irec) || in xfs_iomap_eof_align_last_fsb() 1272 if (xfs_iext_get_extent(ifp, icur, &right)) { in xfs_bmap_add_extent_hole_delay()
|
H A D | xfs_reflink.c | 684 if (!xfs_iext_get_extent(ifp, &icur, &got)) in xfs_reflink_cancel_cow_blocks()
|
H A D | xfs_bmap_util.c | 487 if (!xfs_iext_get_extent(ifp, &icur, &got)) in xfs_bmap_punch_delalloc_range()
|
H A D | xfs_trace.h | 683 xfs_iext_get_extent(ifp, cur, &r);
|
/linux/fs/xfs/scrub/ |
H A D | bmap.c | 970 if (!xfs_iext_get_extent(ifp, &info->icur, irec)) in xchk_bmap_iext_iter()
|