Searched refs:start_lb (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/newfs_udf/
H A Dudf_create.h242 void udf_mark_allocated(uint32_t start_lb, int partnr, uint32_t blocks);
H A Dudf_create.c1239 udf_mark_allocated(uint32_t start_lb, int partnr, uint32_t blocks) argument
1248 printf("mark allocated : partnr %d, start_lb %d for %d blocks\n",
1249 partnr, start_lb, blocks);
1260 printf("Marking %d+%d as used\n", start_lb, blocks);
1263 for (cnt = start_lb; cnt < start_lb + blocks; cnt++) {

Completed in 67 milliseconds