Searched defs:statfs (Results 1 – 2 of 2) sorted by relevance
78 struct statfs { struct79 uint32_t f_version; /* structure version number */80 uint32_t f_type; /* type of filesystem */81 uint64_t f_flags; /* copy of mount exported flags */105 struct freebsd11_statfs { argument
759 struct kstatfs statfs; in zpl_fallocate_common() local