Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_inode_fork.h137 static inline bool xfs_iext_prev_extent(struct xfs_ifork *ifp, in xfs_iext_prev_extent() function
Dxfs_bmap.c5280 !xfs_iext_prev_extent(ifp, &icur, &got)) { in __xfs_bunmapi()
5348 !xfs_iext_prev_extent(ifp, &icur, &got)) { in __xfs_bunmapi()
5399 !xfs_iext_prev_extent(ifp, &icur, &got)) { in __xfs_bunmapi()
5413 if (!xfs_iext_prev_extent(ifp, &icur, &prev)) in __xfs_bunmapi()
5467 !xfs_iext_prev_extent(ifp, &icur, &got))) { in __xfs_bunmapi()
5893 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()
/Linux-v5.4/fs/xfs/
Dxfs_bmap_util.c717 if (!xfs_iext_prev_extent(ifp, &icur, &got)) in xfs_bmap_punch_delalloc_range()