Lines Matching defs:block
105 * If the requested block exists in the buffer cache
109 * block that is requested is not the first block
121 * near "proximity" block in partion defined by prn.
123 * return the starting block no and count
341 * implement a allocated block skip
401 * start is the block from the begining
420 * Read just on block worth of bitmap
552 * requirement. Change the start block
626 * requirement. Change the start block
741 uint32_t block, begin, end, blkno, count, map_end_blk, dummy;
777 for (block = begin; block <= end; block++) {
780 ud_xlate_to_daddr(udf_vfsp, ud_part->udp_number, block, 1,
794 blkno = beginblk - (block * (udf_vfsp->udf_lbsize << 3));
804 * begin, end, block, blkno, count);
841 uint32_t block, dummy, sz;
856 block = ud_part->udp_freed_loc;
858 block = ud_part->udp_unall_loc;
865 ud_xlate_to_daddr(udf_vfsp, ud_part->udp_number, block, 1, &dummy),
1274 * Bug: unused bytes in the last retained block are not cleared.