HomeSort by: relevance | last modified time | path
    Searched refs:statfs (Results 1 - 25 of 92) sorted by relevancy

1 2 3 4

  /src/external/bsd/am-utils/dist/conf/checkmount/
checkmount_bsd44.c 47 #define statfs statvfs macro
56 struct statfs *mntbufp, *mntp;
checkmount_osf.c 54 struct statfs *fslist;
  /src/external/ibm-public/postfix/dist/src/util/
fsspace.c 54 #include <sys/statfs.h>
57 #error "please specify the include file with `struct statfs'"
78 if (statfs(path, &fsbuf) < 0)
79 msg_fatal("statfs %s: %m", path);
83 struct statfs fsbuf;
85 if (statfs(path, &fsbuf) < 0)
86 msg_fatal("statfs %s: %m", path);
  /src/lib/librefuse/refuse/
v21.h 64 int (*statfs) (const char *, struct statfs *); member in struct:fuse_operations_v21
legacy.h 47 /* statfs structure used by FUSE < 1.9. On 2.1 it's been replaced with
48 * "struct statfs" and later replaced again with struct statvfs on
59 /* Linux-specific struct statfs; used by FUSE >= 2.1 && < 2.5. */
60 struct statfs { struct
v22.h 68 int (*statfs) (const char *, struct statfs *); member in struct:fuse_operations_v22
v23.h 68 int (*statfs) (const char *, struct statfs *); member in struct:fuse_operations_v23
v11.h 68 int (*statfs) (const char *, struct fuse_statfs *); member in struct:fuse_operations_v11
v25.h 64 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations_v25
v28.h 64 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations_v28
v29.h 64 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations_v29
v34.h 62 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations_v34
v35.h 62 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations_v35
v26.h 64 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations_v26
v30.h 72 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations_v30
v38.h 62 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations_v38
  /src/external/bsd/am-utils/dist/conf/mtab/
mtab_bsd.c 55 #define statfs statvfs macro
59 mnt_dup(struct statfs *mp)
113 struct statfs *mntbufp, *mntp;
mtab_osf.c 50 mnt_dup(struct statfs *mp)
60 * the statfs structure can be in the format <fs>@<host>
118 struct statfs *mntbufp, *mntp;
  /src/external/bsd/libpcap/dist/lbl/
os-sunos4.h 80 struct statfs;
82 int fstatfs(int, struct statfs *);
167 int statfs(char *, struct statfs *);
  /src/external/bsd/tcpdump/dist/lbl/
os-sunos4.h 79 struct statfs;
81 int fstatfs(int, struct statfs *);
167 int statfs(char *, struct statfs *);
  /src/lib/libc/compat/sys/
compat_statfs.c 49 __warn_references(statfs,
50 "warning: reference to obsolete statfs(); use statvfs()")
61 __strong_alias(statfs, __compat_statfs)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
mount.d 313 int statfs(const char*, statfs_t*);
326 pragma(mangle, "statfs@FBSD_1.5") int statfs(const char*, statfs_t*);
335 pragma(mangle, "statfs@FBSD_1.0") int statfs(const char*, statfs_t*);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_linux.cc 55 #include <sys/statfs.h>
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_linux.cpp 57 # include <sys/statfs.h>
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_linux.cpp 57 # include <sys/statfs.h>

Completed in 29 milliseconds

1 2 3 4