Home
last modified time | relevance | path

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

123456

/linux-6.15/fs/
H 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 …]
H A Dfs_context.c275 static struct fs_context *alloc_fs_context(struct file_system_type *fs_type, in alloc_fs_context()
329 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type, in fs_context_for_mount()
354 struct fs_context *fs_context_for_submount(struct file_system_type *type, in fs_context_for_submount()
H A Dsuper.c315 static struct super_block *alloc_super(struct file_system_type *type, int flags, in alloc_super()
470 struct file_system_type *fs = s->s_type; in deactivate_locked_super()
815 struct super_block *sget(struct file_system_type *type, in sget()
957 void iterate_supers_type(struct file_system_type *type, in iterate_supers_type()
1668 struct dentry *mount_bdev(struct file_system_type *fs_type, in mount_bdev()
1720 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev()
/linux-6.15/include/linux/
H A Dmount.h20 struct file_system_type;
98 extern struct vfsmount *vfs_kern_mount(struct file_system_type *type,
102 struct file_system_type *type,
112 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.h1319 struct file_system_type *s_type;
2607 struct file_system_type { struct
2621 struct dentry *(*mount) (struct file_system_type *, int, argument
2625 struct file_system_type * next; argument
2673 struct super_block *sget(struct file_system_type *type,
2703 extern int register_filesystem(struct file_system_type *);
2704 extern int unregister_filesystem(struct file_system_type *);
3513 extern struct file_system_type *get_filesystem(struct file_system_type *fs);
3514 extern void put_filesystem(struct file_system_type *fs);
3515 extern struct file_system_type *get_fs_type(const char *name);
[all …]
/linux-6.15/fs/gfs2/
H A Dsuper.h57 extern struct file_system_type gfs2_fs_type;
58 extern struct file_system_type gfs2meta_fs_type;
/linux-6.15/fs/coda/
H A Dcoda_int.h8 extern struct file_system_type coda_fs_type;
/linux-6.15/fs/nfs/
H A Dnfs.h17 struct file_system_type *nfs_fs; /* NFS filesystem type */
/linux-6.15/fs/smb/client/
H A Dcifsfs.h41 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-6.15/fs/autofs/
H A Dinit.c10 struct file_system_type autofs_fs_type = {
/linux-6.15/drivers/gpu/drm/i915/gem/
H A Di915_gemfs.c17 struct file_system_type *type; in i915_gemfs_init()
/linux-6.15/drivers/gpu/drm/v3d/
H A Dv3d_gemfs.c12 struct file_system_type *type; in v3d_gemfs_init()
/linux-6.15/fs/9p/
H A Dvfs_super.c106 static struct dentry *v9fs_mount(struct file_system_type *fs_type, int flags, in v9fs_mount()
304 struct file_system_type v9fs_fs_type = {
H A Dv9fs_vfs.h31 extern struct file_system_type v9fs_fs_type;
/linux-6.15/drivers/xen/xenfs/
H A Dsuper.c87 static struct file_system_type xenfs_type = {
/linux-6.15/fs/sysfs/
H A Dmount.c90 static struct file_system_type sysfs_fs_type = {
/linux-6.15/init/
H A Ddo_mounts.c335 struct file_system_type *fs = get_fs_type(fstype); in fs_is_nodev()
507 struct file_system_type rootfs_fs_type = {
/linux-6.15/fs/orangefs/
H A Dorangefs-mod.c47 static struct file_system_type orangefs_fs_type = {
/linux-6.15/fs/overlayfs/
H A Dovl_entry.h111 extern struct file_system_type ovl_fs_type;
/linux-6.15/fs/configfs/
H A Dmount.c114 static struct file_system_type configfs_fs_type = {
/linux-6.15/drivers/base/
H A Ddevtmpfs.c66 static struct file_system_type internal_fs_type = {
107 static struct file_system_type dev_fs_type = {
/linux-6.15/Documentation/filesystems/
H A Dmount_api.rst47 To support this, the file_system_type struct gains two new fields::
69 struct file_system_type *fs_type;
93 below). This must be set by the ->init_fs_context() file_system_type
98 struct file_system_type *fs_type
100 A pointer to the file_system_type of the filesystem that is being
407 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,
433 struct file_system_type *fs_type,
728 The parser should be pointed to by the parser pointer in the file_system_type
/linux-6.15/arch/s390/hypfs/
H A Dinode.c45 static struct file_system_type hypfs_type;
449 static struct file_system_type hypfs_type = {

123456