Home
last modified time | relevance | path

Searched refs:i8count (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c49 count += hdr->i8count ? XFS_INO64_SIZE : XFS_INO32_SIZE; /* ino # */ in xfs_dir2_sf_entsize()
82 if (!hdr->i8count) in xfs_dir2_sf_get_ino()
101 if (hdr->i8count) in xfs_dir2_sf_put_ino()
111 if (!hdr->i8count) in xfs_dir2_sf_get_parent_ino()
123 if (hdr->i8count) in xfs_dir2_sf_put_parent_ino()
178 int i8count; /* count of big-inode entries */ in xfs_dir2_block_sfsize() local
197 count = i8count = namelen = 0; in xfs_dir2_block_sfsize()
223 i8count += be64_to_cpu(dep->inumber) > XFS_DIR2_MAX_SHORT_INUM; in xfs_dir2_block_sfsize()
234 size = xfs_dir2_sf_hdr_size(i8count) + /* header */ in xfs_dir2_block_sfsize()
237 (i8count ? /* inumber */ in xfs_dir2_block_sfsize()
[all …]
/linux/fs/xfs/scrub/
H A Dinode_repair.c625 int i8count; in xrep_dinode_zap_dir() local
630 i8count = mp->m_sb.sb_rootino > XFS_DIR2_MAX_SHORT_INUM; in xrep_dinode_zap_dir()
633 sfp->i8count = i8count; in xrep_dinode_zap_dir()
635 dip->di_size = cpu_to_be64(xfs_dir2_sf_hdr_size(i8count)); in xrep_dinode_zap_dir()