Home
last modified time | relevance | path

Searched refs:xfs_iext_prev_extent (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_inode_fork.h133 static inline bool xfs_iext_prev_extent(struct xfs_ifork *ifp, in xfs_iext_prev_extent() function
Dxfs_bmap.c5352 !xfs_iext_prev_extent(ifp, &icur, &got)) { in __xfs_bunmapi()
5420 !xfs_iext_prev_extent(ifp, &icur, &got)) { in __xfs_bunmapi()
5472 !xfs_iext_prev_extent(ifp, &icur, &got)) { in __xfs_bunmapi()
5487 if (!xfs_iext_prev_extent(ifp, &icur, &prev)) in __xfs_bunmapi()
5542 !xfs_iext_prev_extent(ifp, &icur, &got))) { in __xfs_bunmapi()
5970 if (!xfs_iext_prev_extent(ifp, &icur, &got) || in xfs_bmap_insert_extents()
Dxfs_iext_tree.c971 if (!xfs_iext_prev_extent(ifp, cur, gotp)) in xfs_iext_lookup_extent_before()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_iomap.c394 !xfs_iext_prev_extent(ifp, &ncur, &prev) || in xfs_iomap_prealloc_size()
404 while (xfs_iext_prev_extent(ifp, &ncur, &got)) { in xfs_iomap_prealloc_size()
Dxfs_bmap_util.c578 if (!xfs_iext_prev_extent(ifp, &icur, &got)) in xfs_bmap_punch_delalloc_range()