Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mtd/
Dmtdsuper.c61 int (*fill_super)(struct super_block *, void *, int)) in mount_mtd_aux()
79 ret = fill_super(sb, data, flags & MS_SILENT ? 1 : 0); in mount_mtd_aux()
106 int (*fill_super)(struct super_block *, void *, int)) in mount_mtd_nr()
116 return mount_mtd_aux(fs_type, flags, dev_name, data, mtd, fill_super); in mount_mtd_nr()
124 int (*fill_super)(struct super_block *, void *, int)) in mount_mtd()
154 fill_super); in mount_mtd()
171 mtdnr, fill_super); in mount_mtd()
197 return mount_mtd_nr(fs_type, flags, dev_name, data, mtdnr, fill_super); in mount_mtd()
/linux-3.4.99/include/linux/mtd/
Dsuper.h23 int (*fill_super)(struct super_block *, void *, int));
/linux-3.4.99/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-3.4.99/fs/
Dsuper.c919 void *data, int (*fill_super)(struct super_block *, void *, int)) in mount_ns()
930 err = fill_super(sb, data, flags & MS_SILENT ? 1 : 0); in mount_ns()
965 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev()
1019 error = fill_super(s, data, flags & MS_SILENT ? 1 : 0); in mount_bdev()
1057 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev()
1067 error = fill_super(s, data, flags & MS_SILENT ? 1 : 0); in mount_nodev()
1084 int (*fill_super)(struct super_block *, void *, int)) in mount_single()
1094 error = fill_super(s, data, flags & MS_SILENT ? 1 : 0); in mount_single()
/linux-3.4.99/include/linux/
Dfs.h1857 void *data, int (*fill_super)(struct super_block *, void *, int));
1860 int (*fill_super)(struct super_block *, void *, int));
1863 int (*fill_super)(struct super_block *, void *, int));
1866 int (*fill_super)(struct super_block *, void *, int));
/linux-3.4.99/fs/gfs2/
Dops_fstype.c1075 static int fill_super(struct super_block *sb, struct gfs2_args *args, int silent) in fill_super() function
1339 error = fill_super(s, &args, flags & MS_SILENT ? 1 : 0); in gfs2_mount()
/linux-3.4.99/Documentation/filesystems/caching/
Dbackend-api.txt18 the fill_super() operation on mounting.
/linux-3.4.99/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: