Home
last modified time | relevance | path

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

/netbsd-src/lib/librefuse/refuse/
H A Dlegacy.h60 struct statfs { struct
61 long f_type;
62 long f_bsize;
63 fsblkcnt_t f_blocks;
64 fsblkcnt_t f_bfree;
65 fsblkcnt_t f_bavail;
66 fsfilcnt_t f_files;
67 fsfilcnt_t f_ffree;
68 fsid_t f_fsid;
69 long f_namelen;
[all …]
H A Dv11.h68 int (*statfs) (const char *, struct fuse_statfs *); member
H A Dv21.h64 int (*statfs) (const char *, struct statfs *); member
H A Dv22.h68 int (*statfs) (const char *, struct statfs *); member
H A Dv23.h68 int (*statfs) (const char *, struct statfs *); member
H A Dv25.h64 int (*statfs) (const char *, struct statvfs *); member
H A Dv26.h64 int (*statfs) (const char *, struct statvfs *); member
H A Dv30.h72 int (*statfs) (const char *, struct statvfs *); member
H A Dv34.h62 int (*statfs) (const char *, struct statvfs *); member
H A Dv35.h62 int (*statfs) (const char *, struct statvfs *); member
H A Dv28.h64 int (*statfs) (const char *, struct statvfs *); member
H A Dv38.h62 int (*statfs) (const char *, struct statvfs *); member
H A Dv29.h64 int (*statfs) (const char *, struct statvfs *); member
/netbsd-src/external/bsd/am-utils/dist/conf/checkmount/
H A Dcheckmount_bsd44.c47 #define statfs statvfs macro
/netbsd-src/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_bsd.c55 #define statfs statvfs macro
/netbsd-src/lib/libc/compat/sys/
H A Dcompat_statfs.c61 __strong_alias(statfs, __compat_statfs) in __strong_alias() argument
/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_netbsd1_4.h81 # define statfs statvfs macro
/netbsd-src/external/bsd/am-utils/include/
H A Damu_nfs_prot.h79 # define statfs statvfs macro
/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clport.c966 nfscl_loadsbinfo(struct nfsmount *nmp, struct nfsstatfs *sfp, void *statfs) in nfscl_loadsbinfo()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc82 # define statfs statvfs macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc756 TEST(MemorySanitizer, statfs) { in TEST() argument