Lines Matching defs:statfs
38 struct statfs { struct39 uint32_t f_type;40 uint32_t f_bsize;41 uint64_t f_blocks;42 uint64_t f_bfree;43 uint64_t f_bavail;44 uint64_t f_files;45 uint64_t f_ffree;46 __kernel_fsid_t f_fsid;47 uint32_t f_namelen;48 uint32_t f_frsize;49 uint32_t f_spare[5];