Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/mm/
H A Dgup_longterm.c50 static bool fs_is_unknown(__fsword_t fs_type) in fs_is_unknown() argument
57 switch (fs_type) { in fs_is_unknown()
69 static bool fs_supports_writable_longterm_pinning(__fsword_t fs_type) in fs_supports_writable_longterm_pinning() argument
71 assert(!fs_is_unknown(fs_type)); in fs_supports_writable_longterm_pinning()
72 switch (fs_type) { in fs_supports_writable_longterm_pinning()
93 __fsword_t fs_type = get_fs_type(fd); in do_test() local
179 if (rw && shared && fs_is_unknown(fs_type)) { in do_test()
190 fs_supports_writable_longterm_pinning(fs_type); in do_test()
235 if (shared && fs_is_unknown(fs_type)) { in do_test()
241 fs_supports_writable_longterm_pinning(fs_type); in do_test()
/linux/fs/
H A Dfs_context.c159 fc->fs_type->name, param->key); in vfs_parse_fs_param()
272 static struct fs_context *alloc_fs_context(struct file_system_type *fs_type, in alloc_fs_context() argument
289 fc->fs_type = get_filesystem(fs_type); in alloc_fs_context()
292 fc->log.prefix = fs_type->name; in alloc_fs_context()
311 init_fs_context = fc->fs_type->init_fs_context; in alloc_fs_context()
326 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type, in fs_context_for_mount() argument
329 return alloc_fs_context(fs_type, NULL, sb_flags, 0, in fs_context_for_mount()
403 get_filesystem(fc->fs_type); in vfs_dup_fs_context()
528 put_filesystem(fc->fs_type); in put_fs_context()
649 if (fc->fs_type->fs_flags & FS_BINARY_MOUNTDATA) in legacy_parse_monolithic()
[all …]
H A Dfsopen.c109 fc->log.log->owner = fc->fs_type->owner; in fscontext_alloc_log()
122 struct file_system_type *fs_type; in SYSCALL_DEFINE2() local
137 fs_type = get_fs_type(fs_name); in SYSCALL_DEFINE2()
139 if (!fs_type) in SYSCALL_DEFINE2()
142 fc = fs_context_for_mount(fs_type, 0); in SYSCALL_DEFINE2()
143 put_filesystem(fs_type); in SYSCALL_DEFINE2()
H A Dsuper.c693 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()
1757 fc->fs_type->name, error); in vfs_get_tree()
1789 "negative value (%lld)\n", fc->fs_type->name, sb->s_maxbytes); in vfs_get_tree()
/linux/security/
H A Dinode.c71 static struct file_system_type fs_type = { variable
125 error = simple_pin_fs(&fs_type, &mount, &mount_count); in securityfs_create_dentry()
304 simple_pin_fs(&fs_type, &mount, &mount_count); in securityfs_remove()
370 retval = register_filesystem(&fs_type); in securityfs_init()
/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c438 const char *fs_type; in test_statmount_fs_type() local
451 fs_type = sm->str + sm->fs_type; in test_statmount_fs_type()
453 if (strcmp(fs_type, *s) == 0) in test_statmount_fs_type()
457 ksft_print_msg("unknown filesystem type: %s\n", fs_type); in test_statmount_fs_type()
690 test_statmount_string(STATMOUNT_FS_TYPE, str_off(fs_type), "fs type"); in main()
693 test_statmount_string(all_mask, str_off(fs_type), "fs type & all"); in main()
/linux/include/linux/
H 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/include/uapi/linux/
H A Dmsdos_fs.h134 __u8 fs_type[8]; /* file system type */ member
157 __u8 fs_type[8]; /* file system type */ member
H A Dmount.h163 __u32 fs_type; /* [str] Filesystem type */ member
/linux/tools/include/uapi/linux/
H A Dmount.h163 __u32 fs_type; /* [str] Filesystem type */ member
176 __u32 fs_subtype; /* [str] Subtype of fs_type (if any) */
218 #define STATMOUNT_FS_TYPE 0x00000020U /* Want/got fs_type */
/linux/security/tomoyo/
H 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()
H A Dmount.c56 &acl->fs_type) && in tomoyo_check_mount_acl()
H A Dgc.c202 tomoyo_put_name_union(&entry->fs_type); in tomoyo_del_acl()
H A Dcommon.h752 struct tomoyo_name_union fs_type; member
H A Dcommon.c1555 tomoyo_print_name_union(head, &ptr->fs_type); in tomoyo_print_entry()
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h163 __u32 fs_type; /* [str] Filesystem type */ member
/linux/Documentation/filesystems/
H A Dmount_api.rst69 struct file_system_type *fs_type;
98 struct file_system_type *fs_type
407 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,
413 fs_type->init_fs_context() to initialise the filesystem private data.
415 fs_type specifies the filesystem type that will manage the context and
433 struct file_system_type *fs_type,
437 an automount point or other derived superblock. fs_type specifies the
443 filesystem type as fs_type.
H A Dporting.rst66 int foo_get_sb(struct file_system_type *fs_type,
69 return get_sb_bdev(fs_type, flags, dev_name, data, foo_fill_super,
/linux/fs/smb/client/
H A Dmisc.c1165 struct file_system_type **fs_type = (struct file_system_type *[]) { in __cifs_get_super() local
1169 for (; *fs_type; fs_type++) { in __cifs_get_super()
1170 iterate_supers_type(*fs_type, f, &sd); in __cifs_get_super()
H A Dcifsfs.c1005 cifs_smb3_do_mount(struct file_system_type *fs_type, in cifs_smb3_do_mount() argument
1057 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_smb3_do_mount()
H A Dfs_context.c916 root = cifs_smb3_do_mount(fc->fs_type, 0, ctx); in smb3_get_tree_common()
1218 bool is_smb3 = !strcmp(fc->fs_type->name, "smb3"); in smb3_fs_context_parse_param()
/linux/fs/nfs/
H A Dfs_context.c1484 if (fc->fs_type == &nfs_fs_type) in nfs_fs_context_parse_monolithic()
1488 if (fc->fs_type == &nfs4_fs_type) in nfs_fs_context_parse_monolithic()
1580 if (fc->fs_type != ctx->nfs_mod->nfs_fs) { in nfs_fs_context_validate()
1581 module_put(fc->fs_type->owner); in nfs_fs_context_validate()
1583 fc->fs_type = ctx->nfs_mod->nfs_fs; in nfs_fs_context_validate()
/linux/samples/vfs/
H A Dmountinfo.c154 printf(" - %s", &buf->str[buf->fs_type]); in dump_mountinfo()
/linux/kernel/cgroup/
H A Dcgroup.c2266 if (fc->fs_type == &cgroup2_fs_type) in cgroup_do_get_tree()
2363 if (fc->fs_type == &cgroup2_fs_type) in cgroup_init_fs_context()
2470 put_filesystem(fc->fs_type); in cpuset_init_fs_context()
2471 fc->fs_type = &cgroup_fs_type; in cpuset_init_fs_context()
/linux/fs/fuse/
H A Dinode.c2059 if (fsc->fs_type == &fuseblk_fs_type) { in fuse_init_fs_context()

12