Home | History | Annotate | Download | only in fsck_udf

Lines Matching defs:location

542 	uint32_t location;
559 location = lb_num + offset / context.sector_size;
561 if (udf_rw32(fid->tag.tag_loc) != location)
586 uint32_t location;
595 location = lb_num + offset / context.sector_size;
596 fid->tag.tag_loc = udf_rw32(location);
1149 * location of iso9660 VRS is defined as first sector AFTER 32kb,
1212 uint32_t location;
1216 location = layout.anchors[anum];
1224 rpos = (uint64_t) location * sz_guess;
1232 error = udf_check_tag_and_location(buffer, location);
1535 uint32_t location;
1570 location = 0;
1579 location = intq->start;
1593 error = udf_write_dscr_phys((union dscrptr *) lvint, location, 1);
1596 location++;
1603 assert(location);
1605 error = udf_write_dscr_phys((union dscrptr *) lvint, location, 1);
1608 location++;
1618 error = udf_write_dscr_phys(terminator, location, 1);
1622 location++;
2014 * location. If not found in this block, start again a bit before
2908 * location of iso9660 vrs is defined as first sector AFTER 32kb,
3172 /* read descriptor at node's location */
3362 pwarn("%s : FileID entry `%s` has invalid location\n",
4041 /* XXX TODO XXX extended attributes location for UDF < 1.50 */