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
1409 if (t->filesystem_table[i].dev == dev) { in update_current_filesystem()
1412 t->current_filesystem = &(t->filesystem_table[i]); in update_current_filesystem()
1430 p = realloc(t->filesystem_table, in update_current_filesystem()
1431 s * sizeof(*t->filesystem_table)); in update_current_filesystem()
1437 t->filesystem_table = (struct filesystem *)p; in update_current_filesystem()
1442 t->current_filesystem = &(t->filesystem_table[fid]); in update_current_filesystem()
2634 free(t->filesystem_table[i].allocation_ptr); in tree_free()
2635 free(t->filesystem_table); in tree_free()