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

  /src/sys/fs/udf/
udf.h 333 struct udf_sparing_table*sparing_table; member in struct:udf_mount
udf_vfsops.c 258 MPFREE(ump->sparing_table, M_UDFVOLD);
udf_subr.c 3173 if (ump->sparing_table)
3174 free(ump->sparing_table, M_UDFVOLD);
3175 ump->sparing_table = &dscr->spt;
3179 udf_rw16(ump->sparing_table->rt_l)));
3187 if (ump->sparing_table)
udf_allocation.c 524 for (rel = 0; rel < udf_rw16(ump->sparing_table->rt_l); rel++) {
525 sme = &ump->sparing_table->entries[rel];
  /src/sbin/newfs_udf/
udf_core.h 229 struct udf_sparing_table*sparing_table; /* replacements */ member in struct:udf_create_context
udf_core.c 1380 context.sparing_table = spt;
1676 spt = context.sparing_table;
3942 for (rel = 0; rel < udf_rw16(context.sparing_table->rt_l); rel++) {
3943 sme = &context.sparing_table->entries[rel];
4909 dscr = (union dscrptr *) context.sparing_table;
  /src/sbin/fsck_udf/
main.c 2216 free(context.sparing_table);
2217 context.sparing_table = &dscr->spt;
2224 if (context.sparing_table == NULL)

Completed in 25 milliseconds