Lines Matching refs:uint64_t

106 	uint64_t	f_blocks;	/* total data blocks in file system */ \
107 uint64_t f_bfree; /* free blocks in fs */ \
108 uint64_t f_bavail; /* free blocks avail to non-superuser */ \
109 uint64_t f_files; /* total file nodes in file system */ \
110 uint64_t f_ffree; /* free file nodes in fs */ \
167 uint64_t f_blocks; /* total data blocks in file system */
168 uint64_t f_bfree; /* free blocks in fs */
169 uint64_t f_bavail; /* free blocks avail to non-superuser */
170 uint64_t f_bused; /* free blocks avail to non-superuser */
171 uint64_t f_files; /* total file nodes in file system */
172 uint64_t f_ffree; /* free file nodes in fs */
175 uint64_t f_flags; /* copy of mount exported flags */
238 uint64_t f_supported;
239 uint64_t f_active;
241 uint64_t f_objcount; /* number of filesystem objects in volume */
242 uint64_t f_filecount; /* ... files */
243 uint64_t f_dircount; /* ... directories */
244 uint64_t f_maxobjcount; /* maximum number of filesystem objects */
248 uint64_t f_blocks; /* total data blocks in file system */
249 uint64_t f_bfree; /* free blocks in fs */
250 uint64_t f_bavail; /* free blocks avail to non-superuser */
251 uint64_t f_bused; /* blocks in use */
252 uint64_t f_files; /* total file nodes in file system */
253 uint64_t f_ffree; /* free file nodes in fs */
467 uint64_t ns_threadids[0]; // Thread IDs of those blocked threads
791 uint64_t vfs_flags(mount_t);
802 void vfs_setflags(mount_t, uint64_t);
812 void vfs_clearflags(mount_t, uint64_t);
1206 uint64_t vfs_throttle_mask(mount_t mp);