Searched refs:di_nextents (Results 1 – 5 of 5) sorted by relevance
51 if (be32_to_cpu(core->di_nextents) <= 1) { in xfs_fmt_extents_readdir()116 if (XFS_PVT(inode)->i_cur_extent == be32_to_cpu(core->di_nextents)) in xfs_next_extent()193 if (be32_to_cpu(core->di_nextents) <= 1) { in xfs_fmt_extents_find_entry()
50 be32_to_cpu(dip->di_nextents) - 1); in xfs_dir2_isleaf()
373 be32_to_cpu(core->di_nextents) - 1); in xfs_dir2_leaf_find_entry()532 for (idx = 0; idx < be32_to_cpu(core->di_nextents); idx++) { in xfs_dir2_get_right_blk()
218 be32_to_cpu(core->di_nextents) - 1); in xfs_readdir_dir2_leaf()
337 uint32_t di_nextents; /* number of extents in data fork */ member