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

  /src/sbin/newfs_udf/
udf_core.h 252 uint8_t *lvint_history; /* fsck */ member in struct:udf_create_context
  /src/sbin/fsck_udf/
main.c 1392 context.lvint_history = calloc(UDF_LVINT_HIST_CHUNK, sector_size);
1438 if (reallocarr(&context.lvint_history,
1468 wpos = context.lvint_history +
1561 dst = context.lvint_history;
1582 (context.lvint_history + wpos * sector_size);
4179 free(context.lvint_history);

Completed in 14 milliseconds