Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:lastiblock

292 	daddr_t bn, lastiblock[EXT2FS_NIADDR], indir_lbn[EXT2FS_NIADDR];
374 lastiblock[SINGLE] = lastblock - EXT2FS_NDADDR;
375 lastiblock[DOUBLE] = lastiblock[SINGLE] - EXT2_NINDIR(fs);
376 lastiblock[TRIPLE] = lastiblock[DOUBLE] - EXT2_NINDIR(fs) * EXT2_NINDIR(fs);
381 * will be returned to the free list. lastiblock values are also
387 if (lastiblock[level] < 0 && oldblks[EXT2FS_NDADDR + level] != 0) {
390 lastiblock[level] = -1;
431 EXT2_FSBTODB(fs, bn), lastiblock[level], level, &count);
435 if (lastiblock[level] < 0) {
441 if (lastiblock[level] >= 0)