/linux/fs/ |
A D | filesystems.c | 38 struct file_system_type *get_filesystem(struct file_system_type *fs) in get_filesystem() 51 struct file_system_type **p; in find_filesystem() 75 struct file_system_type ** p; in register_filesystem() 110 struct file_system_type ** tmp; in unregister_filesystem() 134 struct file_system_type * tmp; in fs_index() 158 struct file_system_type * tmp; in fs_name() 178 struct file_system_type * tmp; in fs_maxindex() 214 struct file_system_type *p; in list_bdev_fs_names() 239 struct file_system_type * tmp; in filesystems_proc_show() 263 struct file_system_type *fs; in __get_fs_type() [all …]
|
A D | super.c | 200 static struct super_block *alloc_super(struct file_system_type *type, int flags, in alloc_super() 331 struct file_system_type *fs = s->s_type; in deactivate_locked_super() 579 struct super_block *sget(struct file_system_type *type, in sget() 719 void iterate_supers_type(struct file_system_type *type, in iterate_supers_type() 1316 struct dentry *mount_bdev(struct file_system_type *fs_type, in mount_bdev() 1406 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev() 1456 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single()
|
A D | fs_context.c | 247 static struct fs_context *alloc_fs_context(struct file_system_type *fs_type, in alloc_fs_context() 301 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type, in fs_context_for_mount() 318 struct fs_context *fs_context_for_submount(struct file_system_type *type, in fs_context_for_submount()
|
/linux/include/linux/ |
A D | mount.h | 102 struct file_system_type; 105 extern struct vfsmount *vfs_kern_mount(struct file_system_type *type, 109 struct file_system_type *type,
|
A 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,
|
A D | fs.h | 1469 struct file_system_type *s_type; 2512 struct file_system_type { struct 2524 struct dentry *(*mount) (struct file_system_type *, int, argument 2528 struct file_system_type * next; argument 2567 struct super_block *sget(struct file_system_type *type, 2589 extern int register_filesystem(struct file_system_type *); 2590 extern int unregister_filesystem(struct file_system_type *); 2591 extern struct vfsmount *kern_mount(struct file_system_type *); 3363 extern struct file_system_type *get_filesystem(struct file_system_type *fs); 3364 extern void put_filesystem(struct file_system_type *fs); [all …]
|
A D | init.h | 140 struct file_system_type; 152 extern struct file_system_type rootfs_fs_type;
|
/linux/fs/autofs/ |
A D | init.c | 10 static struct dentry *autofs_mount(struct file_system_type *fs_type, in autofs_mount() 16 struct file_system_type autofs_fs_type = {
|
/linux/fs/gfs2/ |
A D | super.h | 55 extern struct file_system_type gfs2_fs_type; 56 extern struct file_system_type gfs2meta_fs_type;
|
/linux/fs/cifs/ |
A D | cifsfs.h | 41 extern struct file_system_type cifs_fs_type; 148 extern struct dentry *cifs_smb3_do_mount(struct file_system_type *fs_type,
|
/linux/fs/nfs/ |
A D | nfs.h | 17 struct file_system_type *nfs_fs; /* NFS filesystem type */
|
/linux/fs/coda/ |
A D | coda_int.h | 8 extern struct file_system_type coda_fs_type;
|
A D | inode.c | 317 static struct dentry *coda_mount(struct file_system_type *fs_type, in coda_mount() 323 struct file_system_type coda_fs_type = {
|
/linux/drivers/base/ |
A D | devtmpfs.c | 58 static struct dentry *public_dev_mount(struct file_system_type *fs_type, int flags, in public_dev_mount() 67 static struct file_system_type internal_fs_type = { 79 static struct file_system_type dev_fs_type = {
|
/linux/fs/sysv/ |
A D | super.c | 529 static struct dentry *sysv_mount(struct file_system_type *fs_type, in sysv_mount() 535 static struct dentry *v7_mount(struct file_system_type *fs_type, in v7_mount() 541 static struct file_system_type sysv_fs_type = { 550 static struct file_system_type v7_fs_type = {
|
/linux/drivers/gpu/drm/i915/gem/ |
A D | i915_gemfs.c | 15 struct file_system_type *type; in i915_gemfs_init()
|
/linux/fs/freevxfs/ |
A D | vxfs_super.c | 309 static struct dentry *vxfs_mount(struct file_system_type *fs_type, in vxfs_mount() 315 static struct file_system_type vxfs_fs_type = {
|
/linux/fs/efs/ |
A D | super.c | 25 static struct dentry *efs_mount(struct file_system_type *fs_type, in efs_mount() 38 static struct file_system_type efs_fs_type = {
|
/linux/fs/9p/ |
A D | vfs_super.c | 108 static struct dentry *v9fs_mount(struct file_system_type *fs_type, int flags, in v9fs_mount() 359 struct file_system_type v9fs_fs_type = {
|
A D | v9fs_vfs.h | 31 extern struct file_system_type v9fs_fs_type;
|
/linux/drivers/xen/xenfs/ |
A D | super.c | 87 static struct file_system_type xenfs_type = {
|
/linux/fs/sysfs/ |
A D | mount.c | 90 static struct file_system_type sysfs_fs_type = {
|
/linux/fs/ecryptfs/ |
A D | main.c | 467 static struct file_system_type ecryptfs_fs_type; 476 static struct dentry *ecryptfs_mount(struct file_system_type *fs_type, int flags, in ecryptfs_mount() 635 static struct file_system_type ecryptfs_fs_type = {
|
/linux/Documentation/filesystems/ |
A D | mount_api.rst | 47 To support this, the file_system_type struct gains two new fields:: 69 struct file_system_type *fs_type; 94 below). This must be set by the ->init_fs_context() file_system_type 99 struct file_system_type *fs_type 101 A pointer to the file_system_type of the filesystem that is being 408 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type, 434 struct file_system_type *fs_type, 736 The parser should be pointed to by the parser pointer in the file_system_type
|
/linux/fs/orangefs/ |
A D | orangefs-mod.c | 47 static struct file_system_type orangefs_fs_type = {
|