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

  /src/sbin/newfs_udf/
udf_core.h 123 uint32_t first_lba, last_lba; member in struct:udf_disclayout
282 uint32_t first_lba, uint32_t last_lba,
  /src/sbin/fsck_udf/
main.c 1301 layout.first_lba = context.first_ti.track_start;
1305 layout.anchors[0] = layout.first_lba + 256;
1307 layout.anchors[0] = layout.first_lba + 512;
2855 uint32_t first_lba, loc; local in function:udf_prepare_writing
2903 first_lba = context.last_ti.track_start;
2911 + first_lba;
2914 layout.anchors[0] = first_lba + 256;
2919 loc = first_lba;
2920 for (; loc < first_lba + 256; loc++) {
2945 context.alloc_pos[context.data_part] = first_lba + 257
    [all...]

Completed in 16 milliseconds