Home | History | Annotate | Download | only in vold

Lines Matching refs:asec_superblock

62 static int writeSuperBlock(const char* name, struct asec_superblock *sb, unsigned int numImgSectors) {
75 if (write(sbfd, sb, sizeof(struct asec_superblock)) != sizeof(struct asec_superblock)) {
392 struct asec_superblock sb;
617 struct asec_superblock sb;
656 memset(&sb, 0, sizeof(struct asec_superblock));
662 if (read(fd, &sb, sizeof(struct asec_superblock)) != sizeof(struct asec_superblock)) {
760 struct asec_superblock sb;
823 struct asec_superblock sb;
1302 struct asec_superblock sb;