Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmount.h81 struct statfs { struct
82 uint32_t f_version; /* structure version number */
83 uint32_t f_type; /* type of filesystem */
84 uint64_t f_flags; /* copy of mount exported flags */
85 uint64_t f_bsize; /* filesystem fragment size */
86 uint64_t f_iosize; /* optimal transfer block size */
110 struct freebsd11_statfs { argument
/freebsd/tools/regression/security/cap_test/
H A Dcap_test_capmode.c63 struct statfs statfs; in test_capmode() local
/freebsd/contrib/lib9p/backend/
H A Dbackend.h45 int (*statfs)(void *, struct l9p_request *); member
/freebsd/contrib/capsicum-test/
H A Dcapmode.cc81 struct statfs statfs; in FORK_TEST_F() local
/freebsd/tests/sys/fs/fusefs/
H A Dmockfs.hh222 fuse_statfs_out statfs; member
/freebsd/sys/fs/nfsclient/
H A Dnfs_clport.c923 nfscl_loadsbinfo(struct nfsmount *nmp, struct nfsstatfs *sfp, void *statfs) in nfscl_loadsbinfo()
/freebsd/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c426 struct statfs statfs; in check_fstatfs() local
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c871 struct kstatfs statfs; in zpl_fallocate_common() local
/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c835 struct statfs statfs; in ctl_be_block_getattr_file() local
/freebsd/contrib/lib9p/
H A Dfcall.h368 struct l9p_statfs statfs; member