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

  /src/sbin/newfs_udf/
udf_core.h 253 int lvint_history_len; /* fsck */ member in struct:udf_create_context
  /src/sbin/fsck_udf/
main.c 1391 context.lvint_history_len = UDF_LVINT_HIST_CHUNK;
1435 if (context.lvint_history_wpos+2 >= context.lvint_history_len) {
1436 int new_len = context.lvint_history_len +
1441 context.lvint_history_len = new_len;

Completed in 14 milliseconds