Home | History | Annotate | Download | only in sys

Lines Matching refs:u_int32_t

132     u_int32_t dqb_bhardlimit;	/* absolute limit on disk blks alloc */
133 u_int32_t dqb_bsoftlimit; /* preferred limit on disk blks */
134 u_int32_t dqb_curblocks; /* current block count */
135 u_int32_t dqb_ihardlimit; /* maximum # allocated inodes */
136 u_int32_t dqb_isoftlimit; /* preferred inode limit */
137 u_int32_t dqb_curinodes; /* current # allocated inodes */
165 u_int32_t dqb_valid; /* bitmask of QIF_* constants */
191 u_int32_t lookups;
192 u_int32_t drops;
193 u_int32_t reads;
194 u_int32_t writes;
195 u_int32_t cache_hits;
196 u_int32_t pages_allocated;
197 u_int32_t allocated_dquots;
198 u_int32_t free_dquots;
199 u_int32_t syncs;
213 u_int32_t dqi_flags;
214 u_int32_t dqi_valid;