Home
last modified time | relevance | path

Searched refs:fill_super (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/mtd/
Dmtdsuper.c62 int (*fill_super)(struct super_block *, void *, int)) in mount_mtd_aux()
78 ret = fill_super(sb, data, flags & MS_SILENT ? 1 : 0); in mount_mtd_aux()
105 int (*fill_super)(struct super_block *, void *, int)) in mount_mtd_nr()
115 return mount_mtd_aux(fs_type, flags, dev_name, data, mtd, fill_super); in mount_mtd_nr()
123 int (*fill_super)(struct super_block *, void *, int)) in mount_mtd()
153 fill_super); in mount_mtd()
170 mtdnr, fill_super); in mount_mtd()
196 return mount_mtd_nr(fs_type, flags, dev_name, data, mtdnr, fill_super); in mount_mtd()
/linux-4.1.27/include/linux/mtd/
Dsuper.h23 int (*fill_super)(struct super_block *, void *, int));
/linux-4.1.27/security/
Dinode.c33 static int fill_super(struct super_block *sb, void *data, int silent) in fill_super() function
44 return mount_single(fs_type, flags, data, fill_super); in get_sb()
/linux-4.1.27/fs/
Dsuper.c906 void *data, int (*fill_super)(struct super_block *, void *, int)) in mount_ns()
916 err = fill_super(sb, data, flags & MS_SILENT ? 1 : 0); in mount_ns()
951 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev()
1005 error = fill_super(s, data, flags & MS_SILENT ? 1 : 0); in mount_bdev()
1043 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev()
1051 error = fill_super(s, data, flags & MS_SILENT ? 1 : 0); in mount_nodev()
1068 int (*fill_super)(struct super_block *, void *, int)) in mount_single()
1077 error = fill_super(s, data, flags & MS_SILENT ? 1 : 0); in mount_single()
/linux-4.1.27/fs/nfs/
Dnfs4super.c267 .fill_super = nfs_fill_super, in nfs4_remote_referral_mount()
Dinternal.h136 void (*fill_super)(struct super_block *, struct nfs_mount_info *); member
Dsuper.c2579 mount_info->fill_super(s, mount_info); in nfs_fs_mount_common()
2613 .fill_super = nfs_fill_super, in nfs_fs_mount()
2676 .fill_super = nfs_clone_super, in nfs_xdev_mount()
/linux-4.1.27/include/linux/
Dfs.h1937 void *data, int (*fill_super)(struct super_block *, void *, int));
1940 int (*fill_super)(struct super_block *, void *, int));
1943 int (*fill_super)(struct super_block *, void *, int));
1946 int (*fill_super)(struct super_block *, void *, int));
/linux-4.1.27/fs/gfs2/
Dops_fstype.c1047 static int fill_super(struct super_block *sb, struct gfs2_args *args, int silent) in fill_super() function
1319 error = fill_super(s, &args, flags & MS_SILENT ? 1 : 0); in gfs2_mount()
/linux-4.1.27/Documentation/filesystems/caching/
Dbackend-api.txt18 the fill_super() operation on mounting.
/linux-4.1.27/Documentation/filesystems/
Dvfs.txt178 and provides a fill_super() callback instead. The generic variants are:
187 A fill_super() callback implementation has the following arguments: