Home
last modified time | relevance | path

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

/linux/fs/squashfs/
H A Dfile.c230 u64 *index_block, int *index_offset, u64 *data_block) in fill_meta_index() argument
258 cur_index_block = meta_entry->index_block + in fill_meta_index()
294 meta_entry->index_block = cur_index_block - in fill_meta_index()
309 *index_block = cur_index_block; in fill_meta_index()
H A Dsquashfs_fs.h215 unsigned int index_block; member