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

  /src/sbin/newfs_udf/
udf_core.h 216 uint32_t alloc_pos[UDF_PARTITIONS]; member in struct:udf_create_context
udf_core.c 491 context.alloc_pos[context.data_part] = pos;
492 context.alloc_pos[context.metadata_part] = mpos;
3042 layout.vat = context.alloc_pos[context.data_part];
4091 uint32_t phys, ext, alloc_pos; local in function:udf_write_virt
4098 alloc_pos = context.alloc_pos[context.data_part];
4099 udf_vat_update(location, alloc_pos);
4100 udf_translate_vtop(alloc_pos, context.vtop[vpart], &phys, &ext);
4101 context.alloc_pos[context.data_part]++;
4313 pos->loc.lb_num = udf_rw32(context.alloc_pos[vpart])
    [all...]

Completed in 13 milliseconds