Searched refs:file_system_type (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| D | mount.h | 21 struct file_system_type; 104 extern struct vfsmount *vfs_kern_mount(struct file_system_type *type, 108 struct file_system_type *type, 118 extern struct vfsmount *kern_mount(struct file_system_type *);
|
| D | fs_context.h | 20 struct file_system_type; 93 struct file_system_type *fs_type; 127 extern struct fs_context *fs_context_for_mount(struct file_system_type *fs_type, 132 extern struct fs_context *fs_context_for_submount(struct file_system_type *fs_type,
|
| D | init.h | 139 struct file_system_type; 169 extern struct file_system_type rootfs_fs_type;
|
| D | fs.h | 1272 struct file_system_type *s_type; 2556 struct file_system_type { struct 2568 struct dentry *(*mount) (struct file_system_type *, int, argument 2572 struct file_system_type * next; argument 2588 extern struct dentry *mount_bdev(struct file_system_type *fs_type, argument 2591 extern struct dentry *mount_single(struct file_system_type *fs_type, 2594 extern struct dentry *mount_nodev(struct file_system_type *fs_type, 2612 struct super_block *sget(struct file_system_type *type, 2642 extern int register_filesystem(struct file_system_type *); 2643 extern int unregister_filesystem(struct file_system_type *); [all …]
|
| D | kernfs.h | 31 struct file_system_type;
|
| D | cgroup.h | 72 extern struct file_system_type cgroup_fs_type;
|