Searched refs:fill_super (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/mtd/
H A Dsuper.h23 int (*fill_super)(struct super_block *, void *, int),
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/
H A Dmtdsuper.c56 int (*fill_super)(struct super_block *, void *, int),
73 ret = fill_super(sb, data, flags & MS_SILENT ? 1 : 0);
103 int (*fill_super)(struct super_block *, void *, int),
114 return get_sb_mtd_aux(fs_type, flags, dev_name, data, mtd, fill_super,
123 int (*fill_super)(struct super_block *, void *, int),
153 fill_super, mnt);
174 mtdnr, fill_super, mnt);
206 return get_sb_mtd_nr(fs_type, flags, dev_name, data, mtdnr, fill_super,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/
H A Dinode.c129 static int fill_super(struct super_block *sb, void *data, int silent) function
140 return get_sb_single(fs_type, flags, data, fill_super, mnt);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dsuper.c738 int (*fill_super)(struct super_block *, void *, int),
775 error = fill_super(s, data, flags & MS_SILENT ? 1 : 0);
811 int (*fill_super)(struct super_block *, void *, int),
822 error = fill_super(s, data, flags & MS_SILENT ? 1 : 0);
841 int (*fill_super)(struct super_block *, void *, int),
852 error = fill_super(s, data, flags & MS_SILENT ? 1 : 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dops_fstype.c653 * fill_super - Read in superblock
661 static int fill_super(struct super_block *sb, void *data, int silent) function
770 int error = get_sb_bdev(fs_type, flags, dev_name, data, fill_super, mnt);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dfs.h1395 int (*fill_super)(struct super_block *, void *, int),
1399 int (*fill_super)(struct super_block *, void *, int),
1403 int (*fill_super)(struct super_block *, void *, int),

Completed in 169 milliseconds