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;
2856 uint32_t first_lba, loc; local in function:udf_prepare_writing
2904 first_lba = context.last_ti.track_start;
2912 + first_lba;
2915 layout.anchors[0] = first_lba + 256;
2920 loc = first_lba;
2921 for (; loc < first_lba + 256; loc++) {
2946 context.alloc_pos[context.data_part] = first_lba + 257
    [all...]

Completed in 59 milliseconds