Lines Matching refs:uint
104 uint m_blockmask; /* sb_blocksize-1 */
105 uint m_blockwsize; /* sb_blocksize in words */
106 uint m_blockwmask; /* blockwsize-1 */
107 uint m_alloc_mxr[2]; /* max alloc btree records */
108 uint m_alloc_mnr[2]; /* min alloc btree records */
109 uint m_bmap_dmxr[2]; /* max bmap btree records */
110 uint m_bmap_dmnr[2]; /* min bmap btree records */
111 uint m_rmap_mxr[2]; /* max rmap btree records */
112 uint m_rmap_mnr[2]; /* min rmap btree records */
113 uint m_refc_mxr[2]; /* max refc btree records */
114 uint m_refc_mnr[2]; /* min refc btree records */
115 uint m_ag_maxlevels; /* XFS_AG_MAXLEVELS */
116 uint m_bm_maxlevels[2]; /* XFS_BM_MAXLEVELS */
117 uint m_rmap_maxlevels; /* max rmap btree levels */
118 uint m_refc_maxlevels; /* max refcount btree level */
120 uint m_alloc_set_aside; /* space we can't use */
121 uint m_ag_max_usable; /* max space per AG */
125 uint m_allocsize_log;/* min write size log bytes */
126 uint m_allocsize_blocks; /* min write size blocks */
129 uint m_rsumlevels; /* rt summary levels */
130 uint m_rsumsize; /* size of rt summary, bytes */
132 uint m_qflags; /* quota status flags */