HomeSort by: relevance | last modified time | path
    Searched refs:start_lb (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/newfs_udf/
udf_core.h 331 extern void udf_mark_allocated(uint32_t start_lb, int partnr, uint32_t blocks);
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);
  /src/sbin/fsck_udf/
main.c 611 uint32_t start_lb, int partnr, uint32_t piece_len)
622 printf("check allocated : node %p, flags %d, partnr %d, start_lb %d for %d blocks\n",
623 node, flags, partnr, start_lb, blocks);
636 printf("checking allocation of %d+%d for being used\n", start_lb, blocks);
639 for (cnt = start_lb; cnt < start_lb + blocks; cnt++) {
663 new_overlap->loc.loc.lb_num = udf_rw32(start_lb);
682 uint32_t start_lb, int partnr, uint32_t piece_len)
691 printf("check overlap pair : node %p, flags %d, partnr %d, start_lb %d for %d blocks\n",
692 node, flags, partnr, start_lb, blocks)
    [all...]

Completed in 17 milliseconds