Searched refs:current_filesystem (Results 1 – 1 of 1) sorted by relevance
240 struct filesystem *current_filesystem; member621 struct filesystem *cf = t->current_filesystem; in setup_suitable_read_buffer()711 if (t->current_filesystem->xfer_align != -1 && in _archive_read_data_block()753 if (t->current_filesystem->allocation_ptr == NULL) { in _archive_read_data_block()760 t->entry_buff = t->current_filesystem->buff; in _archive_read_data_block()761 t->entry_buff_size = t->current_filesystem->buff_size; in _archive_read_data_block()1029 t->restore_time.noatime = t->current_filesystem->noatime; in next_entry()1400 if (t->current_filesystem != NULL && in update_current_filesystem()1401 t->current_filesystem->dev == dev) in update_current_filesystem()1408 t->current_filesystem = &(t->filesystem_table[i]); in update_current_filesystem()[all …]