/system/vold/ |
VoldUtil.c | 22 unsigned int nr_sec; local 24 if ( (ioctl(fd, BLKGETSIZE, &nr_sec)) == -1) { 25 nr_sec = 0; 28 return nr_sec;
|
VolumeManager.cpp | 524 unsigned int nr_sec = 0; local 527 if (Loop::lookupInfo(loopDevice, &sb, &nr_sec)) { 587 unsigned int nr_sec = 0; local 590 if (Loop::lookupInfo(loopDevice, &sb, &nr_sec)) { 1065 unsigned int nr_sec = 0; local 1068 if (Loop::lookupInfo(loopDevice, &sb, &nr_sec)) { 1081 nr_sec--; // We don't want the devmapping to extend onto our superblock 1085 if (Devmapper::create(idHash, loopDevice, key, nr_sec, 1206 unsigned int nr_sec = 0; local [all...] |
cryptfs.c | 192 unsigned int nr_sec; local 204 if ((nr_sec = get_blkdev_size(fd))) { 210 cached_off = ((off64_t)nr_sec * 512) - CRYPT_FOOTER_OFFSET; 242 unsigned int nr_sec, cnt; local 375 unsigned int nr_sec, cnt; local 1318 int nr_sec, fd; local 1591 unsigned long nr_sec; local [all...] |