| /kernel/linux/linux-5.10/fs/ |
| D | filesystems.c | 34 static struct file_system_type *file_systems; 38 struct file_system_type *get_filesystem(struct file_system_type *fs) in get_filesystem() 44 void put_filesystem(struct file_system_type *fs) in put_filesystem() 49 static struct file_system_type **find_filesystem(const char *name, unsigned len) in find_filesystem() 51 struct file_system_type **p; in find_filesystem() 72 int register_filesystem(struct file_system_type * fs) in register_filesystem() 75 struct file_system_type ** p; in register_filesystem() 108 int unregister_filesystem(struct file_system_type * fs) in unregister_filesystem() 110 struct file_system_type ** tmp; in unregister_filesystem() 134 struct file_system_type * tmp; in fs_index() [all …]
|
| 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() 577 struct super_block *sget(struct file_system_type *type, in sget() 717 void iterate_supers_type(struct file_system_type *type, in iterate_supers_type() 1366 struct dentry *mount_bdev(struct file_system_type *fs_type, in mount_bdev() 1456 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev() 1506 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single()
|
| D | anon_inodes.c | 52 static struct file_system_type anon_inode_fs_type = {
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | mount.h | 96 struct file_system_type; 99 extern struct vfsmount *vfs_kern_mount(struct file_system_type *type, 103 struct file_system_type *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 | fs.h | 1429 struct file_system_type *s_type; 2245 struct file_system_type { struct 2257 struct dentry *(*mount) (struct file_system_type *, int, argument 2261 struct file_system_type * next; argument 2276 extern struct dentry *mount_bdev(struct file_system_type *fs_type, argument 2279 extern struct dentry *mount_single(struct file_system_type *fs_type, 2282 extern struct dentry *mount_nodev(struct file_system_type *fs_type, 2299 struct super_block *sget(struct file_system_type *type, 2321 extern int register_filesystem(struct file_system_type *); 2322 extern int unregister_filesystem(struct file_system_type *); [all …]
|
| D | init.h | 140 struct file_system_type; 152 extern struct file_system_type rootfs_fs_type;
|
| /kernel/linux/linux-5.10/fs/autofs/ |
| 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 = {
|
| /kernel/linux/linux-5.10/fs/gfs2/ |
| D | super.h | 52 extern struct file_system_type gfs2_fs_type; 53 extern struct file_system_type gfs2meta_fs_type;
|
| /kernel/linux/linux-5.10/fs/epfs/ |
| D | super.c | 111 struct dentry *epfs_mount(struct file_system_type *fs_type, int flags, in epfs_mount() 122 struct file_system_type epfs_fs_type = {
|
| D | internal.h | 36 extern struct file_system_type epfs_fs_type;
|
| /kernel/linux/linux-5.10/fs/sharefs/ |
| D | main.c | 125 struct dentry *sharefs_mount(struct file_system_type *fs_type, int flags, in sharefs_mount() 141 static struct file_system_type sharefs_fs_type = {
|
| /kernel/linux/linux-5.10/fs/nfs/ |
| D | nfs.h | 17 struct file_system_type *nfs_fs; /* NFS filesystem type */
|
| /kernel/linux/linux-5.10/fs/coda/ |
| D | coda_int.h | 8 extern struct file_system_type coda_fs_type;
|
| D | inode.c | 316 static struct dentry *coda_mount(struct file_system_type *fs_type, in coda_mount() 322 struct file_system_type coda_fs_type = {
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
| D | i915_gemfs.c | 16 struct file_system_type *type; in i915_gemfs_init()
|
| /kernel/linux/linux-5.10/drivers/base/ |
| D | devtmpfs.c | 58 static struct dentry *public_dev_mount(struct file_system_type *fs_type, int flags, in public_dev_mount() 74 static struct file_system_type internal_fs_type = { 86 static struct file_system_type dev_fs_type = {
|
| /kernel/linux/linux-5.10/fs/freevxfs/ |
| 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 = {
|
| /kernel/linux/linux-5.10/fs/sysv/ |
| D | super.c | 531 static struct dentry *sysv_mount(struct file_system_type *fs_type, in sysv_mount() 537 static struct dentry *v7_mount(struct file_system_type *fs_type, in v7_mount() 543 static struct file_system_type sysv_fs_type = { 552 static struct file_system_type v7_fs_type = {
|
| /kernel/linux/linux-5.10/drivers/xen/xenfs/ |
| D | super.c | 87 static struct file_system_type xenfs_type = {
|
| /kernel/linux/linux-5.10/fs/efs/ |
| 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 = {
|
| /kernel/linux/linux-5.10/fs/9p/ |
| D | vfs_super.c | 109 static struct dentry *v9fs_mount(struct file_system_type *fs_type, int flags, in v9fs_mount() 356 struct file_system_type v9fs_fs_type = {
|
| D | v9fs_vfs.h | 31 extern struct file_system_type v9fs_fs_type;
|
| /kernel/linux/linux-5.10/fs/sysfs/ |
| D | mount.c | 90 static struct file_system_type sysfs_fs_type = {
|
| /kernel/linux/linux-5.10/fs/orangefs/ |
| D | orangefs-mod.c | 47 static struct file_system_type orangefs_fs_type = {
|