Searched refs:xfs_iext_next_extent (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_dir2_readdir.c | 300 !xfs_iext_next_extent(ifp, &icur, &map)) in xfs_dir2_leaf_readbuf() 323 if (!xfs_iext_next_extent(ifp, &icur, &map)) { in xfs_dir2_leaf_readbuf()
|
D | xfs_reflink.c | 1594 found = xfs_iext_next_extent(ifp, &icur, &got); in xfs_reflink_inode_has_shared_extents()
|
D | xfs_bmap_util.c | 663 if (!xfs_iext_next_extent(ifp, &icur, &got)) { in xfs_getbmap()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_inode_fork.h | 130 static inline bool xfs_iext_next_extent(struct xfs_ifork *ifp, in xfs_iext_next_extent() function
|
D | xfs_bmap.c | 3876 if (!xfs_iext_next_extent(ifp, &icur, &got)) in xfs_bmapi_read() 4405 if (!xfs_iext_next_extent(ifp, &bma.icur, &bma.got)) in xfs_bmapi_write() 5688 if (!xfs_iext_next_extent(ifp, &icur, &got)) { in xfs_bmap_collapse_extents()
|
/Linux-v4.19/fs/xfs/scrub/ |
D | bmap.c | 476 have_map = xfs_iext_next_extent(ifp, &sbcri->icur, &irec); in xchk_bmap_check_rmap()
|
D | dir.c | 710 !xfs_iext_next_extent(ifp, &icur, &got)) { in xchk_directory_blocks()
|