Searched defs:vfs_attr (Results 1 – 1 of 1) sorted by relevance
245 struct vfs_attr { struct246 uint64_t f_supported;247 uint64_t f_active;249 uint64_t f_objcount; /* number of filesystem objects in volume */250 uint64_t f_filecount; /* ... files */251 uint64_t f_dircount; /* ... directories */252 uint64_t f_maxobjcount; /* maximum number of filesystem objects */254 uint32_t f_bsize; /* block size for the below size values */255 size_t f_iosize; /* optimal transfer block size */256 uint64_t f_blocks; /* total data blocks in file system */[all …]