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 | 1343 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 D | xfs_iext_tree.c | 1025 xfs_iext_get_extent( in xfs_iext_get_extent() function
|
H A D | xfs_attr.c | 96 xfs_iext_get_extent(ifp, &icur, &imap); in xfs_attr_is_leaf()
|
/linux/fs/xfs/scrub/ |
H A D | bmap.c | 970 if (!xfs_iext_get_extent(ifp, &info->icur, irec)) in xchk_bmap_iext_iter()
|
/linux/fs/xfs/ |
H A D | xfs_bmap_util.c | 471 if (!xfs_iext_get_extent(ifp, &icur, &got)) in xfs_bmap_punch_delalloc_range()
|
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_trace.h | 445 xfs_iext_get_extent(ifp, cur, &r);
|