Searched refs:fs_type (Results 1 – 13 of 13) sorted by relevance
| /fs/ |
| A D | fs_context.c | 159 fc->fs_type->name, param->key); in vfs_parse_fs_param() 292 fc->fs_type = get_filesystem(fs_type); in alloc_fs_context() 295 fc->log.prefix = fs_type->name; in alloc_fs_context() 314 init_fs_context = fc->fs_type->init_fs_context; in alloc_fs_context() 332 return alloc_fs_context(fs_type, NULL, sb_flags, 0, in fs_context_for_mount() 406 get_filesystem(fc->fs_type); in vfs_dup_fs_context() 531 put_filesystem(fc->fs_type); in put_fs_context() 652 if (fc->fs_type->fs_flags & FS_BINARY_MOUNTDATA) in legacy_parse_monolithic() 666 root = fc->fs_type->mount(fc->fs_type, fc->sb_flags, in legacy_get_tree() 763 if (fc->fs_type->init_fs_context) in finish_clean_context() [all …]
|
| A D | fsopen.c | 103 fc->log.log->owner = fc->fs_type->owner; in fscontext_alloc_log() 116 struct file_system_type *fs_type; in SYSCALL_DEFINE2() local 131 fs_type = get_fs_type(fs_name); in SYSCALL_DEFINE2() 133 if (!fs_type) in SYSCALL_DEFINE2() 136 fc = fs_context_for_mount(fs_type, 0); in SYSCALL_DEFINE2() 137 put_filesystem(fs_type); in SYSCALL_DEFINE2()
|
| A D | super.c | 693 if (!(fc->fs_type->fs_flags & FS_USERNS_MOUNT)) in mount_capable() 746 if (user_ns != &init_user_ns && !(fc->fs_type->fs_flags & FS_USERNS_MOUNT)) { in sget_fc() 754 hlist_for_each_entry(old, &fc->fs_type->fs_supers, s_instances) { in sget_fc() 761 s = alloc_super(fc->fs_type, fc->sb_flags, user_ns); in sget_fc() 776 s->s_type = fc->fs_type; in sget_fc() 1724 struct dentry *mount_bdev(struct file_system_type *fs_type, in mount_bdev() argument 1737 s = sget(fs_type, test_bdev_super, set_bdev_super, flags, &dev); in mount_bdev() 1776 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev() argument 1781 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev() 1821 fc->fs_type->name, error); in vfs_get_tree() [all …]
|
| A D | namespace.c | 5563 offp = &sm->fs_type; in statmount_string()
|
| /fs/9p/ |
| A D | vfs_super.c | 106 static struct dentry *v9fs_mount(struct file_system_type *fs_type, int flags, in v9fs_mount() argument 128 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
|
| /fs/smb/client/ |
| A D | misc.c | 1147 struct file_system_type **fs_type = (struct file_system_type *[]) { in __cifs_get_super() local 1151 for (; *fs_type; fs_type++) { in __cifs_get_super() 1152 iterate_supers_type(*fs_type, f, &sd); in __cifs_get_super()
|
| A D | cifsfs.h | 140 extern struct dentry *cifs_smb3_do_mount(struct file_system_type *fs_type,
|
| A D | fs_context.c | 875 root = cifs_smb3_do_mount(fc->fs_type, 0, ctx); in smb3_get_tree_common() 1127 bool is_smb3 = !strcmp(fc->fs_type->name, "smb3"); in smb3_fs_context_parse_param()
|
| A D | cifsfs.c | 948 cifs_smb3_do_mount(struct file_system_type *fs_type, in cifs_smb3_do_mount() argument 1001 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_smb3_do_mount()
|
| /fs/nfs/ |
| A D | fs_context.c | 1485 if (fc->fs_type == &nfs_fs_type) in nfs_fs_context_parse_monolithic() 1489 if (fc->fs_type == &nfs4_fs_type) in nfs_fs_context_parse_monolithic() 1581 if (fc->fs_type != ctx->nfs_mod->nfs_fs) { in nfs_fs_context_validate() 1582 module_put(fc->fs_type->owner); in nfs_fs_context_validate() 1584 fc->fs_type = ctx->nfs_mod->nfs_fs; in nfs_fs_context_validate()
|
| /fs/bcachefs/ |
| A D | fs.c | 2468 sb = sget(fc->fs_type, bch2_test_super, bch2_noset_super, fc->sb_flags|SB_NOSEC, &devs_to_fs); in bch2_fs_get_tree() 2500 sb = sget(fc->fs_type, NULL, bch2_set_super, fc->sb_flags|SB_NOSEC, c); in bch2_fs_get_tree()
|
| /fs/gfs2/ |
| A D | ops_fstype.c | 1689 fc->fs_type = &gfs2_fs_type; in gfs2_meta_get_tree()
|
| /fs/fuse/ |
| A D | inode.c | 2013 if (fsc->fs_type == &fuseblk_fs_type) { in fuse_init_fs_context()
|
Completed in 47 milliseconds