Home
last modified time | relevance | path

Searched refs:file_system_type (Results 1 – 25 of 126) sorted by relevance

123456

/linux/include/linux/
H A Dmount.h20 struct file_system_type;
89 extern struct vfsmount *vfs_kern_mount(struct file_system_type *type,
100 extern struct vfsmount *kern_mount(struct file_system_type *);
H A Dfs_context.h20 struct file_system_type;
93 struct file_system_type *fs_type;
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,
H A Dfs.h2271 struct file_system_type { struct
2288 struct file_system_type * next; argument
2329 struct super_block *sget(struct file_system_type *type,
2359 extern int register_filesystem(struct file_system_type *);
2360 extern int unregister_filesystem(struct file_system_type *);
3206 extern struct file_system_type *get_filesystem(struct file_system_type *fs);
3207 extern void put_filesystem(struct file_system_type *fs);
3208 extern struct file_system_type *get_fs_type(const char *name);
3212 extern void iterate_supers_type(struct file_system_type *,
3270 extern int simple_pin_fs(struct file_system_type *, struct vfsmount **mount, int *count);
/linux/fs/coda/
H A Dcoda_int.h8 extern struct file_system_type coda_fs_type;
/linux/fs/nfs/
H A Dnfs.h17 struct file_system_type *nfs_fs; /* NFS filesystem type */
/linux/fs/smb/client/
H A Dcifsfs.h41 extern struct file_system_type cifs_fs_type, smb3_fs_type;
142 struct dentry *cifs_smb3_do_mount(struct file_system_type *fs_type, int flags,
/linux/fs/autofs/
H A Dinit.c10 struct file_system_type autofs_fs_type = {
/linux/fs/
H A Dfs_context.c258 static struct fs_context *alloc_fs_context(struct file_system_type *fs_type, in alloc_fs_context()
306 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type, in fs_context_for_mount()
331 struct fs_context *fs_context_for_submount(struct file_system_type *type, in fs_context_for_submount()
H A Dsuper.c317 static struct super_block *alloc_super(struct file_system_type *type, int flags, in alloc_super()
473 struct file_system_type *fs = s->s_type; in deactivate_locked_super()
819 struct super_block *sget(struct file_system_type *type, in sget()
954 void iterate_supers_type(struct file_system_type *type, in iterate_supers_type()
/linux/drivers/xen/xenfs/
H A Dsuper.c87 static struct file_system_type xenfs_type = {
/linux/init/
H A Ddo_mounts.c329 struct file_system_type *fs = get_fs_type(fstype); in mount_cifs_root()
507 struct file_system_type rootfs_fs_type = {
/linux/fs/sysfs/
H A Dmount.c90 static struct file_system_type sysfs_fs_type = {
/linux/fs/9p/
H A Dv9fs_vfs.h31 extern struct file_system_type v9fs_fs_type;
/linux/fs/orangefs/
H A Dorangefs-mod.c47 static struct file_system_type orangefs_fs_type = {
/linux/arch/s390/hypfs/
H A Dinode.c44 static struct file_system_type hypfs_type;
420 static struct file_system_type hypfs_type = {
/linux/fs/configfs/
H A Dmount.c115 static struct file_system_type configfs_fs_type = {
/linux/fs/overlayfs/
H A Dovl_entry.h113 extern struct file_system_type ovl_fs_type;
/linux/fs/efivarfs/
H A Dsuper.c446 static struct file_system_type efivarfs_type;
531 static struct file_system_type efivarfs_type = {
/linux/security/tomoyo/
H A Dmount.c86 struct file_system_type *fstype = NULL; in tomoyo_mount_acl()
/linux/security/
H A Dinode.c71 static struct file_system_type fs_type = {
/linux/mm/
H A Dsecretmem.c253 static struct file_system_type secretmem_fs = {
/linux/fs/squashfs/
H A Dsuper.c40 static struct file_system_type squashfs_fs_type;
684 static struct file_system_type squashfs_fs_type = {
/linux/fs/ecryptfs/
H A Dmain.c429 static struct file_system_type ecryptfs_fs_type;
631 static struct file_system_type ecryptfs_fs_type = {
/linux/fs/freevxfs/
H A Dvxfs_super.c304 static struct file_system_type vxfs_fs_type = {
/linux/fs/btrfs/tests/
H A Dbtrfs-tests.c51 static struct file_system_type test_type = {

123456