Searched refs:statvfs (Results 1 - 13 of 13) sorted by relevance

/haiku/src/system/libroot/posix/sys/
H A Dstatvfs.c7 #include <sys/statvfs.h>
14 fill_statvfs(dev_t device, struct statvfs *statvfs) argument
20 statvfs->f_frsize = statvfs->f_bsize = info.block_size;
21 statvfs->f_blocks = info.total_blocks;
22 statvfs->f_bavail = statvfs->f_bfree = info.free_blocks;
23 statvfs->f_files = info.total_nodes;
24 statvfs
37 statvfs(const char *path, struct statvfs *statvfs) argument
48 fstatvfs(int fd, struct statvfs *statvfs) argument
[all...]
/haiku/headers/posix/sys/
H A Dstatvfs.h12 struct statvfs { struct
34 int statvfs(const char *path, struct statvfs *buffer);
35 int fstatvfs(int descriptor, struct statvfs *buffer);
/haiku/src/system/libroot/posix/unistd/
H A Dconf.cpp15 #include <sys/statvfs.h>
427 __pathconf_common(struct statvfs *fs, struct stat *st,
478 // XXX: add fs ? add to statvfs/fs_info ?
540 struct statvfs fs;
560 struct statvfs fs;
570 ret = statvfs(path, &fs);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.h49 int fuse_ll_statfs(const fuse_lowlevel_ops* ops, fuse_ino_t inode, struct statvfs* stat);
H A DFUSELowLevel.cpp55 struct statvfs* fReplyStat;
360 fuse_ll_statfs(const fuse_lowlevel_ops* ops, fuse_ino_t inode, struct statvfs* stat)
504 fuse_reply_statfs(fuse_req_t req, const struct statvfs* stat)
H A Dfuse_fs.cpp138 fuse_fs_statfs(struct fuse_fs* fs, const char* path, struct statvfs* buf)
H A DFUSEVolume.cpp897 struct statvfs st;
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h33 #include <sys/statvfs.h>
205 * Replaced 'struct statfs' parameter with 'struct statvfs' in
208 int (*statfs) (const char *, struct statvfs *);
846 int fuse_fs_statfs(struct fuse_fs *fs, const char *path, struct statvfs *buf);
H A Dfuse_lowlevel.h32 #include <sys/statvfs.h>
1196 int fuse_reply_statfs(fuse_req_t req, const struct statvfs *stbuf);
H A Dfuse_compat.h32 int (*statfs) (const char *, struct statvfs *);
/haiku/src/tools/fs_shell/
H A Dfuse.cpp379 struct statvfs *sfs)
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2478 void statvfs() {} function
H A Dlibroot_stubs_legacy.c2470 void statvfs() {} function

Completed in 378 milliseconds