Home
last modified time | relevance | path

Searched refs:di_nextents (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/core/fs/xfs/
Dxfs.c51 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()
Dxfs_dir2.h50 be32_to_cpu(dip->di_nextents) - 1); in xfs_dir2_isleaf()
Dxfs_dir2.c373 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()
Dxfs_readdir.c218 be32_to_cpu(core->di_nextents) - 1); in xfs_readdir_dir2_leaf()
Dxfs.h337 uint32_t di_nextents; /* number of extents in data fork */ member