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

/haiku/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_lowlevel.h674 void (*statfs) (fuse_req_t req, fuse_ino_t ino); member in struct:fuse_lowlevel_ops
1190 * statfs
H A Dfuse.h205 * Replaced 'struct statfs' parameter with 'struct statvfs' in
208 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.cpp362 if (ops->statfs == NULL)
367 ops->statfs(&request, inode);
H A Dfuse_fs.cpp140 if (fs->ops.statfs == NULL)
142 return fs->ops.statfs(path, buf);
H A DFUSEFileSystem.cpp488 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_READ_FS_INFO, fLowLevelOps.statfs);
549 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_READ_FS_INFO, fFS->ops.statfs);
H A DFUSEVolume.cpp896 // from statfs and make reasonable guesses for the rest of them.
903 if (fFS->ops.statfs == NULL)
919 info->free_nodes = 100; // st.f_favail is ignored by statfs()
/haiku/src/tools/fs_shell/
H A Dfuse.cpp381 PRINTD("##statfs\n");
424 fuseOps->statfs = fuse_statfs;
/haiku/src/libs/bsd/
H A Dfts.c101 struct statfs ftsp_statfs;
1239 if (statfs(ent->fts_path, &priv->ftsp_statfs) != -1) {

Completed in 96 milliseconds