Searched refs:file_system_type (Results 1 – 25 of 116) sorted by relevance
12345
/linux/include/linux/ |
H A D | mount.h | 20 struct file_system_type; 90 extern struct vfsmount *vfs_kern_mount(struct file_system_type *type, 101 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 | init.h | 141 struct file_system_type; 171 extern struct file_system_type rootfs_fs_type;
|
H A D | fs.h | 1334 struct file_system_type *s_type; 2672 struct file_system_type { struct 2686 struct dentry *(*mount) (struct file_system_type *, int, argument 2690 struct file_system_type * next; argument 2717 extern struct dentry *mount_bdev(struct file_system_type *fs_type, argument 2720 extern struct dentry *mount_nodev(struct file_system_type *fs_type, 2738 struct super_block *sget(struct file_system_type *type, 2768 extern int register_filesystem(struct file_system_type *); 2769 extern int unregister_filesystem(struct file_system_type *); 3599 extern struct file_system_type *get_filesystem(struct file_system_type *fs); [all …]
|
/linux/fs/gfs2/ |
H A D | super.h | 57 extern struct file_system_type gfs2_fs_type; 58 extern struct file_system_type gfs2meta_fs_type;
|
/linux/fs/smb/client/ |
H A D | cifsfs.h | 41 extern struct file_system_type cifs_fs_type, smb3_fs_type; 140 extern struct dentry *cifs_smb3_do_mount(struct file_system_type *fs_type,
|
/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/autofs/ |
H A D | init.c | 10 struct file_system_type autofs_fs_type = {
|
/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gemfs.c | 21 struct file_system_type *type; in i915_gemfs_init()
|
/linux/drivers/gpu/drm/v3d/ |
H A D | v3d_gemfs.c | 17 struct file_system_type *type; in v3d_gemfs_init()
|
/linux/fs/9p/ |
H A D | vfs_super.c | 106 static struct dentry *v9fs_mount(struct file_system_type *fs_type, int flags, in v9fs_mount() 306 struct file_system_type v9fs_fs_type = {
|
H A D | v9fs_vfs.h | 31 extern struct file_system_type v9fs_fs_type;
|
/linux/drivers/xen/xenfs/ |
H A D | super.c | 87 static struct file_system_type xenfs_type = {
|
/linux/fs/sysfs/ |
H A D | mount.c | 90 static struct file_system_type sysfs_fs_type = {
|
/linux/init/ |
H A D | do_mounts.c | 335 struct file_system_type *fs = get_fs_type(fstype); in fs_is_nodev() 507 struct file_system_type rootfs_fs_type = {
|
/linux/fs/configfs/ |
H A D | mount.c | 115 static struct file_system_type configfs_fs_type = {
|
/linux/drivers/base/ |
H A D | devtmpfs.c | 66 static struct file_system_type internal_fs_type = { 107 static struct file_system_type dev_fs_type = {
|
/linux/fs/overlayfs/ |
H A D | ovl_entry.h | 112 extern struct file_system_type ovl_fs_type;
|
/linux/fs/efivarfs/ |
H A D | super.c | 445 static struct file_system_type efivarfs_type; 530 static struct file_system_type efivarfs_type = {
|
/linux/fs/ |
H A D | super.c | 316 static struct super_block *alloc_super(struct file_system_type *type, int flags, in alloc_super() 471 struct file_system_type *fs = s->s_type; in deactivate_locked_super() 816 struct super_block *sget(struct file_system_type *type, in sget() 951 void iterate_supers_type(struct file_system_type *type, in iterate_supers_type() 1724 struct dentry *mount_bdev(struct file_system_type *fs_type, in mount_bdev() 1776 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev()
|
H A D | anon_inodes.c | 95 static struct file_system_type anon_inode_fs_type = {
|
/linux/security/ |
H A D | inode.c | 69 static struct file_system_type fs_type = {
|
/linux/security/tomoyo/ |
H A D | mount.c | 84 struct file_system_type *fstype = NULL; in tomoyo_mount_acl()
|
/linux/mm/ |
H A D | secretmem.c | 272 static struct file_system_type secretmem_fs = {
|
12345