Home
last modified time | relevance | path

Searched refs:xfs_iext_next_extent (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_inode_fork.h126 static inline bool xfs_iext_next_extent(struct xfs_ifork *ifp, in xfs_iext_next_extent() function
H A Dxfs_bmap.c3938 if (!xfs_iext_next_extent(ifp, &icur, &got)) in xfs_bmapi_read()
4474 if (!xfs_iext_next_extent(ifp, &bma.icur, &bma.got)) in xfs_bmapi_write()
5845 if (!xfs_iext_next_extent(ifp, &icur, &got)) { in xfs_bmap_collapse_extents()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_inode_fork.h209 static inline bool xfs_iext_next_extent(struct xfs_ifork *ifp, in xfs_iext_next_extent() function
H A Dxfs_bmap.c3936 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()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_dir2_readdir.c302 !xfs_iext_next_extent(ifp, &icur, &map)) in xfs_dir2_leaf_readbuf()
326 if (!xfs_iext_next_extent(ifp, &icur, &map)) { in xfs_dir2_leaf_readbuf()
H A Dxfs_reflink.c274 } while (xfs_iext_next_extent(ip->i_cowfp, &icur, &got)); in xfs_reflink_convert_cow_locked()
1400 found = xfs_iext_next_extent(ifp, &icur, &got); in xfs_reflink_inode_has_shared_extents()
H A Dxfs_bmap_util.c519 if (!xfs_iext_next_extent(ifp, &icur, &got)) { in xfs_getbmap()
H A Dxfs_super.c620 } while (xfs_iext_next_extent(ifp, &icur, &got)); in xfs_check_delalloc()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_dir2_readdir.c301 !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()
H A Dxfs_reflink.c277 } 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()
H A Dxfs_bmap_util.c558 if (!xfs_iext_next_extent(ifp, &icur, &got)) { in xfs_getbmap()
H A Dxfs_icache.c1787 } while (xfs_iext_next_extent(ifp, &icur, &got)); in xfs_check_delalloc()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dbmap.c537 have_map = xfs_iext_next_extent(ifp, &sbcri->icur, &irec); in xchk_bmap_check_rmap()
H A Ddir.c727 !xfs_iext_next_extent(ifp, &icur, &got)) { in xchk_directory_blocks()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Ddir.c693 !xfs_iext_next_extent(ifp, &icur, &got)) { in xchk_directory_blocks()
H A Dbmap.c594 have_map = xfs_iext_next_extent(ifp, &sbcri->icur, &irec); in xchk_bmap_check_rmap()

Completed in 34 milliseconds