Searched refs:xfs_iext_next_extent (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_dir2_readdir.c | 304 !xfs_iext_next_extent(ifp, &icur, &map)) in xfs_dir2_leaf_readbuf() 328 if (!xfs_iext_next_extent(ifp, &icur, &map)) { in xfs_dir2_leaf_readbuf()
|
H A D | xfs_reflink.c | 278 } while (xfs_iext_next_extent(ip->i_cowfp, &icur, &got)); in xfs_reflink_convert_cow_locked() 748 if (!xfs_iext_next_extent(ifp, &icur, &got) || in xfs_reflink_end_cow_extent() 1576 found = xfs_iext_next_extent(ifp, &icur, &got); in xfs_reflink_inode_has_shared_extents()
|
H A D | xfs_bmap_util.c | 410 if (!xfs_iext_next_extent(ifp, &icur, &got)) { in xfs_getbmap()
|
H A D | xfs_icache.c | 1838 } while (xfs_iext_next_extent(ifp, &icur, &got)); in xfs_check_delalloc()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_inode_fork.h | 210 static inline bool xfs_iext_next_extent(struct xfs_ifork *ifp, in xfs_iext_next_extent() function
|
H A D | xfs_bmap.c | 4002 if (!xfs_iext_next_extent(ifp, &icur, &got)) in xfs_bmapi_read() 4563 if (!xfs_iext_next_extent(ifp, &bma.icur, &bma.got)) in xfs_bmapi_write() 5931 if (!xfs_iext_next_extent(ifp, &icur, &got)) { in xfs_bmap_collapse_extents()
|
/linux/fs/xfs/scrub/ |
H A D | bmap.c | 618 have_map = xfs_iext_next_extent(ifp, &sbcri->icur, &irec); in xchk_bmap_check_rmap()
|
H A D | dir.c | 856 !xfs_iext_next_extent(ifp, &icur, &got)) { in xchk_directory_blocks()
|