Searched refs:file_system_type (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | mount.h | 94 struct file_system_type; 97 extern struct vfsmount *vfs_kern_mount(struct file_system_type *type, 101 struct file_system_type *type,
|
D | fs_context.h | 20 struct file_system_type; 89 struct file_system_type *fs_type; 122 extern struct fs_context *fs_context_for_mount(struct file_system_type *fs_type, 127 extern struct fs_context *fs_context_for_submount(struct file_system_type *fs_type,
|
D | init.h | 140 struct file_system_type; 152 extern struct file_system_type rootfs_fs_type;
|
D | fs.h | 1430 struct file_system_type *s_type; 2234 struct file_system_type { struct 2245 struct dentry *(*mount) (struct file_system_type *, int, argument 2250 struct file_system_type * next; argument 2266 extern struct dentry *mount_bdev(struct file_system_type *fs_type, argument 2270 static inline struct dentry *mount_bdev(struct file_system_type *fs_type, in mount_bdev() 2277 extern struct dentry *mount_single(struct file_system_type *fs_type, 2280 extern struct dentry *mount_nodev(struct file_system_type *fs_type, 2304 struct super_block *sget(struct file_system_type *type, 2326 extern int register_filesystem(struct file_system_type *); [all …]
|
D | kernfs.h | 26 struct file_system_type;
|