Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c241 struct filesystem *filesystem_table; member
1405 if (t->filesystem_table[i].dev == dev) { in update_current_filesystem()
1408 t->current_filesystem = &(t->filesystem_table[i]); in update_current_filesystem()
1426 p = realloc(t->filesystem_table, in update_current_filesystem()
1427 s * sizeof(*t->filesystem_table)); in update_current_filesystem()
1433 t->filesystem_table = (struct filesystem *)p; in update_current_filesystem()
1437 t->current_filesystem = &(t->filesystem_table[fid]); in update_current_filesystem()
2629 free(t->filesystem_table[i].allocation_ptr); in tree_free()
2630 free(t->filesystem_table); in tree_free()