| /components/dfs/dfs_v1/filesystems/mqueue/ |
| A D | dfs_mqueue.c | 42 int dfs_mqueue_mount(struct dfs_filesystem *fs, unsigned long rwflag, const void *data) { in dfs_mqueue_mount() 46 int dfs_mqueue_unmount(struct dfs_filesystem *fs) { return RT_EOK; } in dfs_mqueue_unmount() 48 int dfs_mqueue_statfs(struct dfs_filesystem *fs, struct statfs *buf) { return RT_EOK; } in dfs_mqueue_statfs() 87 int dfs_mqueue_stat(struct dfs_filesystem *fs, const char *path, struct stat *st) { in dfs_mqueue_stat() 124 int dfs_mqueue_unlink(struct dfs_filesystem *fs, const char *path) { in dfs_mqueue_unlink()
|
| /components/dfs/dfs_v1/filesystems/ramfs/ |
| A D | dfs_ramfs.c | 20 int dfs_ramfs_mount(struct dfs_filesystem *fs, in dfs_ramfs_mount() 35 int dfs_ramfs_unmount(struct dfs_filesystem *fs) in dfs_ramfs_unmount() 42 int dfs_ramfs_statfs(struct dfs_filesystem *fs, struct statfs *buf) in dfs_ramfs_statfs() 184 struct dfs_filesystem *fs; in dfs_ramfs_open() local 295 int dfs_ramfs_stat(struct dfs_filesystem *fs, in dfs_ramfs_stat() 365 int dfs_ramfs_unlink(struct dfs_filesystem *fs, const char *path) in dfs_ramfs_unlink() 386 int dfs_ramfs_rename(struct dfs_filesystem *fs, in dfs_ramfs_rename()
|
| A D | dfs_ramfs.h | 24 struct dfs_ramfs *fs; /* file system ref */ member
|
| /components/dfs/dfs_v2/filesystems/ramfs/ |
| A D | dfs_ramfs.c | 20 int dfs_ramfs_mount(struct dfs_filesystem *fs, in dfs_ramfs_mount() 35 int dfs_ramfs_unmount(struct dfs_filesystem *fs) in dfs_ramfs_unmount() 42 int dfs_ramfs_statfs(struct dfs_filesystem *fs, struct statfs *buf) in dfs_ramfs_statfs() 184 struct dfs_filesystem *fs; in dfs_ramfs_open() local 295 int dfs_ramfs_stat(struct dfs_filesystem *fs, in dfs_ramfs_stat() 365 int dfs_ramfs_unlink(struct dfs_filesystem *fs, const char *path) in dfs_ramfs_unlink() 386 int dfs_ramfs_rename(struct dfs_filesystem *fs, in dfs_ramfs_rename()
|
| A D | dfs_ramfs.h | 24 struct dfs_ramfs *fs; /* file system ref */ member
|
| /components/dfs/dfs_v2/filesystems/procfs/ |
| A D | proc_filesystems.c | 25 struct dfs_filesystem_type *fs = dfs_filesystems(); in seq_start() local 50 struct dfs_filesystem_type *fs = (struct dfs_filesystem_type *)data; in seq_next() local 60 struct dfs_filesystem_type *fs = (struct dfs_filesystem_type *)data; in seq_show() local
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | ff.c | 1007 FATFS *fs in clear_lock() 3343 FATFS *fs; local 3661 FATFS *fs; local 3858 FATFS *fs; local 3958 FATFS *fs; local 4076 FATFS *fs; local 4157 FATFS *fs; local 4214 FATFS *fs; local 4274 FATFS *fs; local 4373 FATFS *fs; local [all …]
|
| A D | dfs_elm.c | 34 #define SS(fs) ((UINT)FF_MAX_SS) /* Fixed sector size */ argument 36 #define SS(fs) ((fs)->ssize) /* Variable sector size */ argument 105 int dfs_elm_mount(struct dfs_filesystem *fs, unsigned long rwflag, const void *data) in dfs_elm_mount() 173 int dfs_elm_unmount(struct dfs_filesystem *fs) in dfs_elm_unmount() 299 int dfs_elm_statfs(struct dfs_filesystem *fs, struct statfs *buf) in dfs_elm_statfs() 340 struct dfs_filesystem *fs = file->vnode->fs; in dfs_elm_open() local 691 int dfs_elm_unlink(struct dfs_filesystem *fs, const char *path) in dfs_elm_unlink() 721 int dfs_elm_rename(struct dfs_filesystem *fs, const char *oldpath, const char *newpath) in dfs_elm_rename() 756 int dfs_elm_stat(struct dfs_filesystem *fs, const char *path, struct stat *st) in dfs_elm_stat()
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | ff.c | 1037 FATFS* fs in clear_share() 3392 FATFS *fs; local 3725 FATFS *fs; local 3922 FATFS *fs; local 4022 FATFS *fs; local 4140 FATFS *fs; local 4221 FATFS *fs; local 4278 FATFS *fs; local 4338 FATFS *fs; local 4439 FATFS *fs; local [all …]
|
| A D | dfs_elm.c | 56 #define SS(fs) ((UINT)FF_MAX_SS) /* Fixed sector size */ argument 58 #define SS(fs) ((fs)->ssize) /* Variable sector size */ argument
|
| /components/dfs/dfs_v1/src/ |
| A D | dfs_fs.c | 81 struct dfs_filesystem *fs = NULL; in dfs_filesystem_lookup() local 222 struct dfs_filesystem *fs = NULL; in dfs_mount() local 371 struct dfs_filesystem *fs = NULL; in dfs_unmount() local 489 struct dfs_filesystem *fs; in dfs_statfs() local 570 struct dfs_filesystem *fs = NULL; in dfs_unmount_device() local
|
| A D | dfs_file.c | 187 struct dfs_filesystem *fs; in dfs_file_open() local 488 struct dfs_filesystem *fs; in dfs_file_unlink() local 611 struct dfs_filesystem *fs; in dfs_file_stat() local
|
| A D | dfs.c | 495 struct dfs_filesystem *fs; in fd_is_open() local
|
| /components/dfs/dfs_v1/filesystems/tmpfs/ |
| A D | dfs_tmpfs.c | 116 int dfs_tmpfs_mount(struct dfs_filesystem *fs, in dfs_tmpfs_mount() 147 int dfs_tmpfs_unmount(struct dfs_filesystem *fs) in dfs_tmpfs_unmount() 162 int dfs_tmpfs_statfs(struct dfs_filesystem *fs, struct statfs *buf) in dfs_tmpfs_statfs() 370 struct dfs_filesystem *fs; in dfs_tmpfs_open() local 483 int dfs_tmpfs_stat(struct dfs_filesystem *fs, in dfs_tmpfs_stat() 567 int dfs_tmpfs_unlink(struct dfs_filesystem *fs, const char *path) in dfs_tmpfs_unlink() 591 int dfs_tmpfs_rename(struct dfs_filesystem *fs, in dfs_tmpfs_rename()
|
| /components/dfs/dfs_v1/filesystems/skeleton/ |
| A D | skeleton.c | 17 int dfs_skt_mount(struct dfs_filesystem *fs, unsigned long rwflag, const void *data) in dfs_skt_mount() 22 int dfs_skt_unmount(struct dfs_filesystem *fs) in dfs_skt_unmount() 52 int dfs_skt_stat(struct dfs_filesystem *fs, const char *path, struct stat *st) in dfs_skt_stat()
|
| /components/dfs/dfs_v2/filesystems/skeleton/ |
| A D | skeleton.c | 17 int dfs_skt_mount(struct dfs_filesystem *fs, unsigned long rwflag, const void *data) in dfs_skt_mount() 22 int dfs_skt_unmount(struct dfs_filesystem *fs) in dfs_skt_unmount() 52 int dfs_skt_stat(struct dfs_filesystem *fs, const char *path, struct stat *st) in dfs_skt_stat()
|
| /components/dfs/dfs_v1/filesystems/devfs/ |
| A D | devfs.c | 27 int dfs_device_fs_mount(struct dfs_filesystem *fs, unsigned long rwflag, const void *data) in dfs_device_fs_mount() 32 int dfs_device_fs_statfs(struct dfs_filesystem *fs, struct statfs *buf) in dfs_device_fs_statfs() 268 int dfs_device_fs_unlink(struct dfs_filesystem *fs, const char *path) in dfs_device_fs_unlink() 287 int dfs_device_fs_stat(struct dfs_filesystem *fs, const char *path, struct stat *st) in dfs_device_fs_stat()
|
| /components/dfs/dfs_v1/filesystems/romfs/ |
| A D | dfs_romfs.c | 17 int dfs_romfs_mount(struct dfs_filesystem *fs, unsigned long rwflag, const void *data) in dfs_romfs_mount() 30 int dfs_romfs_unmount(struct dfs_filesystem *fs) in dfs_romfs_unmount() 203 struct dfs_filesystem *fs; in dfs_romfs_open() local 267 int dfs_romfs_stat(struct dfs_filesystem *fs, const char *path, struct stat *st) in dfs_romfs_stat()
|
| /components/dfs/dfs_v1/filesystems/nfs/ |
| A D | dfs_nfs.c | 435 int nfs_mount(struct dfs_filesystem *fs, unsigned long rwflag, const void *data) in nfs_mount() 503 int nfs_unmount(struct dfs_filesystem *fs) in nfs_unmount() 840 int nfs_stat(struct dfs_filesystem *fs, const char *path, struct stat *st) in nfs_stat() 970 int nfs_unlink(struct dfs_filesystem *fs, const char *path) in nfs_unlink() 1052 int nfs_rename(struct dfs_filesystem *fs, const char *src, const char *dest) in nfs_rename()
|
| /components/dfs/dfs_v1/filesystems/iso9660/ |
| A D | dfs_iso9660.c | 531 static int dfs_iso9660_mount(struct dfs_filesystem *fs, in dfs_iso9660_mount() 641 static int dfs_iso9660_unmount(struct dfs_filesystem *fs) in dfs_iso9660_unmount() 650 static int dfs_iso9660_stat(struct dfs_filesystem *fs, in dfs_iso9660_stat()
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs_fs.c | 81 int dfs_register(struct dfs_filesystem_type *fs) in dfs_register() 108 int dfs_unregister(struct dfs_filesystem_type *fs) in dfs_unregister()
|
| /components/dfs/dfs_v1/filesystems/cromfs/ |
| A D | dfs_cromfs.c | 484 static int dfs_cromfs_mount(struct dfs_filesystem *fs, unsigned long rwflag, const void *data) in dfs_cromfs_mount() 529 static int dfs_cromfs_unmount(struct dfs_filesystem *fs) in dfs_cromfs_unmount() 724 struct dfs_filesystem *fs = NULL; in dfs_cromfs_read() local 896 struct dfs_filesystem *fs = NULL; in dfs_cromfs_close() local 924 struct dfs_filesystem *fs = NULL; in dfs_cromfs_open() local 1015 static int dfs_cromfs_stat(struct dfs_filesystem *fs, const char *path, struct stat *st) in dfs_cromfs_stat()
|
| /components/dfs/dfs_v2/filesystems/romfs/ |
| A D | dfs_romfs.c | 50 static int dfs_romfs_umount(struct dfs_mnt *fs) in dfs_romfs_umount()
|
| /components/drivers/usb/cherryusb/demo/ |
| A D | usb_host.c | 174 USB_NOCACHE_RAM_SECTION FATFS fs; variable
|
| /components/dfs/dfs_v1/include/ |
| A D | dfs_file.h | 49 struct dfs_filesystem *fs; member
|