Home
last modified time | relevance | path

Searched refs:get_fs_type (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/gem/
H A Di915_gemfs.c38 type = get_fs_type("tmpfs"); in i915_gemfs_init()
/linux-6.15/drivers/gpu/drm/v3d/
H A Dv3d_gemfs.c27 type = get_fs_type("tmpfs"); in v3d_gemfs_init()
/linux-6.15/fs/
H A Dfilesystems.c273 struct file_system_type *get_fs_type(const char *name) in get_fs_type() function
294 EXPORT_SYMBOL(get_fs_type);
H A Dfsopen.c131 fs_type = get_fs_type(fs_name); in SYSCALL_DEFINE2()
H A Dnamespace.c3845 type = get_fs_type(fstype); in do_new_mount()
/linux-6.15/tools/testing/selftests/mm/
H A Dgup_longterm.c38 static __fsword_t get_fs_type(int fd) in get_fs_type() function
93 __fsword_t fs_type = get_fs_type(fd); in do_test()
/linux-6.15/kernel/
H A Dusermode_driver.c20 type = get_fs_type("tmpfs"); in blob_to_mnt()
/linux-6.15/security/tomoyo/
H A Dmount.c125 fstype = get_fs_type(type); in tomoyo_mount_acl()
/linux-6.15/init/
H A Ddo_mounts.c335 struct file_system_type *fs = get_fs_type(fstype); in fs_is_nodev()
/linux-6.15/arch/um/drivers/
H A Dmconsole_kern.c699 proc_fs_type = get_fs_type("proc"); in mount_proc()
/linux-6.15/security/apparmor/
H A Dmount.c554 fstype = get_fs_type(type); in aa_new_mount()
/linux-6.15/lib/
H A Dtest_kmod.c221 info->fs_sync = get_fs_type(config->test_fs); in run_request()
/linux-6.15/fs/proc/
H A Dproc_sysctl.c1652 proc_fs_type = get_fs_type("proc"); in process_sysctl_arg()
/linux-6.15/include/linux/
H A Dfs.h3515 extern struct file_system_type *get_fs_type(const char *name);
/linux-6.15/fs/nfsd/
H A Dnfs4proc.c1555 type = get_fs_type("nfs"); in nfsd4_interssc_connect()
/linux-6.15/kernel/trace/
H A Dtrace.c10084 type = get_fs_type("tracefs"); in trace_automount()