HomeSort by: relevance | last modified time | path
    Searched defs:lb_packet (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/udf/
udf_allocation.c 463 uint32_t lb_num, lb_rel, lb_packet; local in function:udf_translate_vtop
521 lb_packet = lb_num / ump->sparable_packet_size;
526 if (lb_packet == udf_rw32(sme->org)) {
  /src/sbin/newfs_udf/
udf_core.c 3884 uint32_t ext, len, lb_rel, lb_packet, vat_off; local in function:udf_translate_vtop
3939 lb_packet = lb_num / layout.spareable_blockingnr;
3944 if (lb_packet == udf_rw32(sme->org)) {

Completed in 17 milliseconds