Home
last modified time | relevance | path

Searched refs:xfs_iext_get_extent (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_inode_fork.h114 bool xfs_iext_get_extent(struct xfs_ifork *ifp,
130 return xfs_iext_get_extent(ifp, cur, gotp); in xfs_iext_next_extent()
137 return xfs_iext_get_extent(ifp, cur, gotp); in xfs_iext_prev_extent()
149 return xfs_iext_get_extent(ifp, &ncur, gotp); in xfs_iext_peek_next_extent()
161 return xfs_iext_get_extent(ifp, &ncur, gotp); in xfs_iext_peek_prev_extent()
166 xfs_iext_get_extent((ifp), (ext), (got)); \
H A Dxfs_bmap.c1372 if (!xfs_iext_get_extent(ifp, &icur, rec)) in xfs_bmap_last_extent()
1475 xfs_iext_get_extent(ifp, &icur, &s); in xfs_bmap_one_block()
1524 xfs_iext_get_extent(ifp, &bma->icur, &PREV); in xfs_bmap_add_extent_delay_real()
2075 xfs_iext_get_extent(ifp, icur, &PREV); in xfs_bmap_add_extent_unwritten_real()
2602 if (xfs_iext_get_extent(ifp, icur, &right)) { in xfs_bmap_add_extent_hole_delay()
2751 if (xfs_iext_get_extent(ifp, icur, &right)) { in xfs_bmap_add_extent_hole_real()
4171 xfs_iext_get_extent(ifp, &bma->icur, &bma->got); in xfs_bmapi_allocate()
4249 xfs_iext_get_extent(ifp, &bma->icur, &bma->got); in xfs_bmapi_convert_unwritten()
5024 xfs_iext_get_extent(ifp, icur, &got); in xfs_bmap_del_extent_real()
5540 if (!xfs_iext_get_extent(if in __xfs_bunmapi()
[all...]
H A Dxfs_iext_tree.c1008 xfs_iext_get_extent( in xfs_iext_get_extent() function
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_inode_fork.h197 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 Dxfs_bmap.c1324 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()
1995 xfs_iext_get_extent(ifp, icur, &PREV); in xfs_bmap_add_extent_unwritten_real()
2522 if (xfs_iext_get_extent(ifp, icur, &right)) { in xfs_bmap_add_extent_hole_delay()
2671 if (xfs_iext_get_extent(ifp, icur, &right)) { in xfs_bmap_add_extent_hole_real()
4176 xfs_iext_get_extent(ifp, &bma->icur, &bma->got); in xfs_bmapi_allocate()
4254 xfs_iext_get_extent(ifp, &bma->icur, &bma->got); in xfs_bmapi_convert_unwritten()
5035 xfs_iext_get_extent(ifp, icur, &got); in xfs_bmap_del_extent_real()
5512 if (!xfs_iext_get_extent(ifp, &icur, &got) || in __xfs_bunmapi()
5895 if (!xfs_iext_get_extent(if in xfs_bmap_insert_extents()
[all...]
H A Dxfs_iext_tree.c1008 xfs_iext_get_extent( in xfs_iext_get_extent() function
H A Dxfs_attr.c94 xfs_iext_get_extent(ifp, &icur, &imap); in xfs_attr_is_leaf()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_reflink.c521 if (!xfs_iext_get_extent(ifp, &icur, &got)) in xfs_reflink_cancel_cow_blocks()
H A Dxfs_iomap.c178 if (!xfs_iext_get_extent(ifp, &icur, &irec) || in xfs_iomap_eof_align_last_fsb()
H A Dxfs_bmap_util.c585 if (error || !xfs_iext_get_extent(ifp, &icur, &got)) in xfs_bmap_punch_delalloc_range()
H A Dxfs_trace.h242 xfs_iext_get_extent(ifp, cur, &r);
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dbmap.c782 if (!xfs_iext_get_extent(ifp, &info->icur, irec)) in xchk_bmap_iext_iter()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_bmap_util.c628 if (error || !xfs_iext_get_extent(ifp, &icur, &got)) in xfs_bmap_punch_delalloc_range()
H A Dxfs_iomap.c227 if (!xfs_iext_get_extent(ifp, &icur, &irec) || in xfs_iomap_eof_align_last_fsb()
H A Dxfs_reflink.c643 if (!xfs_iext_get_extent(ifp, &icur, &got)) in xfs_reflink_cancel_cow_blocks()
H A Dxfs_trace.h381 xfs_iext_get_extent(ifp, cur, &r);

Completed in 42 milliseconds