Searched refs:xfs_iext_prev_extent (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_inode_fork.h | 216 static inline bool xfs_iext_prev_extent(struct xfs_ifork *ifp, in xfs_iext_prev_extent() function
|
H A D | xfs_bmap.c | 5368 !xfs_iext_prev_extent(ifp, &icur, &got)) { in __xfs_bunmapi() 5418 !xfs_iext_prev_extent(ifp, &icur, &got)) { in __xfs_bunmapi() 5470 !xfs_iext_prev_extent(ifp, &icur, &got)) { in __xfs_bunmapi() 5485 if (!xfs_iext_prev_extent(ifp, &icur, &prev)) in __xfs_bunmapi() 5539 !xfs_iext_prev_extent(ifp, &icur, &got))) { in __xfs_bunmapi() 5963 if (!xfs_iext_prev_extent(ifp, &icur, &got) || in xfs_bmap_insert_extents()
|
H A D | xfs_iext_tree.c | 971 if (!xfs_iext_prev_extent(ifp, cur, gotp)) in xfs_iext_lookup_extent_before()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_iomap.c | 433 !xfs_iext_prev_extent(ifp, &ncur, &prev) || in xfs_iomap_prealloc_size() 443 while (xfs_iext_prev_extent(ifp, &ncur, &got)) { in xfs_iomap_prealloc_size()
|
H A D | xfs_bmap_util.c | 621 if (!xfs_iext_prev_extent(ifp, &icur, &got)) in xfs_bmap_punch_delalloc_range()
|