/netbsd-src/lib/librefuse/refuse/ |
H A D | legacy.h | 60 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 D | v11.h | 68 int (*statfs) (const char *, struct fuse_statfs *); member
|
H A D | v21.h | 64 int (*statfs) (const char *, struct statfs *); member
|
H A D | v22.h | 68 int (*statfs) (const char *, struct statfs *); member
|
H A D | v23.h | 68 int (*statfs) (const char *, struct statfs *); member
|
H A D | v25.h | 64 int (*statfs) (const char *, struct statvfs *); member
|
H A D | v26.h | 64 int (*statfs) (const char *, struct statvfs *); member
|
H A D | v30.h | 72 int (*statfs) (const char *, struct statvfs *); member
|
H A D | v34.h | 62 int (*statfs) (const char *, struct statvfs *); member
|
H A D | v35.h | 62 int (*statfs) (const char *, struct statvfs *); member
|
H A D | v28.h | 64 int (*statfs) (const char *, struct statvfs *); member
|
H A D | v38.h | 62 int (*statfs) (const char *, struct statvfs *); member
|
H A D | v29.h | 64 int (*statfs) (const char *, struct statvfs *); member
|
/netbsd-src/external/bsd/am-utils/dist/conf/checkmount/ |
H A D | checkmount_bsd44.c | 47 #define statfs statvfs macro
|
/netbsd-src/external/bsd/am-utils/dist/conf/mtab/ |
H A D | mtab_bsd.c | 55 #define statfs statvfs macro
|
/netbsd-src/lib/libc/compat/sys/ |
H A D | compat_statfs.c | 61 __strong_alias(statfs, __compat_statfs) in __strong_alias() argument
|
/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/ |
H A D | nfs_prot_netbsd1_4.h | 81 # define statfs statvfs macro
|
/netbsd-src/external/bsd/am-utils/include/ |
H A D | amu_nfs_prot.h | 79 # define statfs statvfs macro
|
/netbsd-src/sys/fs/nfs/client/ |
H A D | nfs_clport.c | 966 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 D | sanitizer_platform_limits_posix.cc | 82 # define statfs statvfs macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
H A D | msan_test.cc | 756 TEST(MemorySanitizer, statfs) { in TEST() argument
|