Lines Matching refs:uint
120 uint m_blockmask; /* sb_blocksize-1 */
121 uint m_blockwsize; /* sb_blocksize in words */
122 uint m_blockwmask; /* blockwsize-1 */
123 uint m_alloc_mxr[2]; /* max alloc btree records */
124 uint m_alloc_mnr[2]; /* min alloc btree records */
125 uint m_bmap_dmxr[2]; /* max bmap btree records */
126 uint m_bmap_dmnr[2]; /* min bmap btree records */
127 uint m_rmap_mxr[2]; /* max rmap btree records */
128 uint m_rmap_mnr[2]; /* min rmap btree records */
129 uint m_refc_mxr[2]; /* max refc btree records */
130 uint m_refc_mnr[2]; /* min refc btree records */
131 uint m_alloc_maxlevels; /* max alloc btree levels */
132 uint m_bm_maxlevels[2]; /* max bmap btree levels */
133 uint m_rmap_maxlevels; /* max rmap btree levels */
134 uint m_refc_maxlevels; /* max refcount btree level */
137 uint m_alloc_set_aside; /* space we can't use */
138 uint m_ag_max_usable; /* max space per AG */
142 uint m_allocsize_log;/* min write size log bytes */
143 uint m_allocsize_blocks; /* min write size blocks */
146 uint m_rsumlevels; /* rt summary levels */
147 uint m_rsumsize; /* size of rt summary, bytes */
149 uint m_qflags; /* quota status flags */