Searched refs:asec_superblock (Results 1 – 4 of 4) sorted by relevance
/system/vold/ |
D | Loop.cpp | 301 int Loop::lookupInfo(const char *loopDevice, struct asec_superblock *sb, unsigned long *nr_sec) { in lookupInfo() 303 struct asec_superblock buffer; in lookupInfo() 322 memset(&buffer, 0, sizeof(struct asec_superblock)); in lookupInfo() 329 if (read(fd, &buffer, sizeof(struct asec_superblock)) != sizeof(struct asec_superblock)) { in lookupInfo() 340 memcpy(sb, &buffer, sizeof(struct asec_superblock)); in lookupInfo()
|
D | Asec.h | 20 struct asec_superblock { struct
|
D | Loop.h | 30 … static int lookupInfo(const char *loopDevice, struct asec_superblock *sb, unsigned long *nr_sec);
|
D | VolumeManager.cpp | 98 static int writeSuperBlock(const char* name, struct asec_superblock *sb, unsigned int numImgSectors… in writeSuperBlock() 111 if (write(sbfd, sb, sizeof(struct asec_superblock)) != sizeof(struct asec_superblock)) { in writeSuperBlock() 766 struct asec_superblock sb; in createAsec() 986 struct asec_superblock sb; in resizeAsec() 1025 memset(&sb, 0, sizeof(struct asec_superblock)); in resizeAsec() 1031 if (read(fd, &sb, sizeof(struct asec_superblock)) != sizeof(struct asec_superblock)) { in resizeAsec() 1129 struct asec_superblock sb; in finalizeAsec() 1194 struct asec_superblock sb; in fixupAsecPermissions() 1669 struct asec_superblock sb; in mountAsec()
|