Home
last modified time | relevance | path

Searched refs:dfs_filesystem_ops (Results 1 – 25 of 26) sorted by relevance

12

/components/dfs/dfs_v1/include/
A Ddfs_fs.h27 struct dfs_filesystem_ops struct
54 const struct dfs_filesystem_ops *ops; /* Operations for file system type */ argument
78 int dfs_register(const struct dfs_filesystem_ops *ops);
A Ddfs_private.h22 extern const struct dfs_filesystem_ops *filesystem_operation_table[];
/components/dfs/dfs_v2/include/
A Ddfs_mnt.h24 struct dfs_filesystem_ops;
48 const struct dfs_filesystem_ops *fs_ops;
A Ddfs_fs.h80 struct dfs_filesystem_ops struct
113 const struct dfs_filesystem_ops *fs_ops; argument
/components/dfs/dfs_v1/src/
A Ddfs_fs.c31 int dfs_register(const struct dfs_filesystem_ops *ops) in dfs_register()
34 const struct dfs_filesystem_ops **empty = NULL; in dfs_register()
35 const struct dfs_filesystem_ops **iter; in dfs_register()
220 const struct dfs_filesystem_ops **ops; in dfs_mount()
463 const struct dfs_filesystem_ops *ops = filesystem_operation_table[index]; in dfs_mkfs()
A Ddfs.c26 const struct dfs_filesystem_ops *filesystem_operation_table[DFS_FILESYSTEM_TYPES_MAX];
/components/dfs/dfs_v1/filesystems/skeleton/
A Dskeleton.c74 static const struct dfs_filesystem_ops _skt_fs =
/components/dfs/dfs_v2/filesystems/skeleton/
A Dskeleton.c74 static const struct dfs_filesystem_ops _skt_fs =
/components/dfs/dfs_v1/filesystems/mqueue/
A Ddfs_mqueue.c143 static const struct dfs_filesystem_ops _mqueue = {
/components/dfs/dfs_v2/filesystems/mqueue/
A Ddfs_mqueue.c210 static const struct dfs_filesystem_ops _mqueue_ops = {
/components/dfs/dfs_v1/filesystems/romfs/
A Ddfs_romfs.c361 static const struct dfs_filesystem_ops _romfs =
/components/dfs/dfs_v2/filesystems/romfs/
A Ddfs_romfs.c374 static const struct dfs_filesystem_ops _romfs_ops =
/components/dfs/dfs_v1/filesystems/devfs/
A Ddevfs.c393 static const struct dfs_filesystem_ops _device_fs =
/components/dfs/dfs_v1/filesystems/ramfs/
A Ddfs_ramfs.c422 static const struct dfs_filesystem_ops _ramfs =
/components/dfs/dfs_v2/filesystems/ramfs/
A Ddfs_ramfs.c422 static const struct dfs_filesystem_ops _ramfs =
/components/dfs/dfs_v2/filesystems/procfs/
A Dprocfs.c395 static const struct dfs_filesystem_ops _procfs_ops =
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevtmpfs.c623 static const struct dfs_filesystem_ops _devtmpfs_ops =
/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c622 static const struct dfs_filesystem_ops _ptyfs_ops = {
/components/dfs/dfs_v1/filesystems/iso9660/
A Ddfs_iso9660.c681 static const struct dfs_filesystem_ops _iso9660 =
/components/dfs/dfs_v1/filesystems/tmpfs/
A Ddfs_tmpfs.c644 static const struct dfs_filesystem_ops _tmpfs =
/components/dfs/dfs_v1/filesystems/elmfat/
A Ddfs_elm.c861 static const struct dfs_filesystem_ops dfs_elm =
/components/dfs/dfs_v2/filesystems/tmpfs/
A Ddfs_tmpfs.c869 static const struct dfs_filesystem_ops _tmpfs_ops =
/components/dfs/dfs_v1/filesystems/cromfs/
A Ddfs_cromfs.c1148 static const struct dfs_filesystem_ops _cromfs =
/components/dfs/dfs_v2/filesystems/elmfat/
A Ddfs_elm.c1078 static const struct dfs_filesystem_ops dfs_elm =
/components/dfs/dfs_v1/filesystems/nfs/
A Ddfs_nfs.c1170 static const struct dfs_filesystem_ops _nfs =

Completed in 51 milliseconds

12