Lines Matching refs:uint
81 uint m_readio_log; /* min read size log bytes */
82 uint m_readio_blocks; /* min read size blocks */
83 uint m_writeio_log; /* min write size log bytes */
84 uint m_writeio_blocks; /* min write size blocks */
90 uint m_rsumlevels; /* rt summary levels */
91 uint m_rsumsize; /* size of rt summary, bytes */
103 uint m_inode_cluster_size;/* min inode buf size */
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_inobt_mxr[2]; /* max inobt btree records */
112 uint m_inobt_mnr[2]; /* min inobt btree records */
113 uint m_rmap_mxr[2]; /* max rmap btree records */
114 uint m_rmap_mnr[2]; /* min rmap btree records */
115 uint m_refc_mxr[2]; /* max refc btree records */
116 uint m_refc_mnr[2]; /* min refc btree records */
117 uint m_ag_maxlevels; /* XFS_AG_MAXLEVELS */
118 uint m_bm_maxlevels[2]; /* XFS_BM_MAXLEVELS */
119 uint m_in_maxlevels; /* max inobt btree levels. */
120 uint m_rmap_maxlevels; /* max rmap btree levels */
121 uint m_refc_maxlevels; /* max refcount btree level */
123 uint m_alloc_set_aside; /* space we can't use */
124 uint m_ag_max_usable; /* max space per AG */
136 uint m_qflags; /* quota status flags */
149 uint m_chsize; /* size of next field */