Searched refs:statvfs (Results 1 – 14 of 14) sorted by relevance
/haiku/src/system/libroot/posix/sys/ |
H A D | statvfs.c | 14 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 D | Jamfile | 28 statvfs.c
|
/haiku/headers/posix/sys/ |
H A D | statvfs.h | 12 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 D | conf.cpp | 428 __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 D | FUSELowLevel.cpp | 55 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 D | FUSELowLevel.h | 49 int fuse_ll_statfs(const fuse_lowlevel_ops* ops, fuse_ino_t inode, struct statvfs* stat);
|
H A D | fuse_fs.cpp | 138 fuse_fs_statfs(struct fuse_fs* fs, const char* path, struct statvfs* buf) in fuse_fs_statfs()
|
H A D | FUSEVolume.cpp | 897 struct statvfs st; in ReadFSInfo()
|
/haiku/headers/private/userlandfs/fuse/ |
H A D | fuse.h | 208 int (*statfs) (const char *, struct statvfs *); 846 int fuse_fs_statfs(struct fuse_fs *fs, const char *path, struct statvfs *buf);
|
H A D | fuse_compat.h | 32 int (*statfs) (const char *, struct statvfs *);
|
H A D | fuse_lowlevel.h | 1196 int fuse_reply_statfs(fuse_req_t req, const struct statvfs *stbuf);
|
/haiku/src/tools/fs_shell/ |
H A D | fuse.cpp | 379 struct statvfs *sfs) in fuse_statfs()
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 2482 void statvfs() {} in statvfs() function
|
H A D | libroot_stubs.c | 2496 void statvfs() {} in statvfs() function
|