Lines Matching defs:unique_id
146 uint64_t unique_id;
1496 context.unique_id = udf_rw64(context.logvol_integrity->lvint_next_unique_id);
1828 vat_unique_id = udf_rw64(dscr->fe.unique_id);
1834 vat_unique_id = udf_rw64(dscr->efe.unique_id);
1983 context.unique_id = vat_unique_id;
2993 if (context.unique_id > udf_rw64(lvid->lvint_next_unique_id)) {
2996 context.unique_id);
3200 node->unique_id = udf_rw64(fe->unique_id);
3203 //if (fe->unique_id == 33) { return ENOENT;}
3213 node->unique_id = udf_rw64(efe->unique_id);
3219 //if (efe->unique_id == 0x891) { return ENOENT;}
3228 if (node->unique_id >= context.unique_id)
3229 context.unique_id = node->unique_id+1;
3266 //if (dscr->efe.unique_id == 109) node->directory[125] = 0xff;
3267 //if (dscr->efe.unique_id == 310) memset(node->directory+1024, 0, 300);
3291 //if (fe->unique_id == 0) node->link_count++;
3292 //if (efe->unique_id == 0) node->link_count++;
3293 //if (efe->unique_id == 772) { node->declared.inf_len += 205; node->declared.obj_size -= 0; }
3469 //node->unique_id = 0xdeadbeefcafe;
3471 if (node->unique_id != node->parent->unique_id) {
3477 node->unique_id = node->parent->unique_id;
3483 } else if (node->unique_id < 16) {
3493 if (node->unique_id != 0) {
3614 if (fid->icb.longad_uniqueid != file_node->unique_id)
3615 fid->icb.longad_uniqueid = udf_rw64(file_node->unique_id);
3673 fe->unique_id = udf_rw64(node->unique_id);
3681 efe->unique_id = udf_rw64(node->unique_id);
3897 context.unique_id = MAX(0x10, context.unique_id);
4048 cur_node->unique_id = udf_rw64(context.unique_id);
4062 if (cur_node->unique_id != 0) {
4065 cur_node->unique_id = 0;