Searched refs:statfs (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dfsusage.c50 # include <sys/statfs.h>
113 if (statfs (file, &fsd) != 1)
161 struct statfs fsd;
163 if (statfs (file, &fsd, sizeof (struct statfs)) != 0)
170 struct statfs fsd;
172 if (statfs (file, &fsd) < 0)
180 struct statfs are truncated to 2GB. These conditions detect that
194 struct statfs fsd;
196 if (statfs (fil
243 statfs (char *file, struct statfs *fsb) function
[all...]
H A Dmountlist.c99 # include <sys/statfs.h>
269 fsp_to_string (const struct statfs *fsp)
407 struct statfs *fsp;
595 struct statfs *stats;
597 numsys = getfsstat ((struct statfs *)0, 0L, MNT_NOWAIT);
660 struct statfs fsd;
663 if (statfs (me->me_mountdir, &fsd, sizeof fsd, 0) != -1
H A Dfts.c659 struct statfs fs_buf;
686 struct statfs fs_buf;
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse_compat.h32 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations_compat25
69 #include <sys/statfs.h>
91 int (*statfs) (const char *, struct statfs *); member in struct:fuse_operations_compat22
140 int (*statfs) (const char *, struct statfs *); member in struct:fuse_operations_compat2
188 int (*statfs) (struct fuse_statfs_compat1 *); member in struct:fuse_operations_compat1
H A Dfuse_lowlevel_compat.h54 void (*statfs) (fuse_req_t req); member in struct:fuse_lowlevel_ops_compat25
77 #include <sys/statfs.h>
121 void (*statfs) (fuse_req_t req); member in struct:fuse_lowlevel_ops_compat
133 int fuse_reply_statfs_compat(fuse_req_t req, const struct statfs *stbuf);
H A Dfuse.h183 * Replaced 'struct statfs' parameter with 'struct statvfs' in
186 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations
H A Dfuse_lowlevel.h618 void (*statfs) (fuse_req_t req, fuse_ino_t ino); member in struct:fuse_lowlevel_ops
949 * statfs
/haiku-fatelf/src/bin/network/tcpdump/lbl/
H A Dos-sunos4.h81 struct statfs;
83 int fstatfs(int, struct statfs *);
169 int statfs(char *, struct statfs *);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/lbl/
H A Dos-sunos4.h81 struct statfs;
83 int fstatfs(int, struct statfs *);
169 int statfs(char *, struct statfs *);
/haiku-fatelf/src/bin/coreutils/src/
H A Dextract-magic107 /* Define the magic numbers as given by statfs(2).
H A Dstat.c41 /* NOTE: freebsd5.0 needs sys/param.h and sys/mount.h for statfs.
44 /* NetBSD 1.5.2 needs these, for the declaration of struct statfs. */
48 /* Ultrix 4.4 needs these for the declaration of struct statfs. */
87 # define STATFS statfs
93 statfs (char const *filename, struct fs_info *buf) function
120 # define STRUCT_STATVFS struct statfs
186 Others have statfs.f_fstypename[MFSNAMELEN] (NetBSD 1.5.2).
188 But f_type may only exist in statfs (Cygwin). */
211 /* Also compare with the list in "man 2 statfs" using the
514 /* print statfs inf
[all...]
H A DMakefile.am545 # Linux statfs man page. This target prints any new name/number pairs.
556 # Massage bits of the statfs man page and definitions from
580 man statfs \
H A Dtail.c58 # include <sys/statfs.h>
882 struct statfs buf;
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dmountlist.c99 # include <sys/statfs.h>
273 fsp_to_string (const struct statfs *fsp)
411 struct statfs *fsp;
599 struct statfs *stats;
601 numsys = getfsstat ((struct statfs *)0, 0L, MNT_NOWAIT);
664 struct statfs fsd;
667 if (statfs (me->me_mountdir, &fsd, sizeof fsd, 0) != -1
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp140 if (fs->ops.statfs == NULL)
142 return fs->ops.statfs(path, buf);
H A DFUSEFileSystem.cpp376 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_READ_FS_INFO, fFS->ops.statfs);
H A DFUSEVolume.cpp786 if (fFS->ops.statfs == NULL)
800 info->free_nodes = 100; // st.f_favail is ignored by statfs()
/haiku-fatelf/src/tools/fs_shell/
H A Dfuse.cpp366 PRINTD("##statfs\n");
409 fuseOps->statfs = fuse_statfs;
/haiku-fatelf/src/system/libroot/posix/
H A Dfts.c104 struct statfs ftsp_statfs;
1191 if (statfs(ent->fts_path, &priv->ftsp_statfs) != -1) {
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure22422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 3-argument statfs function (DEC OSF/1)" >&5
22423 $as_echo_n "checking for 3-argument statfs function (DEC OSF/1)... " >&6; }
22439 struct statfs fsd;
22441 return statfs (".", &fsd, sizeof (struct statfs)) != 0;
22467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)" >&5
22468 $as_echo_n "checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... " >&6; }
22490 struct statfs fs
[all...]

Completed in 153 milliseconds