Searched refs:xfs_iext_next_extent (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/fs/xfs/ |
D | xfs_dir2_readdir.c | 301 !xfs_iext_next_extent(ifp, &icur, &map)) in xfs_dir2_leaf_readbuf() 325 if (!xfs_iext_next_extent(ifp, &icur, &map)) { in xfs_dir2_leaf_readbuf()
|
D | xfs_reflink.c | 277 } while (xfs_iext_next_extent(ip->i_cowfp, &icur, &got)); in xfs_reflink_convert_cow_locked() 780 if (!xfs_iext_next_extent(ifp, &icur, &got) || in xfs_reflink_end_cow_extent() 1601 found = xfs_iext_next_extent(ifp, &icur, &got); in xfs_reflink_inode_has_shared_extents()
|
D | xfs_icache.c | 1787 } while (xfs_iext_next_extent(ifp, &icur, &got)); in xfs_check_delalloc()
|
D | xfs_bmap_util.c | 558 if (!xfs_iext_next_extent(ifp, &icur, &got)) { in xfs_getbmap()
|
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_inode_fork.h | 209 static inline bool xfs_iext_next_extent(struct xfs_ifork *ifp, in xfs_iext_next_extent() function
|
D | xfs_bmap.c | 3936 if (!xfs_iext_next_extent(ifp, &icur, &got)) in xfs_bmapi_read() 4477 if (!xfs_iext_next_extent(ifp, &bma.icur, &bma.got)) in xfs_bmapi_write() 5815 if (!xfs_iext_next_extent(ifp, &icur, &got)) { in xfs_bmap_collapse_extents()
|
/linux-6.6.21/fs/xfs/scrub/ |
D | dir.c | 693 !xfs_iext_next_extent(ifp, &icur, &got)) { in xchk_directory_blocks()
|
D | bmap.c | 594 have_map = xfs_iext_next_extent(ifp, &sbcri->icur, &irec); in xchk_bmap_check_rmap()
|