Home
last modified time | relevance | path

Searched refs:statfs (Results 1 – 25 of 90) sorted by relevance

1234

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dfsspace.c78 if (statfs(path, &fsbuf) < 0) in fsspace()
83 struct statfs fsbuf; in fsspace()
85 if (statfs(path, &fsbuf) < 0) in fsspace()
/netbsd-src/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_bsd.c55 #define statfs statvfs macro
59 mnt_dup(struct statfs *mp) in mnt_dup()
113 struct statfs *mntbufp, *mntp; in read_mtab()
H A Dmtab_osf.c50 mnt_dup(struct statfs *mp) in mnt_dup()
118 struct statfs *mntbufp, *mntp; in read_mtab()
/netbsd-src/external/bsd/libpcap/dist/lbl/
H A Dos-sunos4.h80 struct statfs;
82 int fstatfs(int, struct statfs *);
167 int statfs(char *, struct statfs *);
/netbsd-src/external/bsd/tcpdump/dist/lbl/
H A Dos-sunos4.h79 struct statfs;
81 int fstatfs(int, struct statfs *);
167 int statfs(char *, struct statfs *);
/netbsd-src/external/bsd/am-utils/dist/conf/checkmount/
H A Dcheckmount_bsd44.c47 #define statfs statvfs macro
56 struct statfs *mntbufp, *mntp; in fixmount_check_mount()
H A Dcheckmount_osf.c54 struct statfs *fslist; in fixmount_check_mount()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Dmount.d313 int statfs(const char*, statfs_t*); in version()
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*);
/netbsd-src/lib/librefuse/refuse/
H A Dv21.h64 int (*statfs) (const char *, struct statfs *); member
H A Dv23.h68 int (*statfs) (const char *, struct statfs *); member
H A Dv22.h68 int (*statfs) (const char *, struct statfs *); member
H A Dlegacy.h60 struct statfs { struct
H A Dv11.h68 int (*statfs) (const char *, struct fuse_statfs *); member
H A Dfs.c660 linux_statfs_to_statvfs(struct statvfs* dst, const struct statfs* src) { in linux_statfs_to_statvfs()
678 if (((const struct fuse_operations_v11*)fs->op)->statfs) { in fuse_fs_statfs()
682 ret = ((const struct fuse_operations_v11*)fs->op)->statfs(path, &statfs_v11); in fuse_fs_statfs()
695 if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->statfs) { \ in fuse_fs_statfs()
696 struct statfs statfs_v22; \ in fuse_fs_statfs()
699 … ret = ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->statfs(path, &statfs_v22); \ in fuse_fs_statfs()
714 if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->statfs) \ in fuse_fs_statfs()
715 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->statfs(path, buf); \ in fuse_fs_statfs()
H A Dv28.h64 int (*statfs) (const char *, struct statvfs *); member
H A Dv25.h64 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 Dv29.h64 int (*statfs) (const char *, struct statvfs *); member
H A Dv26.h64 int (*statfs) (const char *, struct statvfs *); member
H A Dv38.h62 int (*statfs) (const char *, struct statvfs *); member
/netbsd-src/lib/libc/compat/sys/
H A Dcompat_statfs.c49 __warn_references(statfs,
61 __strong_alias(statfs, __compat_statfs) in __strong_alias() argument
/netbsd-src/external/bsd/unbound/dist/compat/
H A Dgetentropy_osx.c300 struct statfs stfs; in getentropy_fallback()
359 HX(statfs(".", &stfs) == -1, stfs); in getentropy_fallback()
363 HX(statfs("/", &stfs) == -1, stfs); in getentropy_fallback()
H A Dgetentropy_linux.c400 struct statfs stfs; in getentropy_fallback()
463 HX(statfs(".", &stfs) == -1, stfs); in getentropy_fallback()
467 HX(statfs("/", &stfs) == -1, stfs); in getentropy_fallback()
/netbsd-src/external/cddl/osnet/dist/cmd/zinject/
H A Dtranslate.c90 struct statfs sfs; in parse_pathname()
114 if (statfs(fullpath, &sfs) == -1) { in parse_pathname()

1234