Home
last modified time | relevance | path

Searched refs:fs_type (Results 1 – 25 of 69) sorted by relevance

123

/linux/fs/
A Dfs_context.c159 fc->fs_type->name, param->key); in vfs_parse_fs_param()
264 fc->fs_type = get_filesystem(fs_type); in alloc_fs_context()
267 fc->log.prefix = fs_type->name; in alloc_fs_context()
286 init_fs_context = fc->fs_type->init_fs_context; in alloc_fs_context()
304 return alloc_fs_context(fs_type, NULL, sb_flags, 0, in fs_context_for_mount()
357 get_filesystem(fc->fs_type); in vfs_dup_fs_context()
476 put_filesystem(fc->fs_type); in put_fs_context()
596 if (fc->fs_type->fs_flags & FS_BINARY_MOUNTDATA) in legacy_parse_monolithic()
610 root = fc->fs_type->mount(fc->fs_type, fc->sb_flags, in legacy_get_tree()
706 if (fc->fs_type->init_fs_context) in finish_clean_context()
[all …]
A Dfsopen.c104 fc->log.log->owner = fc->fs_type->owner; in fscontext_alloc_log()
117 struct file_system_type *fs_type; in SYSCALL_DEFINE2() local
132 fs_type = get_fs_type(fs_name); in SYSCALL_DEFINE2()
134 if (!fs_type) in SYSCALL_DEFINE2()
137 fc = fs_context_for_mount(fs_type, 0); in SYSCALL_DEFINE2()
138 put_filesystem(fs_type); in SYSCALL_DEFINE2()
A Dsuper.c490 if (!(fc->fs_type->fs_flags & FS_USERNS_MOUNT)) in mount_capable()
533 s = alloc_super(fc->fs_type, fc->sb_flags, user_ns); in sget_fc()
548 s->s_type = fc->fs_type; in sget_fc()
1245 bdev = blkdev_get_by_path(fc->source, mode, fc->fs_type); in get_tree_bdev()
1316 struct dentry *mount_bdev(struct file_system_type *fs_type, in mount_bdev() argument
1328 bdev = blkdev_get_by_path(dev_name, mode, fs_type); in mount_bdev()
1406 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev() argument
1456 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() argument
1463 s = sget(fs_type, compare_single, set_anon_super, flags, NULL); in mount_single()
1506 fc->fs_type->name); in vfs_get_tree()
[all …]
/linux/include/linux/
A Dfs_enet_pd.h118 char fs_type[4]; /* controller type */ member
156 if(strstr(fpi->fs_type, "SCC")) in fs_get_id()
158 if(strstr(fpi->fs_type, "FCC")) in fs_get_id()
160 if(strstr(fpi->fs_type, "FEC")) in fs_get_id()
A Dfs_uart_pd.h51 char fs_type[4]; /* controller type */ member
64 if(strstr(fpi->fs_type, "SMC")) in fs_uart_get_id()
66 if(strstr(fpi->fs_type, "SCC")) in fs_uart_get_id()
A Dfs_context.h93 struct file_system_type *fs_type; member
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,
/linux/fs/autofs/
A Dinit.c10 static struct dentry *autofs_mount(struct file_system_type *fs_type, in autofs_mount() argument
13 return mount_nodev(fs_type, flags, data, autofs_fill_super); in autofs_mount()
/linux/security/
A Dinode.c69 static struct file_system_type fs_type = { variable
121 error = simple_pin_fs(&fs_type, &mount, &mount_count); in securityfs_create_dentry()
339 retval = register_filesystem(&fs_type); in securityfs_init()
/linux/include/uapi/linux/
A Dmsdos_fs.h134 __u8 fs_type[8]; /* file system type */ member
157 __u8 fs_type[8]; /* file system type */ member
/linux/fs/sysv/
A Dsuper.c529 static struct dentry *sysv_mount(struct file_system_type *fs_type, in sysv_mount() argument
532 return mount_bdev(fs_type, flags, dev_name, data, sysv_fill_super); in sysv_mount()
535 static struct dentry *v7_mount(struct file_system_type *fs_type, in v7_mount() argument
538 return mount_bdev(fs_type, flags, dev_name, data, v7_fill_super); in v7_mount()
/linux/fs/freevxfs/
A Dvxfs_super.c309 static struct dentry *vxfs_mount(struct file_system_type *fs_type, in vxfs_mount() argument
312 return mount_bdev(fs_type, flags, dev_name, data, vxfs_fill_super); in vxfs_mount()
/linux/fs/coda/
A Dinode.c317 static struct dentry *coda_mount(struct file_system_type *fs_type, in coda_mount() argument
320 return mount_nodev(fs_type, flags, data, coda_fill_super); in coda_mount()
/linux/fs/efs/
A Dsuper.c25 static struct dentry *efs_mount(struct file_system_type *fs_type, in efs_mount() argument
28 return mount_bdev(fs_type, flags, dev_name, data, efs_fill_super); in efs_mount()
/linux/fs/9p/
A Dvfs_super.c108 static struct dentry *v9fs_mount(struct file_system_type *fs_type, int flags, in v9fs_mount() argument
131 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
/linux/security/tomoyo/
A Dfile.c970 tomoyo_same_name_union(&p1->fs_type, &p2->fs_type) && in tomoyo_same_mount_acl()
990 !tomoyo_parse_name_union(param, &e.fs_type) || in tomoyo_update_mount_acl()
998 tomoyo_put_name_union(&e.fs_type); in tomoyo_update_mount_acl()
/linux/Documentation/filesystems/
A Dmount_api.rst69 struct file_system_type *fs_type;
99 struct file_system_type *fs_type
408 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,
414 fs_type->init_fs_context() to initialise the filesystem private data.
416 fs_type specifies the filesystem type that will manage the context and
434 struct file_system_type *fs_type,
438 an automount point or other derived superblock. fs_type specifies the
444 filesystem type as fs_type.
/linux/fs/hfs/
A Dsuper.c453 static struct dentry *hfs_mount(struct file_system_type *fs_type, in hfs_mount() argument
456 return mount_bdev(fs_type, flags, dev_name, data, hfs_fill_super); in hfs_mount()
/linux/fs/qnx4/
A Dinode.c381 static struct dentry *qnx4_mount(struct file_system_type *fs_type, in qnx4_mount() argument
384 return mount_bdev(fs_type, flags, dev_name, data, qnx4_fill_super); in qnx4_mount()
/linux/fs/pstore/
A Dinode.c461 static struct dentry *pstore_mount(struct file_system_type *fs_type, in pstore_mount() argument
464 return mount_single(fs_type, flags, data, pstore_fill_super); in pstore_mount()
/linux/fs/adfs/
A Dsuper.c456 static struct dentry *adfs_mount(struct file_system_type *fs_type, in adfs_mount() argument
459 return mount_bdev(fs_type, flags, dev_name, data, adfs_fill_super); in adfs_mount()
/linux/fs/btrfs/
A Dsuper.c1638 static struct dentry *btrfs_mount_root(struct file_system_type *fs_type, in btrfs_mount_root() argument
1682 error = btrfs_parse_device_options(data, mode, fs_type); in btrfs_mount_root()
1688 device = btrfs_scan_one_device(device_name, mode, fs_type); in btrfs_mount_root()
1698 error = btrfs_open_devices(fs_devices, mode, fs_type); in btrfs_mount_root()
1709 s = sget(fs_type, btrfs_test_super, btrfs_set_super, flags | SB_NOSEC, in btrfs_mount_root()
1723 btrfs_sb(s)->bdev_holder = fs_type; in btrfs_mount_root()
1769 static struct dentry *btrfs_mount(struct file_system_type *fs_type, int flags, in btrfs_mount() argument
/linux/fs/nfs/
A Dfs_context.c1286 if (fc->fs_type == &nfs_fs_type) in nfs_fs_context_parse_monolithic()
1290 if (fc->fs_type == &nfs4_fs_type) in nfs_fs_context_parse_monolithic()
1382 if (fc->fs_type != ctx->nfs_mod->nfs_fs) { in nfs_fs_context_validate()
1383 module_put(fc->fs_type->owner); in nfs_fs_context_validate()
1385 fc->fs_type = ctx->nfs_mod->nfs_fs; in nfs_fs_context_validate()
/linux/fs/tracefs/
A Dinode.c371 static struct dentry *trace_mount(struct file_system_type *fs_type, in trace_mount() argument
375 return mount_single(fs_type, flags, data, trace_fill_super); in trace_mount()
/linux/fs/ocfs2/dlmfs/
A Ddlmfs.c552 static struct dentry *dlmfs_mount(struct file_system_type *fs_type, in dlmfs_mount() argument
555 return mount_nodev(fs_type, flags, data, dlmfs_fill_super); in dlmfs_mount()
/linux/fs/cifs/
A Dcifsfs.h148 extern struct dentry *cifs_smb3_do_mount(struct file_system_type *fs_type,

Completed in 42 milliseconds

123