Home | History | Annotate | Download | only in openssh

Lines Matching full:uint64

258 	uint64		f_bsize		/* file system block size */
259 uint64 f_frsize /* fundamental fs block size */
260 uint64 f_blocks /* number of blocks (unit f_frsize) */
261 uint64 f_bfree /* free blocks in file system */
262 uint64 f_bavail /* free blocks for non-root */
263 uint64 f_files /* total file inodes */
264 uint64 f_ffree /* free file inodes */
265 uint64 f_favail /* free file inodes for to non-root */
266 uint64 f_fsid /* file system id */
267 uint64 f_flag /* bit mask of f_flag values */
268 uint64 f_namemax /* maximum filename length */