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

  /src/sbin/newfs_udf/
udf_core.h 254 int lvint_history_wpos; /* fsck */ member in struct:udf_create_context
  /src/sbin/fsck_udf/
main.c 1390 context.lvint_history_wpos = 0;
1435 if (context.lvint_history_wpos+2 >= context.lvint_history_len) {
1469 context.lvint_history_wpos * sector_size;
1472 context.lvint_history_wpos++;
1557 if ((context.lvint_history_ondisc_len - context.lvint_history_wpos) < 2) {
1563 size = (context.lvint_history_wpos-2) * sector_size;
1565 context.lvint_history_wpos -= 2;
1584 next_present = (wpos != context.lvint_history_wpos);
1597 if (wpos == context.lvint_history_wpos)

Completed in 37 milliseconds