Searched refs:current_filesystem (Results 1 – 1 of 1) sorted by relevance
240 struct filesystem *current_filesystem; member625 struct filesystem *cf = t->current_filesystem; in setup_suitable_read_buffer()715 if (t->current_filesystem->xfer_align != -1 && in _archive_read_data_block()757 if (t->current_filesystem->allocation_ptr == NULL) { in _archive_read_data_block()764 t->entry_buff = t->current_filesystem->buff; in _archive_read_data_block()765 t->entry_buff_size = t->current_filesystem->buff_size; in _archive_read_data_block()1033 t->restore_time.noatime = t->current_filesystem->noatime; in next_entry()1404 if (t->current_filesystem != NULL && in update_current_filesystem()1405 t->current_filesystem->dev == dev) in update_current_filesystem()1412 t->current_filesystem = &(t->filesystem_table[i]); in update_current_filesystem()[all …]