Home
last modified time | relevance | path

Searched refs:mount (Results 1 – 23 of 23) sorted by relevance

/components/dfs/dfs_v2/filesystems/ptyfs/
A DREADME.md5mount a new ptyfs instance on another path. Each instance is isolated to each other. And they don'…
A Dptyfs.c79 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 Ddfs_fs.c283 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 Ddfs_fs.h36 int (*mount) (struct dfs_filesystem *fs, unsigned long rwflag, const void *data); member
/components/dfs/
A DKconfig21 bool "Using mount table for file system"
24 User can use mount table for automatically mount, for example:
/components/fal/docs/
A Dfal_api_en.md109 …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 Ddfs_fs.h88 int (*mount)(struct dfs_mnt *mnt, unsigned long rwflag, const void *data); member
/components/dfs/dfs_v1/src/
A Ddfs_fs.c257 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 Ddfs_mqueue.c148 .mount = dfs_mqueue_mount,
/components/dfs/dfs_v2/filesystems/mqueue/
A Ddfs_mqueue.c215 .mount = dfs_mqueue_mount,
/components/dfs/dfs_v2/filesystems/romfs/
A Ddfs_romfs.c379 .mount = dfs_romfs_mount,
/components/finsh/
A Dmsh_file.c629 MSH_CMD_EXPORT_ALIAS(cmd_mount, mount, mount <device> <mountpoint> <fstype>);
/components/legacy/usb/
A DKconfig17 string "Udisk mount dir"
/components/dfs/dfs_v1/filesystems/elmfat/
A D00history.txt191 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 Dprocfs.c401 .mount = dfs_procfs_mount,
/components/dfs/dfs_v2/filesystems/elmfat/
A D00history.txt191 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 Ddfs_elm.c1084 .mount = dfs_elm_mount,
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevtmpfs.c629 .mount = devtmpfs_mount,
/components/dfs/dfs_v1/filesystems/iso9660/
A Ddfs_iso9660.c687 .mount = dfs_iso9660_mount,
/components/drivers/usb/cherryusb/
A DKconfig.rtt440 string "usb host dfs mount point"
A DKconfig.rttpkg439 string "usb host dfs mount point"
/components/dfs/dfs_v2/filesystems/tmpfs/
A Ddfs_tmpfs.c875 .mount = dfs_tmpfs_mount,
/components/dfs/dfs_v2/filesystems/cromfs/
A Ddfs_cromfs.c1361 .mount = dfs_cromfs_mount,

Completed in 36 milliseconds