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