Home
last modified time | relevance | path

Searched refs:rwflag (Results 1 – 24 of 24) sorted by relevance

/components/dfs/dfs_v1/include/
A Ddfs_fs.h36 int (*mount) (struct dfs_filesystem *fs, unsigned long rwflag, const void *data);
74 unsigned long rwflag; member
89 unsigned long rwflag,
/components/dfs/dfs_v2/include/
A Ddfs_fs.h88 int (*mount)(struct dfs_mnt *mnt, unsigned long rwflag, const void *data);
126 unsigned long rwflag,
/components/dfs/dfs_v1/src/
A Ddfs_fs.c217 unsigned long rwflag, in dfs_mount() argument
337 if ((*ops)->mount(fs, rwflag, data) < 0) in dfs_mount()
514 mount_table[index].rwflag, in dfs_mount_table()
547 mount_table[index].rwflag, in dfs_mount_device()
/components/dfs/dfs_v1/filesystems/skeleton/
A Dskeleton.c17 int dfs_skt_mount(struct dfs_filesystem *fs, unsigned long rwflag, const void *data) in dfs_skt_mount() argument
/components/dfs/dfs_v2/filesystems/skeleton/
A Dskeleton.c17 int dfs_skt_mount(struct dfs_filesystem *fs, unsigned long rwflag, const void *data) in dfs_skt_mount() argument
/components/dfs/dfs_v2/src/
A Ddfs_fs.c224 unsigned long rwflag, in dfs_mount() argument
286 ret = mnt_parent->fs_ops->mount(mnt_parent, rwflag, data); in dfs_mount()
356 ret = mnt_child->fs_ops->mount(mnt_child, rwflag, data); in dfs_mount()
/components/dfs/dfs_v1/filesystems/mqueue/
A Ddfs_mqueue.c42 int dfs_mqueue_mount(struct dfs_filesystem *fs, unsigned long rwflag, const void *data) { in dfs_mqueue_mount() argument
/components/dfs/dfs_v2/filesystems/mqueue/
A Ddfs_mqueue.c46 int dfs_mqueue_mount(struct dfs_mnt *mnt, unsigned long rwflag, const void *data) { in dfs_mqueue_mount() argument
/components/dfs/dfs_v1/filesystems/romfs/
A Ddfs_romfs.c17 int dfs_romfs_mount(struct dfs_filesystem *fs, unsigned long rwflag, const void *data) in dfs_romfs_mount() argument
/components/dfs/dfs_v2/filesystems/romfs/
A Ddfs_romfs.c37 static int dfs_romfs_mount(struct dfs_mnt *mnt, unsigned long rwflag, const void *data) in dfs_romfs_mount() argument
/components/dfs/dfs_v1/filesystems/devfs/
A Ddevfs.c27 int dfs_device_fs_mount(struct dfs_filesystem *fs, unsigned long rwflag, const void *data) in dfs_device_fs_mount() argument
/components/dfs/dfs_v1/filesystems/ramfs/
A Ddfs_ramfs.c21 unsigned long rwflag, in dfs_ramfs_mount() argument
/components/dfs/dfs_v2/filesystems/ramfs/
A Ddfs_ramfs.c21 unsigned long rwflag, in dfs_ramfs_mount() argument
/components/dfs/dfs_v2/filesystems/procfs/
A Dprocfs.c238 static int dfs_procfs_mount(struct dfs_mnt *mnt, unsigned long rwflag, const void *data) in dfs_procfs_mount() argument
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevtmpfs.c143 static int devtmpfs_mount(struct dfs_mnt *mnt, unsigned long rwflag, const void *data) in devtmpfs_mount() argument
/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c326 static int ptyfs_ops_mount(struct dfs_mnt *mnt, unsigned long rwflag, in ptyfs_ops_mount() argument
/components/dfs/dfs_v1/filesystems/iso9660/
A Ddfs_iso9660.c532 unsigned long rwflag, const void *data) in dfs_iso9660_mount() argument
/components/dfs/dfs_v1/filesystems/tmpfs/
A Ddfs_tmpfs.c117 unsigned long rwflag, in dfs_tmpfs_mount() argument
/components/dfs/dfs_v1/filesystems/elmfat/
A Ddfs_elm.c105 int dfs_elm_mount(struct dfs_filesystem *fs, unsigned long rwflag, const void *data) in dfs_elm_mount() argument
/components/dfs/dfs_v2/filesystems/tmpfs/
A Ddfs_tmpfs.c132 unsigned long rwflag, in dfs_tmpfs_mount() argument
/components/dfs/dfs_v1/filesystems/cromfs/
A Ddfs_cromfs.c484 static int dfs_cromfs_mount(struct dfs_filesystem *fs, unsigned long rwflag, const void *data) in dfs_cromfs_mount() argument
/components/dfs/dfs_v2/filesystems/elmfat/
A Ddfs_elm.c129 static int dfs_elm_mount(struct dfs_mnt *mnt, unsigned long rwflag, const void *data) in dfs_elm_mount() argument
/components/dfs/dfs_v1/filesystems/nfs/
A Ddfs_nfs.c435 int nfs_mount(struct dfs_filesystem *fs, unsigned long rwflag, const void *data) in nfs_mount() argument
/components/dfs/dfs_v2/filesystems/cromfs/
A Ddfs_cromfs.c518 static int dfs_cromfs_mount(struct dfs_mnt *mnt, unsigned long rwflag, const void *data) in dfs_cromfs_mount() argument

Completed in 33 milliseconds