Lines Matching defs:xfs_ino_geometry
145 struct xfs_ino_geometry { struct
147 uint64_t maxicount;
150 unsigned int inode_cluster_size;
158 unsigned int inode_cluster_size_raw;
161 unsigned int inodes_per_cluster;
162 unsigned int blocks_per_cluster;
165 unsigned int cluster_align;
166 unsigned int cluster_align_inodes;
167 unsigned int inoalign_mask; /* mask sb_inoalignmt if used */
169 unsigned int inobt_mxr[2]; /* max inobt btree records */
170 unsigned int inobt_mnr[2]; /* min inobt btree records */
171 unsigned int inobt_maxlevels; /* max inobt btree levels. */
174 unsigned int ialloc_inos;
175 unsigned int ialloc_blks;
178 unsigned int ialloc_min_blks;
181 unsigned int ialloc_align;
183 unsigned int agino_log; /* #bits for agino in inum */
186 unsigned int attr_fork_offset;
189 uint64_t new_diflags2;