Home
last modified time | relevance | path

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

123456

/linux-5.19.10/fs/
Dfilesystems.c34 static struct file_system_type *file_systems;
38 struct file_system_type *get_filesystem(struct file_system_type *fs) in get_filesystem()
44 void put_filesystem(struct file_system_type *fs) in put_filesystem()
49 static struct file_system_type **find_filesystem(const char *name, unsigned len) in find_filesystem()
51 struct file_system_type **p; in find_filesystem()
72 int register_filesystem(struct file_system_type * fs) in register_filesystem()
75 struct file_system_type ** p; in register_filesystem()
108 int unregister_filesystem(struct file_system_type * fs) in unregister_filesystem()
110 struct file_system_type ** tmp; in unregister_filesystem()
134 struct file_system_type * tmp; in fs_index()
[all …]
Dsuper.c199 static struct super_block *alloc_super(struct file_system_type *type, int flags, in alloc_super()
329 struct file_system_type *fs = s->s_type; in deactivate_locked_super()
576 struct super_block *sget(struct file_system_type *type, in sget()
716 void iterate_supers_type(struct file_system_type *type, in iterate_supers_type()
1313 struct dentry *mount_bdev(struct file_system_type *fs_type, in mount_bdev()
1403 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev()
1453 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single()
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-5.19.10/include/linux/
Dmount.h19 struct file_system_type;
98 extern struct vfsmount *vfs_kern_mount(struct file_system_type *type,
102 struct file_system_type *type,
113 extern struct vfsmount *kern_mount(struct file_system_type *);
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,
Dfs.h1440 struct file_system_type *s_type;
2393 struct file_system_type { struct
2405 struct dentry *(*mount) (struct file_system_type *, int, argument
2409 struct file_system_type * next; argument
2425 extern struct dentry *mount_bdev(struct file_system_type *fs_type, argument
2428 extern struct dentry *mount_single(struct file_system_type *fs_type,
2431 extern struct dentry *mount_nodev(struct file_system_type *fs_type,
2448 struct super_block *sget(struct file_system_type *type,
2470 extern int register_filesystem(struct file_system_type *);
2471 extern int unregister_filesystem(struct file_system_type *);
[all …]
Dinit.h140 struct file_system_type;
152 extern struct file_system_type rootfs_fs_type;
/linux-5.19.10/fs/autofs/
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-5.19.10/fs/gfs2/
Dsuper.h55 extern struct file_system_type gfs2_fs_type;
56 extern struct file_system_type gfs2meta_fs_type;
/linux-5.19.10/fs/nfs/
Dnfs.h17 struct file_system_type *nfs_fs; /* NFS filesystem type */
/linux-5.19.10/fs/coda/
Dcoda_int.h8 extern struct file_system_type coda_fs_type;
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-5.19.10/fs/cifs/
Dcifsfs.h41 extern struct file_system_type cifs_fs_type, smb3_fs_type;
148 extern struct dentry *cifs_smb3_do_mount(struct file_system_type *fs_type,
/linux-5.19.10/drivers/gpu/drm/i915/gem/
Di915_gemfs.c17 struct file_system_type *type; in i915_gemfs_init()
/linux-5.19.10/drivers/base/
Ddevtmpfs.c64 static struct dentry *public_dev_mount(struct file_system_type *fs_type, int flags, in public_dev_mount()
80 static struct file_system_type internal_fs_type = {
90 static struct file_system_type dev_fs_type = {
/linux-5.19.10/fs/freevxfs/
Dvxfs_super.c285 static struct dentry *vxfs_mount(struct file_system_type *fs_type, in vxfs_mount()
291 static struct file_system_type vxfs_fs_type = {
/linux-5.19.10/fs/sysv/
Dsuper.c531 static struct dentry *sysv_mount(struct file_system_type *fs_type, in sysv_mount()
537 static struct dentry *v7_mount(struct file_system_type *fs_type, in v7_mount()
543 static struct file_system_type sysv_fs_type = {
552 static struct file_system_type v7_fs_type = {
/linux-5.19.10/drivers/xen/xenfs/
Dsuper.c87 static struct file_system_type xenfs_type = {
/linux-5.19.10/fs/efs/
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-5.19.10/fs/sysfs/
Dmount.c90 static struct file_system_type sysfs_fs_type = {
/linux-5.19.10/fs/9p/
Dvfs_super.c109 static struct dentry *v9fs_mount(struct file_system_type *fs_type, int flags, in v9fs_mount()
362 struct file_system_type v9fs_fs_type = {
Dv9fs_vfs.h31 extern struct file_system_type v9fs_fs_type;
/linux-5.19.10/fs/orangefs/
Dorangefs-mod.c47 static struct file_system_type orangefs_fs_type = {
/linux-5.19.10/fs/configfs/
Dmount.c114 static struct file_system_type configfs_fs_type = {
/linux-5.19.10/fs/ecryptfs/
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 = {

123456