Home | History | Annotate | Download | only in vold

Lines Matching defs:nr_sec

1128     unsigned long nr_sec = 0;
1131 if (Loop::lookupInfo(loopDevice, &sb, &nr_sec)) {
1193 unsigned long nr_sec = 0;
1196 if (Loop::lookupInfo(loopDevice, &sb, &nr_sec)) {
1668 unsigned long nr_sec = 0;
1671 if (Loop::lookupInfo(loopDevice, &sb, &nr_sec)) {
1684 nr_sec--; // We don't want the devmapping to extend onto our superblock
1686 if (setupDevMapperDevice(dmDevice, sizeof(dmDevice), loopDevice, asecFileName, key, idHash , nr_sec, &cleanupDm, mDebug)) {
1763 unsigned long nr_sec = 0;
1771 get_blkdev_size(fd, &nr_sec);
1772 if (nr_sec == 0) {
1781 if (setupDevMapperDevice(dmDevice, sizeof(loopDevice), loopDevice, img,key, idHash, nr_sec, &cleanupDm, mDebug)) {