Home
last modified time | relevance | path

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

/linux-6.1.9/fs/squashfs/
Dfile.c229 u64 *index_block, int *index_offset, u64 *data_block) in fill_meta_index() argument
257 cur_index_block = meta_entry->index_block + in fill_meta_index()
293 meta_entry->index_block = cur_index_block - in fill_meta_index()
308 *index_block = cur_index_block; in fill_meta_index()
Dsquashfs_fs.h214 unsigned int index_block; member