Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/squashfs/
H A Dfile.c228 u64 *index_block, int *index_offset, u64 *data_block) in fill_meta_index() argument
256 cur_index_block = meta_entry->index_block + in fill_meta_index()
292 meta_entry->index_block = cur_index_block - in fill_meta_index()
307 *index_block = cur_index_block; in fill_meta_index()
H A Dsquashfs_fs.h214 unsigned int index_block; member