Searched refs:file_system_type (Results 1 - 25 of 143) sorted by relevance

123456

/linux-master/fs/
H A Dfilesystems.c34 static struct file_system_type *file_systems;
38 struct file_system_type *get_filesystem(struct file_system_type *fs)
44 void put_filesystem(struct file_system_type *fs)
49 static struct file_system_type **find_filesystem(const char *name, unsigned len)
51 struct file_system_type **p;
67 * The &struct file_system_type that is passed is linked into the kernel
72 int register_filesystem(struct file_system_type * fs)
75 struct file_system_type ** p;
104 * Once this function has returned the &struct file_system_type structur
[all...]
H A Danon_inodes.c52 static struct file_system_type anon_inode_fs_type = {
/linux-master/fs/coda/
H A Dcoda_int.h8 extern struct file_system_type coda_fs_type;
/linux-master/fs/autofs/
H A Dinit.c10 struct file_system_type autofs_fs_type = {
/linux-master/fs/nfs/
H A Dnfs.h17 struct file_system_type *nfs_fs; /* NFS filesystem type */
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gemfs.c17 struct file_system_type *type;
/linux-master/include/linux/
H A Dmount.h20 struct file_system_type;
99 extern struct vfsmount *vfs_kern_mount(struct file_system_type *type,
103 struct file_system_type *type,
113 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 Dinit.h139 struct file_system_type;
169 extern struct file_system_type rootfs_fs_type;
H A Dfs.h1213 struct file_system_type *s_type;
2467 struct file_system_type { struct
2479 struct dentry *(*mount) (struct file_system_type *, int,
2483 struct file_system_type * next;
2499 extern struct dentry *mount_bdev(struct file_system_type *fs_type,
2502 extern struct dentry *mount_single(struct file_system_type *fs_type,
2505 extern struct dentry *mount_nodev(struct file_system_type *fs_type,
2523 struct super_block *sget(struct file_system_type *type,
2546 extern int register_filesystem(struct file_system_type *);
2547 extern int unregister_filesystem(struct file_system_type *);
[all...]
/linux-master/fs/gfs2/
H A Dsuper.h57 extern struct file_system_type gfs2_fs_type;
58 extern struct file_system_type gfs2meta_fs_type;
/linux-master/drivers/xen/xenfs/
H A Dsuper.c87 static struct file_system_type xenfs_type = {
/linux-master/fs/sysfs/
H A Dmount.c90 static struct file_system_type sysfs_fs_type = {
/linux-master/fs/9p/
H A Dv9fs_vfs.h31 extern struct file_system_type v9fs_fs_type;
H A Dvfs_super.c106 static struct dentry *v9fs_mount(struct file_system_type *fs_type, int flags,
304 struct file_system_type v9fs_fs_type = {
/linux-master/fs/orangefs/
H A Dorangefs-mod.c47 static struct file_system_type orangefs_fs_type = {
/linux-master/fs/overlayfs/
H A Dovl_entry.h111 extern struct file_system_type ovl_fs_type;
/linux-master/fs/freevxfs/
H A Dvxfs_super.c287 static struct dentry *vxfs_mount(struct file_system_type *fs_type,
293 static struct file_system_type vxfs_fs_type = {
/linux-master/fs/smb/client/
H A Dcifsfs.h41 extern struct file_system_type cifs_fs_type, smb3_fs_type;
147 extern struct dentry *cifs_smb3_do_mount(struct file_system_type *fs_type,
/linux-master/drivers/base/
H A Ddevtmpfs.c66 static struct dentry *public_dev_mount(struct file_system_type *fs_type, int flags,
82 static struct file_system_type internal_fs_type = {
92 static struct file_system_type dev_fs_type = {
/linux-master/fs/configfs/
H A Dmount.c114 static struct file_system_type configfs_fs_type = {
/linux-master/fs/sysv/
H A Dsuper.c531 static struct dentry *sysv_mount(struct file_system_type *fs_type,
537 static struct dentry *v7_mount(struct file_system_type *fs_type,
543 static struct file_system_type sysv_fs_type = {
552 static struct file_system_type v7_fs_type = {
/linux-master/kernel/
H A Dusermode_driver.c14 struct file_system_type *type;
/linux-master/init/
H A Ddo_mounts.c336 struct file_system_type *fs = get_fs_type(fstype);
508 struct file_system_type rootfs_fs_type = {
/linux-master/fs/ecryptfs/
H A Dmain.c467 static struct file_system_type ecryptfs_fs_type;
476 static struct dentry *ecryptfs_mount(struct file_system_type *fs_type, int flags,
635 static struct file_system_type ecryptfs_fs_type = {

Completed in 369 milliseconds

123456