| /components/libc/compilers/common/include/sys/ |
| A D | statfs.h | 24 #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 D | dfs_fs.h | 41 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 D | dfs_fs.h | 78 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 D | dfs_posix.c | 592 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 D | dfs_fs.c | 487 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 D | dfs_mqueue.c | 48 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 D | dfs_posix.c | 744 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 D | dfs_fs.c | 628 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 D | dfs_mqueue.c | 54 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 D | procfs.c | 317 static int dfs_procfs_statfs(struct dfs_mnt *mnt, struct statfs *buf) in dfs_procfs_statfs() 406 .statfs = dfs_procfs_statfs,
|
| /components/lwp/ |
| A D | lwp_syscall.c | 9532 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 D | devtmpfs.c | 242 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 D | ptyfs.c | 412 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 D | devfs.c | 32 int dfs_device_fs_statfs(struct dfs_filesystem *fs, struct statfs *buf) in dfs_device_fs_statfs()
|
| /components/dfs/dfs_v2/filesystems/tmpfs/ |
| A D | dfs_tmpfs.c | 175 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 D | dfs_ramfs.c | 42 int dfs_ramfs_statfs(struct dfs_filesystem *fs, struct statfs *buf) in dfs_ramfs_statfs()
|
| /components/dfs/dfs_v2/filesystems/ramfs/ |
| A D | dfs_ramfs.c | 42 int dfs_ramfs_statfs(struct dfs_filesystem *fs, struct statfs *buf) in dfs_ramfs_statfs()
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | dfs_elm.c | 338 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 D | dfs_tmpfs.c | 162 int dfs_tmpfs_statfs(struct dfs_filesystem *fs, struct statfs *buf) in dfs_tmpfs_statfs()
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | dfs_elm.c | 299 int dfs_elm_statfs(struct dfs_filesystem *fs, struct statfs *buf) in dfs_elm_statfs()
|