Searched refs:i8count (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c49 count += hdr->i8count ? XFS_INO64_SIZE : XFS_INO32_SIZE; /* ino # */
82 if (!hdr->i8count)
101 if (hdr->i8count)
111 if (!hdr->i8count)
123 if (hdr->i8count)
178 int i8count; /* count of big-inode entries */ local
197 count = i8count = namelen = 0;
223 i8count += be64_to_cpu(dep->inumber) > XFS_DIR2_MAX_SHORT_INUM;
234 size = xfs_dir2_sf_hdr_size(i8count) + /* header */
237 (i8count
668 int i8count; /* number of big inode#s */ local
708 int i8count; local
797 int i8count; /* parent inode is an 8-byte number */ local
[all...]
H A Dxfs_da_format.h216 uint8_t i8count; /* count of 8-byte inode #s */ member in struct:xfs_dir2_sf_hdr
233 static inline int xfs_dir2_sf_hdr_size(int i8count) argument
236 (i8count == 0) * XFS_INO64_DIFF;
255 ((char *)hdr + xfs_dir2_sf_hdr_size(hdr->i8count));
H A Dxfs_dir2_block.c1106 ASSERT(dp->i_disk_size >= xfs_dir2_sf_hdr_size(oldsfp->i8count));
/linux-master/fs/xfs/scrub/
H A Dinode_repair.c543 int i8count; local
548 i8count = mp->m_sb.sb_rootino > XFS_DIR2_MAX_SHORT_INUM;
551 sfp->i8count = i8count;
553 dip->di_size = cpu_to_be64(xfs_dir2_sf_hdr_size(i8count));

Completed in 144 milliseconds