Home
last modified time | relevance | path

Searched refs:get_fs_type (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gemfs.c19 type = get_fs_type("tmpfs"); in i915_gemfs_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gemfs.c38 type = get_fs_type("tmpfs"); in i915_gemfs_init()
/kernel/linux/linux-5.10/fs/
H A Dfilesystems.c266 struct file_system_type *get_fs_type(const char *name) in get_fs_type() function
287 EXPORT_SYMBOL(get_fs_type); variable
H A Dfsopen.c132 fs_type = get_fs_type(fs_name); in SYSCALL_DEFINE2()
H A Dnamespace.c2875 type = get_fs_type(fstype); in do_new_mount()
/kernel/linux/linux-6.6/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); variable
H A Dfsopen.c132 fs_type = get_fs_type(fs_name); in SYSCALL_DEFINE2()
H A Dnamespace.c3310 type = get_fs_type(fstype); in do_new_mount()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/kernel/
H A Dusermode_driver.c20 type = get_fs_type("tmpfs"); in blob_to_mnt()
/kernel/linux/linux-6.6/kernel/
H A Dusermode_driver.c20 type = get_fs_type("tmpfs"); in blob_to_mnt()
/kernel/linux/linux-5.10/security/tomoyo/
H A Dmount.c125 fstype = get_fs_type(type); in tomoyo_mount_acl()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dmount.c125 fstype = get_fs_type(type); in tomoyo_mount_acl()
/kernel/linux/linux-6.6/init/
H A Ddo_mounts.c333 struct file_system_type *fs = get_fs_type(fstype); in fs_is_nodev()
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dmconsole_kern.c698 proc_fs_type = get_fs_type("proc"); in mount_proc()
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dmconsole_kern.c699 proc_fs_type = get_fs_type("proc"); in mount_proc()
/kernel/linux/linux-5.10/security/apparmor/
H A Dmount.c536 fstype = get_fs_type(type); in aa_new_mount()
/kernel/linux/linux-6.6/security/apparmor/
H A Dmount.c552 fstype = get_fs_type(type); in aa_new_mount()
/kernel/linux/linux-5.10/lib/
H A Dtest_kmod.c69 * @TEST_KMOD_FS_TYPE: stress tests get_fs_type()
95 * @fs_sync: return value of get_fs_type() for @TEST_KMOD_FS_TYPE
98 * @need_mod_put: Some tests (get_fs_type() is one) requires putting the module
228 info->fs_sync = get_fs_type(config->test_fs); in run_request()
/kernel/linux/linux-6.6/lib/
H A Dtest_kmod.c55 * @TEST_KMOD_FS_TYPE: stress tests get_fs_type()
84 * @fs_sync: return value of get_fs_type() for @TEST_KMOD_FS_TYPE
87 * @need_mod_put: Some tests (get_fs_type() is one) requires putting the module
217 info->fs_sync = get_fs_type(config->test_fs); in run_request()
/kernel/linux/linux-5.10/fs/proc/
H A Dproc_sysctl.c1824 proc_fs_type = get_fs_type("proc"); in process_sysctl_arg()
/kernel/linux/linux-6.6/fs/proc/
H A Dproc_sysctl.c1647 proc_fs_type = get_fs_type("proc"); in process_sysctl_arg()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h3216 extern struct file_system_type *get_fs_type(const char *name);
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h3115 extern struct file_system_type *get_fs_type(const char *name);
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4proc.c1222 type = get_fs_type("nfs"); in nfsd4_interssc_connect()

Completed in 43 milliseconds

12