Searched refs:xfs_iext_prev_extent (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_inode_fork.h | 217 static inline bool xfs_iext_prev_extent(struct xfs_ifork *ifp, in xfs_iext_prev_extent() function
|
D | xfs_bmap.c | 5453 !xfs_iext_prev_extent(ifp, &icur, &got)) { in __xfs_bunmapi() 5503 !xfs_iext_prev_extent(ifp, &icur, &got)) { in __xfs_bunmapi() 5556 !xfs_iext_prev_extent(ifp, &icur, &got)) { in __xfs_bunmapi() 5571 if (!xfs_iext_prev_extent(ifp, &icur, &prev)) in __xfs_bunmapi() 5623 !xfs_iext_prev_extent(ifp, &icur, &got))) { in __xfs_bunmapi() 6055 if (!xfs_iext_prev_extent(ifp, &icur, &got) || in xfs_bmap_insert_extents()
|
D | xfs_iext_tree.c | 988 if (!xfs_iext_prev_extent(ifp, cur, gotp)) in xfs_iext_lookup_extent_before()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_iomap.c | 461 !xfs_iext_prev_extent(ifp, &ncur, &prev) || in xfs_iomap_prealloc_size() 471 while (xfs_iext_prev_extent(ifp, &ncur, &got)) { in xfs_iomap_prealloc_size()
|
D | xfs_bmap_util.c | 473 if (!xfs_iext_prev_extent(ifp, &icur, &got)) in xfs_bmap_punch_delalloc_range()
|