Home | History | Annotate | Download | only in ffs

Lines Matching defs:lastiblock

212 	daddr_t bn, lastiblock[UFS_NIADDR], indir_lbn[UFS_NIADDR];
410 lastiblock[SINGLE] = lastblock - UFS_NDADDR;
411 lastiblock[DOUBLE] = lastiblock[SINGLE] - FFS_NINDIR(fs);
412 lastiblock[TRIPLE] = lastiblock[DOUBLE] - FFS_NINDIR(fs) * FFS_NINDIR(fs);
417 * will be returned to the free list. lastiblock values are also
423 if (lastiblock[level] < 0 && blks[UFS_NDADDR + level] != 0) {
426 lastiblock[level] = -1;
475 if (lastiblock[level] < 0 &&
488 FFS_FSBTODB(fs, bn), lastiblock[level], level,
498 if (lastiblock[level] < 0) {
506 if (lastiblock[level] >= 0)