Lines Matching defs:xfs_ino_geometry
206 struct xfs_ino_geometry { struct
208 uint64_t maxicount;
211 unsigned int inode_cluster_size;
219 unsigned int inode_cluster_size_raw;
222 unsigned int inodes_per_cluster;
223 unsigned int blocks_per_cluster;
226 unsigned int cluster_align;
227 unsigned int cluster_align_inodes;
228 unsigned int inoalign_mask; /* mask sb_inoalignmt if used */
230 unsigned int inobt_mxr[2]; /* max inobt btree records */
231 unsigned int inobt_mnr[2]; /* min inobt btree records */
232 unsigned int inobt_maxlevels; /* max inobt btree levels. */
235 unsigned int ialloc_inos;
236 unsigned int ialloc_blks;
239 unsigned int ialloc_min_blks;
242 unsigned int ialloc_align;
244 unsigned int agino_log; /* #bits for agino in inum */
247 unsigned int attr_fork_offset;
250 uint64_t new_diflags2;
253 unsigned int min_folio_order;