Lines Matching defs:thisblock
354 daddr_t thisblock;
427 thisblock = lfs_iblock_get(lfsp, indir, offset);
428 if (thisblock == LFS_UNUSED_DADDR)
430 get(fd, fsbtobyte(lfsp, thisblock), ipage, psize);
459 thisblock = lfs_iblock_get(lfsp, dindir, j);
460 if (thisblock == LFS_UNUSED_DADDR)
462 get(fd, fsbtobyte(lfsp, thisblock), indir, psize);
465 thisblock = lfs_iblock_get(lfsp, indir, offset);
466 if (thisblock == LFS_UNUSED_DADDR)
468 get(fd, fsbtobyte(lfsp, thisblock), ipage, psize);