udf_core.c | 1704 udf_mark_allocated(uint32_t start_lb, int partnr, uint32_t blocks) 1712 printf("mark allocated : partnr %d, start_lb %d for %d blocks\n", 1713 partnr, start_lb, blocks); 1728 printf("marking %d+%d as used\n", start_lb, blocks); 1731 for (cnt = start_lb; cnt < start_lb + blocks; cnt++) { 3885 uint32_t start_lb, lb_offset, end_lb_offset; local in function:udf_translate_vtop 3982 start_lb = udf_rw32(short_ad->lb_num); 4002 lb_num = start_lb + (lb_num - lb_offset);
|