Home
last modified time | relevance | path

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

12345

/Linux-v4.19/drivers/mtd/
Dmtdsuper.c63 static struct dentry *mount_mtd_aux(struct file_system_type *fs_type, int flags, in mount_mtd_aux() argument
71 sb = sget(fs_type, get_sb_mtd_compare, get_sb_mtd_set, flags, mtd); in mount_mtd_aux()
107 static struct dentry *mount_mtd_nr(struct file_system_type *fs_type, int flags, in mount_mtd_nr() argument
119 return mount_mtd_aux(fs_type, flags, dev_name, data, mtd, fill_super); in mount_mtd_nr()
125 struct dentry *mount_mtd(struct file_system_type *fs_type, int flags, in mount_mtd() argument
155 fs_type, flags, in mount_mtd()
172 return mount_mtd_nr(fs_type, flags, in mount_mtd()
200 return mount_mtd_nr(fs_type, flags, dev_name, data, mtdnr, fill_super); in mount_mtd()
/Linux-v4.19/fs/nfs/
Dnfs4super.c20 static struct dentry *nfs4_remote_mount(struct file_system_type *fs_type,
22 static struct dentry *nfs4_referral_mount(struct file_system_type *fs_type,
24 static struct dentry *nfs4_remote_referral_mount(struct file_system_type *fs_type,
107 nfs4_remote_mount(struct file_system_type *fs_type, int flags, in nfs4_remote_mount() argument
129 static struct vfsmount *nfs_do_root_mount(struct file_system_type *fs_type, in nfs_do_root_mount() argument
145 root_mnt = vfs_kern_mount(fs_type, flags, root_devname, data); in nfs_do_root_mount()
263 nfs4_remote_referral_mount(struct file_system_type *fs_type, int flags, in nfs4_remote_referral_mount() argument
296 static struct dentry *nfs4_referral_mount(struct file_system_type *fs_type, in nfs4_referral_mount() argument
/Linux-v4.19/include/linux/
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()
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()
Dkernfs.h356 struct dentry *kernfs_mount_ns(struct file_system_type *fs_type, int flags,
463 kernfs_mount_ns(struct file_system_type *fs_type, int flags, in kernfs_mount_ns() argument
549 kernfs_mount(struct file_system_type *fs_type, int flags, in kernfs_mount() argument
553 return kernfs_mount_ns(fs_type, flags, root, in kernfs_mount()
Dramfs.h7 extern struct dentry *ramfs_mount(struct file_system_type *fs_type,
/Linux-v4.19/security/
Dinode.c56 static struct dentry *get_sb(struct file_system_type *fs_type, in get_sb() argument
60 return mount_single(fs_type, flags, data, fill_super); in get_sb()
63 static struct file_system_type fs_type = { variable
115 error = simple_pin_fs(&fs_type, &mount, &mount_count); in securityfs_create_dentry()
333 retval = register_filesystem(&fs_type); in securityfs_init()
/Linux-v4.19/fs/autofs/
Dinit.c13 static struct dentry *autofs_mount(struct file_system_type *fs_type, in autofs_mount() argument
16 return mount_nodev(fs_type, flags, data, autofs_fill_super); in autofs_mount()
/Linux-v4.19/fs/sysfs/
Dmount.c23 static struct dentry *sysfs_mount(struct file_system_type *fs_type, in sysfs_mount() argument
36 root = kernfs_mount_ns(fs_type, flags, sysfs_root, in sysfs_mount()
/Linux-v4.19/drivers/xen/xenfs/
Dsuper.c70 static struct dentry *xenfs_mount(struct file_system_type *fs_type, in xenfs_mount() argument
74 return mount_single(fs_type, flags, data, xenfs_fill_super); in xenfs_mount()
/Linux-v4.19/fs/
Danon_inodes.c41 static struct dentry *anon_inodefs_mount(struct file_system_type *fs_type, in anon_inodefs_mount() argument
44 return mount_pseudo(fs_type, "anon_inode:", NULL, in anon_inodefs_mount()
Dsuper.c1056 struct dentry *mount_ns(struct file_system_type *fs_type, in mount_ns() argument
1068 sb = sget_userns(fs_type, ns_test_super, ns_set_super, flags, in mount_ns()
1104 struct dentry *mount_bdev(struct file_system_type *fs_type, in mount_bdev() argument
1116 bdev = blkdev_get_by_path(dev_name, mode, fs_type); in mount_bdev()
1131 s = sget(fs_type, test_bdev_super, set_bdev_super, flags | SB_NOSEC, in mount_bdev()
1194 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev() argument
1199 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev()
1219 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() argument
1226 s = sget(fs_type, compare_single, set_anon_super, flags, NULL); in mount_single()
/Linux-v4.19/fs/configfs/
Dmount.c105 static struct dentry *configfs_do_mount(struct file_system_type *fs_type, in configfs_do_mount() argument
108 return mount_single(fs_type, flags, data, configfs_fill_super); in configfs_do_mount()
/Linux-v4.19/include/linux/mtd/
Dsuper.h21 extern struct dentry *mount_mtd(struct file_system_type *fs_type, int flags,
/Linux-v4.19/include/uapi/linux/
Dmsdos_fs.h139 __u8 fs_type[8]; /* file system type */ member
162 __u8 fs_type[8]; /* file system type */ member
/Linux-v4.19/fs/proc/
Droot.c89 static struct dentry *proc_mount(struct file_system_type *fs_type, in proc_mount() argument
101 return mount_ns(fs_type, flags, data, ns, ns->user_ns, proc_fill_super); in proc_mount()
/Linux-v4.19/kernel/cgroup/
Dcgroup-internal.h201 struct dentry *cgroup_do_mount(struct file_system_type *fs_type, int flags,
253 struct dentry *cgroup1_mount(struct file_system_type *fs_type, int flags,
/Linux-v4.19/drivers/base/
Ddevtmpfs.c58 static struct dentry *dev_mount(struct file_system_type *fs_type, int flags, in dev_mount() argument
62 return mount_single(fs_type, flags, data, shmem_fill_super); in dev_mount()
64 return mount_single(fs_type, flags, data, ramfs_fill_super); in dev_mount()
/Linux-v4.19/fs/efivarfs/
Dsuper.c229 static struct dentry *efivarfs_mount(struct file_system_type *fs_type, in efivarfs_mount() argument
232 return mount_single(fs_type, flags, data, efivarfs_fill_super); in efivarfs_mount()
/Linux-v4.19/fs/ramfs/
Dinode.c250 struct dentry *ramfs_mount(struct file_system_type *fs_type, in ramfs_mount() argument
253 return mount_nodev(fs_type, flags, data, ramfs_fill_super); in ramfs_mount()
/Linux-v4.19/drivers/oprofile/
Doprofilefs.c267 static struct dentry *oprofilefs_mount(struct file_system_type *fs_type, in oprofilefs_mount() argument
270 return mount_single(fs_type, flags, data, oprofilefs_fill_super); in oprofilefs_mount()
/Linux-v4.19/fs/freevxfs/
Dvxfs_super.c314 static struct dentry *vxfs_mount(struct file_system_type *fs_type, in vxfs_mount() argument
317 return mount_bdev(fs_type, flags, dev_name, data, vxfs_fill_super); in vxfs_mount()
/Linux-v4.19/fs/btrfs/tests/
Dbtrfs-tests.c25 static struct dentry *btrfs_test_mount(struct file_system_type *fs_type, in btrfs_test_mount() argument
29 return mount_pseudo(fs_type, "btrfs_test:", &btrfs_test_super_ops, in btrfs_test_mount()
/Linux-v4.19/fs/sysv/
Dsuper.c530 static struct dentry *sysv_mount(struct file_system_type *fs_type, in sysv_mount() argument
533 return mount_bdev(fs_type, flags, dev_name, data, sysv_fill_super); in sysv_mount()
536 static struct dentry *v7_mount(struct file_system_type *fs_type, in v7_mount() argument
539 return mount_bdev(fs_type, flags, dev_name, data, v7_fill_super); in v7_mount()
/Linux-v4.19/fs/coda/
Dinode.c318 static struct dentry *coda_mount(struct file_system_type *fs_type, in coda_mount() argument
321 return mount_nodev(fs_type, flags, data, coda_fill_super); in coda_mount()

12345