Home
last modified time | relevance | path

Searched refs:statvfs (Results 1 – 14 of 14) sorted by relevance

/haiku/src/system/libroot/posix/sys/
H A Dstatvfs.c14 fill_statvfs(dev_t device, struct statvfs *statvfs) in fill_statvfs() argument
20 statvfs->f_frsize = statvfs->f_bsize = info.block_size; in fill_statvfs()
21 statvfs->f_blocks = info.total_blocks; in fill_statvfs()
22 statvfs->f_bavail = statvfs->f_bfree = info.free_blocks; in fill_statvfs()
23 statvfs->f_files = info.total_nodes; in fill_statvfs()
24 statvfs->f_favail = statvfs->f_ffree = info.free_nodes; in fill_statvfs()
25 statvfs->f_fsid = device; in fill_statvfs()
26 statvfs->f_flag = info.flags & B_FS_IS_READONLY ? ST_RDONLY : 0; in fill_statvfs()
27 statvfs->f_namemax = B_FILE_NAME_LENGTH; in fill_statvfs()
37 statvfs(const char *path, struct statvfs *statvfs) in statvfs() argument
[all …]
H A DJamfile28 statvfs.c
/haiku/headers/posix/sys/
H A Dstatvfs.h12 struct statvfs { struct
34 int statvfs(const char *path, struct statvfs *buffer); argument
35 int fstatvfs(int descriptor, struct statvfs *buffer);
/haiku/src/system/libroot/posix/unistd/
H A Dconf.cpp428 __pathconf_common(struct statvfs *fs, struct stat *st, in __pathconf_common()
541 struct statvfs fs; in fpathconf()
561 struct statvfs fs; in pathconf()
571 ret = statvfs(path, &fs); in pathconf()
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.cpp55 struct statvfs* fReplyStat;
360 fuse_ll_statfs(const fuse_lowlevel_ops* ops, fuse_ino_t inode, struct statvfs* stat) in fuse_ll_statfs()
504 fuse_reply_statfs(fuse_req_t req, const struct statvfs* stat) in fuse_reply_statfs()
H A DFUSELowLevel.h49 int fuse_ll_statfs(const fuse_lowlevel_ops* ops, fuse_ino_t inode, struct statvfs* stat);
H A Dfuse_fs.cpp138 fuse_fs_statfs(struct fuse_fs* fs, const char* path, struct statvfs* buf) in fuse_fs_statfs()
H A DFUSEVolume.cpp897 struct statvfs st; in ReadFSInfo()
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h208 int (*statfs) (const char *, struct statvfs *);
846 int fuse_fs_statfs(struct fuse_fs *fs, const char *path, struct statvfs *buf);
H A Dfuse_compat.h32 int (*statfs) (const char *, struct statvfs *);
H A Dfuse_lowlevel.h1196 int fuse_reply_statfs(fuse_req_t req, const struct statvfs *stbuf);
/haiku/src/tools/fs_shell/
H A Dfuse.cpp379 struct statvfs *sfs) in fuse_statfs()
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2482 void statvfs() {} in statvfs() function
H A Dlibroot_stubs.c2496 void statvfs() {} in statvfs() function