Home
last modified time | relevance | path

Searched defs:statfs (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dmount.h78 struct statfs { struct
79 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
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c759 struct kstatfs statfs; in zpl_fallocate_common() local