Home
last modified time | relevance | path

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

123456

/linux/fs/
A Dfilesystems.c38 struct file_system_type *get_filesystem(struct file_system_type *fs) in get_filesystem()
51 struct file_system_type **p; in find_filesystem()
75 struct file_system_type ** p; in register_filesystem()
110 struct file_system_type ** tmp; in unregister_filesystem()
134 struct file_system_type * tmp; in fs_index()
158 struct file_system_type * tmp; in fs_name()
178 struct file_system_type * tmp; in fs_maxindex()
214 struct file_system_type *p; in list_bdev_fs_names()
239 struct file_system_type * tmp; in filesystems_proc_show()
263 struct file_system_type *fs; in __get_fs_type()
[all …]
A Dsuper.c200 static struct super_block *alloc_super(struct file_system_type *type, int flags, in alloc_super()
331 struct file_system_type *fs = s->s_type; in deactivate_locked_super()
579 struct super_block *sget(struct file_system_type *type, in sget()
719 void iterate_supers_type(struct file_system_type *type, in iterate_supers_type()
1316 struct dentry *mount_bdev(struct file_system_type *fs_type, in mount_bdev()
1406 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev()
1456 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single()
A Dfs_context.c247 static struct fs_context *alloc_fs_context(struct file_system_type *fs_type, in alloc_fs_context()
301 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type, in fs_context_for_mount()
318 struct fs_context *fs_context_for_submount(struct file_system_type *type, in fs_context_for_submount()
/linux/include/linux/
A Dmount.h102 struct file_system_type;
105 extern struct vfsmount *vfs_kern_mount(struct file_system_type *type,
109 struct file_system_type *type,
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,
A Dfs.h1469 struct file_system_type *s_type;
2512 struct file_system_type { struct
2524 struct dentry *(*mount) (struct file_system_type *, int, argument
2528 struct file_system_type * next; argument
2567 struct super_block *sget(struct file_system_type *type,
2589 extern int register_filesystem(struct file_system_type *);
2590 extern int unregister_filesystem(struct file_system_type *);
2591 extern struct vfsmount *kern_mount(struct file_system_type *);
3363 extern struct file_system_type *get_filesystem(struct file_system_type *fs);
3364 extern void put_filesystem(struct file_system_type *fs);
[all …]
A Dinit.h140 struct file_system_type;
152 extern struct file_system_type rootfs_fs_type;
/linux/fs/autofs/
A Dinit.c10 static struct dentry *autofs_mount(struct file_system_type *fs_type, in autofs_mount()
16 struct file_system_type autofs_fs_type = {
/linux/fs/gfs2/
A Dsuper.h55 extern struct file_system_type gfs2_fs_type;
56 extern struct file_system_type gfs2meta_fs_type;
/linux/fs/cifs/
A Dcifsfs.h41 extern struct file_system_type cifs_fs_type;
148 extern struct dentry *cifs_smb3_do_mount(struct file_system_type *fs_type,
/linux/fs/nfs/
A Dnfs.h17 struct file_system_type *nfs_fs; /* NFS filesystem type */
/linux/fs/coda/
A Dcoda_int.h8 extern struct file_system_type coda_fs_type;
A Dinode.c317 static struct dentry *coda_mount(struct file_system_type *fs_type, in coda_mount()
323 struct file_system_type coda_fs_type = {
/linux/drivers/base/
A Ddevtmpfs.c58 static struct dentry *public_dev_mount(struct file_system_type *fs_type, int flags, in public_dev_mount()
67 static struct file_system_type internal_fs_type = {
79 static struct file_system_type dev_fs_type = {
/linux/fs/sysv/
A Dsuper.c529 static struct dentry *sysv_mount(struct file_system_type *fs_type, in sysv_mount()
535 static struct dentry *v7_mount(struct file_system_type *fs_type, in v7_mount()
541 static struct file_system_type sysv_fs_type = {
550 static struct file_system_type v7_fs_type = {
/linux/drivers/gpu/drm/i915/gem/
A Di915_gemfs.c15 struct file_system_type *type; in i915_gemfs_init()
/linux/fs/freevxfs/
A Dvxfs_super.c309 static struct dentry *vxfs_mount(struct file_system_type *fs_type, in vxfs_mount()
315 static struct file_system_type vxfs_fs_type = {
/linux/fs/efs/
A Dsuper.c25 static struct dentry *efs_mount(struct file_system_type *fs_type, in efs_mount()
38 static struct file_system_type efs_fs_type = {
/linux/fs/9p/
A Dvfs_super.c108 static struct dentry *v9fs_mount(struct file_system_type *fs_type, int flags, in v9fs_mount()
359 struct file_system_type v9fs_fs_type = {
A Dv9fs_vfs.h31 extern struct file_system_type v9fs_fs_type;
/linux/drivers/xen/xenfs/
A Dsuper.c87 static struct file_system_type xenfs_type = {
/linux/fs/sysfs/
A Dmount.c90 static struct file_system_type sysfs_fs_type = {
/linux/fs/ecryptfs/
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, in ecryptfs_mount()
635 static struct file_system_type ecryptfs_fs_type = {
/linux/Documentation/filesystems/
A Dmount_api.rst47 To support this, the file_system_type struct gains two new fields::
69 struct file_system_type *fs_type;
94 below). This must be set by the ->init_fs_context() file_system_type
99 struct file_system_type *fs_type
101 A pointer to the file_system_type of the filesystem that is being
408 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,
434 struct file_system_type *fs_type,
736 The parser should be pointed to by the parser pointer in the file_system_type
/linux/fs/orangefs/
A Dorangefs-mod.c47 static struct file_system_type orangefs_fs_type = {

Completed in 43 milliseconds

123456