Searched refs:dfs_filesystem_ops (Results 1 – 25 of 26) sorted by relevance
12
27 struct dfs_filesystem_ops struct54 const struct dfs_filesystem_ops *ops; /* Operations for file system type */ argument78 int dfs_register(const struct dfs_filesystem_ops *ops);
22 extern const struct dfs_filesystem_ops *filesystem_operation_table[];
24 struct dfs_filesystem_ops;48 const struct dfs_filesystem_ops *fs_ops;
80 struct dfs_filesystem_ops struct113 const struct dfs_filesystem_ops *fs_ops; argument
31 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()
26 const struct dfs_filesystem_ops *filesystem_operation_table[DFS_FILESYSTEM_TYPES_MAX];
74 static const struct dfs_filesystem_ops _skt_fs =
143 static const struct dfs_filesystem_ops _mqueue = {
210 static const struct dfs_filesystem_ops _mqueue_ops = {
361 static const struct dfs_filesystem_ops _romfs =
374 static const struct dfs_filesystem_ops _romfs_ops =
393 static const struct dfs_filesystem_ops _device_fs =
422 static const struct dfs_filesystem_ops _ramfs =
395 static const struct dfs_filesystem_ops _procfs_ops =
623 static const struct dfs_filesystem_ops _devtmpfs_ops =
622 static const struct dfs_filesystem_ops _ptyfs_ops = {
681 static const struct dfs_filesystem_ops _iso9660 =
644 static const struct dfs_filesystem_ops _tmpfs =
861 static const struct dfs_filesystem_ops dfs_elm =
869 static const struct dfs_filesystem_ops _tmpfs_ops =
1148 static const struct dfs_filesystem_ops _cromfs =
1078 static const struct dfs_filesystem_ops dfs_elm =
1170 static const struct dfs_filesystem_ops _nfs =
Completed in 51 milliseconds