Searched refs:file_system_type (Results 1 – 25 of 126) sorted by relevance
123456
| /linux/include/linux/ |
| H A D | mount.h | 20 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 D | fs_context.h | 20 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 D | fs.h | 2271 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 D | coda_int.h | 8 extern struct file_system_type coda_fs_type;
|
| /linux/fs/nfs/ |
| H A D | nfs.h | 17 struct file_system_type *nfs_fs; /* NFS filesystem type */
|
| /linux/fs/smb/client/ |
| H A D | cifsfs.h | 41 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 D | init.c | 10 struct file_system_type autofs_fs_type = {
|
| /linux/fs/ |
| H A D | fs_context.c | 258 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 D | super.c | 317 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 D | super.c | 87 static struct file_system_type xenfs_type = {
|
| /linux/init/ |
| H A D | do_mounts.c | 329 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 D | mount.c | 90 static struct file_system_type sysfs_fs_type = {
|
| /linux/fs/9p/ |
| H A D | v9fs_vfs.h | 31 extern struct file_system_type v9fs_fs_type;
|
| /linux/fs/orangefs/ |
| H A D | orangefs-mod.c | 47 static struct file_system_type orangefs_fs_type = {
|
| /linux/arch/s390/hypfs/ |
| H A D | inode.c | 44 static struct file_system_type hypfs_type; 420 static struct file_system_type hypfs_type = {
|
| /linux/fs/configfs/ |
| H A D | mount.c | 115 static struct file_system_type configfs_fs_type = {
|
| /linux/fs/overlayfs/ |
| H A D | ovl_entry.h | 113 extern struct file_system_type ovl_fs_type;
|
| /linux/fs/efivarfs/ |
| H A D | super.c | 446 static struct file_system_type efivarfs_type; 531 static struct file_system_type efivarfs_type = {
|
| /linux/security/tomoyo/ |
| H A D | mount.c | 86 struct file_system_type *fstype = NULL; in tomoyo_mount_acl()
|
| /linux/security/ |
| H A D | inode.c | 71 static struct file_system_type fs_type = {
|
| /linux/mm/ |
| H A D | secretmem.c | 253 static struct file_system_type secretmem_fs = {
|
| /linux/fs/squashfs/ |
| H A D | super.c | 40 static struct file_system_type squashfs_fs_type; 684 static struct file_system_type squashfs_fs_type = {
|
| /linux/fs/ecryptfs/ |
| H A D | main.c | 429 static struct file_system_type ecryptfs_fs_type; 631 static struct file_system_type ecryptfs_fs_type = {
|
| /linux/fs/freevxfs/ |
| H A D | vxfs_super.c | 304 static struct file_system_type vxfs_fs_type = {
|
| /linux/fs/btrfs/tests/ |
| H A D | btrfs-tests.c | 51 static struct file_system_type test_type = {
|
123456