Home
last modified time | relevance | path

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

/components/libc/compilers/common/include/sys/
A Dstatfs.h24 #include_next <sys/statfs.h>
29 #include_next <sys/statfs.h>
32 struct statfs
40 int statfs(const char *path, struct statfs *buf);
41 int fstatfs(int fd, struct statfs *buf);
/components/dfs/dfs_v1/include/
A Ddfs_fs.h41 int (*statfs) (struct dfs_filesystem *fs, struct statfs *buf); member
94 int dfs_statfs(const char *path, struct statfs *buffer);
/components/dfs/dfs_v2/include/
A Ddfs_fs.h78 struct statfs;
101 int (*statfs)(struct dfs_mnt *mnt, struct statfs *buf); member
132 int dfs_statfs(const char *path, struct statfs *buffer);
/components/dfs/dfs_v1/src/
A Ddfs_posix.c592 int statfs(const char *path, struct statfs *buf) in statfs() function
606 RTM_EXPORT(statfs);
617 int fstatfs(int fildes, struct statfs *buf) in fstatfs()
630 return statfs(d->vnode->fullpath, buf); in fstatfs()
A Ddfs_fs.c487 int dfs_statfs(const char *path, struct statfs *buffer) in dfs_statfs()
494 if (fs->ops->statfs != NULL) in dfs_statfs()
495 return fs->ops->statfs(fs, buffer); in dfs_statfs()
628 struct statfs buffer; in df()
/components/dfs/dfs_v1/filesystems/mqueue/
A Ddfs_mqueue.c48 int dfs_mqueue_statfs(struct dfs_filesystem *fs, struct statfs *buf) { return RT_EOK; } in dfs_mqueue_statfs()
150 .statfs = dfs_mqueue_statfs,
/components/dfs/dfs_v2/src/
A Ddfs_posix.c744 int statfs(const char *path, struct statfs *buf) in statfs() function
764 RTM_EXPORT(statfs);
775 int fstatfs(int fildes, struct statfs *buf) in fstatfs()
797 ret = file->dentry->mnt->fs_ops->statfs(file->dentry->mnt, buf); in fstatfs()
A Ddfs_fs.c628 int dfs_statfs(const char *path, struct statfs *buffer) in dfs_statfs()
644 if (mnt->fs_ops->statfs) in dfs_statfs()
648 ret = mnt->fs_ops->statfs(mnt, buffer); in dfs_statfs()
/components/dfs/dfs_v2/filesystems/mqueue/
A Ddfs_mqueue.c54 int dfs_mqueue_statfs(struct dfs_mnt *mnt, struct statfs *buf) { in dfs_mqueue_statfs()
217 .statfs = dfs_mqueue_statfs,
/components/dfs/dfs_v2/filesystems/procfs/
A Dprocfs.c317 static int dfs_procfs_statfs(struct dfs_mnt *mnt, struct statfs *buf) in dfs_procfs_statfs()
406 .statfs = dfs_procfs_statfs,
/components/lwp/
A Dlwp_syscall.c9532 sysret_t sys_statfs(const char *path, struct statfs *buf) in sys_statfs()
9538 struct statfs statfsbuff = {0}; in sys_statfs()
9565 ret = _SYS_WRAP(statfs(copy_path, &statfsbuff)); in sys_statfs()
9608 struct statfs statfsbuff = {0}; in sys_statfs64()
9615 if (sz != sizeof(struct statfs)) in sys_statfs64()
9640 ret = _SYS_WRAP(statfs(copy_path, &statfsbuff)); in sys_statfs64()
9675 sysret_t sys_fstatfs(int fd, struct statfs *buf) in sys_fstatfs()
9678 struct statfs statfsbuff = {0}; in sys_fstatfs()
9721 sysret_t sys_fstatfs64(int fd, size_t sz, struct statfs *buf) in sys_fstatfs64()
9724 struct statfs statfsbuff = {0}; in sys_fstatfs64()
[all …]
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevtmpfs.c242 static int devtmpfs_statfs(struct dfs_mnt *mnt, struct statfs *buf) in devtmpfs_statfs()
638 .statfs = devtmpfs_statfs,
/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c412 static int ptyfs_ops_statfs(struct dfs_mnt *mnt, struct statfs *buf) in ptyfs_ops_statfs()
636 .statfs = ptyfs_ops_statfs,
/components/dfs/dfs_v1/filesystems/devfs/
A Ddevfs.c32 int dfs_device_fs_statfs(struct dfs_filesystem *fs, struct statfs *buf) in dfs_device_fs_statfs()
/components/dfs/dfs_v2/filesystems/tmpfs/
A Ddfs_tmpfs.c175 int dfs_tmpfs_statfs(struct dfs_mnt *mnt, struct statfs *buf) in dfs_tmpfs_statfs()
877 .statfs = dfs_tmpfs_statfs,
/components/dfs/dfs_v1/filesystems/ramfs/
A Ddfs_ramfs.c42 int dfs_ramfs_statfs(struct dfs_filesystem *fs, struct statfs *buf) in dfs_ramfs_statfs()
/components/dfs/dfs_v2/filesystems/ramfs/
A Ddfs_ramfs.c42 int dfs_ramfs_statfs(struct dfs_filesystem *fs, struct statfs *buf) in dfs_ramfs_statfs()
/components/dfs/dfs_v2/filesystems/elmfat/
A Ddfs_elm.c338 int dfs_elm_statfs(struct dfs_mnt *mnt, struct statfs *buf) in dfs_elm_statfs()
1087 .statfs = dfs_elm_statfs,
/components/dfs/dfs_v1/filesystems/tmpfs/
A Ddfs_tmpfs.c162 int dfs_tmpfs_statfs(struct dfs_filesystem *fs, struct statfs *buf) in dfs_tmpfs_statfs()
/components/dfs/dfs_v1/filesystems/elmfat/
A Ddfs_elm.c299 int dfs_elm_statfs(struct dfs_filesystem *fs, struct statfs *buf) in dfs_elm_statfs()

Completed in 42 milliseconds