Lines Matching defs:xfs_ino_geometry
140 struct xfs_ino_geometry { struct
142 uint64_t maxicount;
145 unsigned int inode_cluster_size;
153 unsigned int inode_cluster_size_raw;
156 unsigned int inodes_per_cluster;
157 unsigned int blocks_per_cluster;
160 unsigned int cluster_align;
161 unsigned int cluster_align_inodes;
162 unsigned int inoalign_mask; /* mask sb_inoalignmt if used */
164 unsigned int inobt_mxr[2]; /* max inobt btree records */
165 unsigned int inobt_mnr[2]; /* min inobt btree records */
166 unsigned int inobt_maxlevels; /* max inobt btree levels. */
169 unsigned int ialloc_inos;
170 unsigned int ialloc_blks;
173 unsigned int ialloc_min_blks;
176 unsigned int ialloc_align;
178 unsigned int agino_log; /* #bits for agino in inum */
181 uint64_t new_diflags2;