Searched refs:current_filesystem (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c242 struct filesystem *current_filesystem; member in struct:tree
644 struct filesystem *cf = t->current_filesystem;
732 if (t->current_filesystem->xfer_align != -1 &&
778 if (t->current_filesystem->allocation_ptr == NULL) {
785 t->entry_buff = t->current_filesystem->buff;
786 t->entry_buff_size = t->current_filesystem->buff_size;
794 * TODO: Should we consider t->current_filesystem->xfer_align?
1018 t->restore_time.noatime = t->current_filesystem->noatime;
1350 if (t->current_filesystem != NULL &&
1351 t->current_filesystem
[all...]

Completed in 96 milliseconds