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

  /src/sbin/newfs_udf/
udf_core.c 3643 uint64_t rel_loc; local in function:udf_write_sector
3671 rel_loc = location - base;
3673 rel_loc * context.sector_size,
3675 found_packet->present |= ((uint64_t) 1 << rel_loc);
3699 rel_loc = location - packet->start_sectornr;
3702 rel_loc * context.sector_size,
3704 packet->present = ((uint64_t) 1 << rel_loc);
3722 uint64_t rpos, rel_loc; local in function:udf_read_sector
3741 rel_loc = location - base;
3742 if (found_packet->present & ((uint64_t) 1 << rel_loc)) {
    [all...]
udf_core.c 3643 uint64_t rel_loc; local in function:udf_write_sector
3671 rel_loc = location - base;
3673 rel_loc * context.sector_size,
3675 found_packet->present |= ((uint64_t) 1 << rel_loc);
3699 rel_loc = location - packet->start_sectornr;
3702 rel_loc * context.sector_size,
3704 packet->present = ((uint64_t) 1 << rel_loc);
3722 uint64_t rpos, rel_loc; local in function:udf_read_sector
3741 rel_loc = location - base;
3742 if (found_packet->present & ((uint64_t) 1 << rel_loc)) {
    [all...]

Completed in 62 milliseconds