miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
kernel_statfs_t Struct Reference

Public Attributes

uint64_t f_type
uint64_t f_bsize
uint64_t f_blocks
uint64_t f_bfree
uint64_t f_bavail
uint64_t f_files
uint64_t f_ffree
uint32_t f_fsid [2]
uint64_t f_namelen
uint64_t f_frsize
uint64_t f_flags
uint64_t f_spare [4]

Member Data Documentation

◆ f_bavail

uint64_t kernel_statfs_t::f_bavail

◆ f_bfree

uint64_t kernel_statfs_t::f_bfree

◆ f_blocks

uint64_t kernel_statfs_t::f_blocks

◆ f_bsize

uint64_t kernel_statfs_t::f_bsize

◆ f_ffree

uint64_t kernel_statfs_t::f_ffree

◆ f_files

uint64_t kernel_statfs_t::f_files

◆ f_flags

uint64_t kernel_statfs_t::f_flags

◆ f_frsize

uint64_t kernel_statfs_t::f_frsize

◆ f_fsid

uint32_t kernel_statfs_t::f_fsid[2]

◆ f_namelen

uint64_t kernel_statfs_t::f_namelen

◆ f_spare

uint64_t kernel_statfs_t::f_spare[4]

◆ f_type

uint64_t kernel_statfs_t::f_type

The documentation for this struct was generated from the following file: