Searched refs:xfs_iext_get_extent (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_inode_fork.h | 197 bool xfs_iext_get_extent(struct xfs_ifork *ifp, 213 return xfs_iext_get_extent(ifp, cur, gotp); in xfs_iext_next_extent() 220 return xfs_iext_get_extent(ifp, cur, gotp); in xfs_iext_prev_extent() 232 return xfs_iext_get_extent(ifp, &ncur, gotp); in xfs_iext_peek_next_extent() 244 return xfs_iext_get_extent(ifp, &ncur, gotp); in xfs_iext_peek_prev_extent() 249 xfs_iext_get_extent((ifp), (ext), (got)); \
|
H A D | xfs_bmap.c | 1324 if (!xfs_iext_get_extent(ifp, &icur, rec)) in xfs_bmap_last_extent() 1444 xfs_iext_get_extent(ifp, &bma->icur, &PREV); in xfs_bmap_add_extent_delay_real() 2000 xfs_iext_get_extent(ifp, icur, &PREV); in xfs_bmap_add_extent_unwritten_real() 2527 if (xfs_iext_get_extent(ifp, icur, &right)) { in xfs_bmap_add_extent_hole_delay() 2676 if (xfs_iext_get_extent(ifp, icur, &right)) { in xfs_bmap_add_extent_hole_real() 4154 xfs_iext_get_extent(ifp, &bma->icur, &bma->got); in xfs_bmapi_allocate() 4232 xfs_iext_get_extent(ifp, &bma->icur, &bma->got); in xfs_bmapi_convert_unwritten() 5072 xfs_iext_get_extent(ifp, icur, &got); in xfs_bmap_del_extent_real() 5537 if (!xfs_iext_get_extent(ifp, &icur, &got) || in __xfs_bunmapi() 5920 if (!xfs_iext_get_extent(ifp, &icur, &got) || in xfs_bmap_insert_extents()
|
H A D | xfs_iext_tree.c | 1008 xfs_iext_get_extent( in xfs_iext_get_extent() function
|
H A D | xfs_attr.c | 93 xfs_iext_get_extent(ifp, &icur, &imap); in xfs_attr_is_leaf()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | bmap.c | 782 if (!xfs_iext_get_extent(ifp, &info->icur, irec)) in xchk_bmap_iext_iter()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_reflink.c | 629 if (!xfs_iext_get_extent(ifp, &icur, &got)) in xfs_reflink_cancel_cow_blocks()
|
H A D | xfs_iomap.c | 227 if (!xfs_iext_get_extent(ifp, &icur, &irec) || in xfs_iomap_eof_align_last_fsb()
|
H A D | xfs_bmap_util.c | 628 if (error || !xfs_iext_get_extent(ifp, &icur, &got)) in xfs_bmap_punch_delalloc_range()
|
H A D | xfs_trace.h | 381 xfs_iext_get_extent(ifp, cur, &r);
|