Home
last modified time | relevance | path

Searched refs:filesystem_table (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c248 struct filesystem *filesystem_table; member
1411 if (t->filesystem_table[i].dev == dev) { in update_current_filesystem()
1414 t->current_filesystem = &(t->filesystem_table[i]); in update_current_filesystem()
1428 p = realloc(t->filesystem_table, in update_current_filesystem()
1429 s * sizeof(*t->filesystem_table)); in update_current_filesystem()
1435 t->filesystem_table = (struct filesystem *)p; in update_current_filesystem()
1439 t->current_filesystem = &(t->filesystem_table[fid]); in update_current_filesystem()
2460 t->filesystem_table[t->current->filesystem_id].name_max + 1;
2736 free(t->filesystem_table[i].allocation_ptr);
2737 free(t->filesystem_table);