| /components/dfs/dfs_v2/filesystems/ptyfs/ |
| A D | README.md | 5 …mount a new ptyfs instance on another path. Each instance is isolated to each other. And they don'…
|
| A D | ptyfs.c | 79 struct dfs_mnt *mount; /* mount data */ member 237 return sb->mount->fullpath + 5; in ptyfs_get_rootpath() 368 sb->mount = mnt; in ptyfs_ops_mount() 627 .mount = ptyfs_ops_mount,
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs_fs.c | 283 if (mnt_parent->fs_ops->mount) in dfs_mount() 286 ret = mnt_parent->fs_ops->mount(mnt_parent, rwflag, data); in dfs_mount() 353 if (mnt_child->fs_ops->mount) in dfs_mount() 356 ret = mnt_child->fs_ops->mount(mnt_child, rwflag, data); in dfs_mount()
|
| /components/dfs/dfs_v1/include/ |
| A D | dfs_fs.h | 36 int (*mount) (struct dfs_filesystem *fs, unsigned long rwflag, const void *data); member
|
| /components/dfs/ |
| A D | Kconfig | 21 bool "Using mount table for file system" 24 User can use mount table for automatically mount, for example:
|
| /components/fal/docs/ |
| A D | fal_api_en.md | 109 …sponding block device according to the specified partition name, so as to mount the file system on… 122 … MTD Nor Flash device according to the specified partition name, so as to mount the file system on…
|
| /components/dfs/dfs_v2/include/ |
| A D | dfs_fs.h | 88 int (*mount)(struct dfs_mnt *mnt, unsigned long rwflag, const void *data); member
|
| /components/dfs/dfs_v1/src/ |
| A D | dfs_fs.c | 257 if ((*ops == NULL) || ((*ops)->mount == NULL)) in dfs_mount() 337 if ((*ops)->mount(fs, rwflag, data) < 0) in dfs_mount()
|
| /components/dfs/dfs_v1/filesystems/mqueue/ |
| A D | dfs_mqueue.c | 148 .mount = dfs_mqueue_mount,
|
| /components/dfs/dfs_v2/filesystems/mqueue/ |
| A D | dfs_mqueue.c | 215 .mount = dfs_mqueue_mount,
|
| /components/dfs/dfs_v2/filesystems/romfs/ |
| A D | dfs_romfs.c | 379 .mount = dfs_romfs_mount,
|
| /components/finsh/ |
| A D | msh_file.c | 629 MSH_CMD_EXPORT_ALIAS(cmd_mount, mount, mount <device> <mountpoint> <fstype>);
|
| /components/legacy/usb/ |
| A D | Kconfig | 17 string "Udisk mount dir"
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | 00history.txt | 191 Added forced mount feature with changes of f_mount(). 205 Fixed f_mount() with forced mount fails when drive number is >= 1. (appeared at R0.10)
|
| /components/dfs/dfs_v2/filesystems/procfs/ |
| A D | procfs.c | 401 .mount = dfs_procfs_mount,
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | 00history.txt | 191 Added forced mount feature with changes of f_mount(). 205 Fixed f_mount() with forced mount fails when drive number is >= 1. (appeared at R0.10)
|
| A D | dfs_elm.c | 1084 .mount = dfs_elm_mount,
|
| /components/dfs/dfs_v2/filesystems/devfs/ |
| A D | devtmpfs.c | 629 .mount = devtmpfs_mount,
|
| /components/dfs/dfs_v1/filesystems/iso9660/ |
| A D | dfs_iso9660.c | 687 .mount = dfs_iso9660_mount,
|
| /components/drivers/usb/cherryusb/ |
| A D | Kconfig.rtt | 440 string "usb host dfs mount point"
|
| A D | Kconfig.rttpkg | 439 string "usb host dfs mount point"
|
| /components/dfs/dfs_v2/filesystems/tmpfs/ |
| A D | dfs_tmpfs.c | 875 .mount = dfs_tmpfs_mount,
|
| /components/dfs/dfs_v2/filesystems/cromfs/ |
| A D | dfs_cromfs.c | 1361 .mount = dfs_cromfs_mount,
|