Lines Matching refs:next_block
266 int length, long long *next_block, in squashfs_get_cached_block() argument
346 *next_block = msblk->block_cache[i].next_index; in squashfs_get_cached_block()
349 *next_block = block; in squashfs_get_cached_block()
532 long long next_block; in squashfs_iget() local
542 offset, sizeof(*sinodeb), &next_block, in squashfs_iget()
549 offset, sizeof(*inodeb), &next_block, in squashfs_iget()
563 sizeof(*sinodep), &next_block, in squashfs_iget()
570 sizeof(*inodep), &next_block, in squashfs_iget()
593 SQUASHFS_I(i)->u.s1.block_list_start = next_block; in squashfs_iget()
603 inodep->start_block, next_block, in squashfs_iget()
616 sizeof(*sinodep), &next_block, in squashfs_iget()
623 sizeof(*inodep), &next_block, in squashfs_iget()
646 SQUASHFS_I(i)->u.s1.block_list_start = next_block; in squashfs_iget()
656 inodep->start_block, next_block, in squashfs_iget()
667 sizeof(*sinodep), &next_block, in squashfs_iget()
674 sizeof(*inodep), &next_block, in squashfs_iget()
704 sizeof(*sinodep), &next_block, in squashfs_iget()
712 sizeof(*inodep), &next_block, in squashfs_iget()
726 SQUASHFS_I(i)->u.s2.directory_index_start = next_block; in squashfs_iget()
748 sizeof(*sinodep), &next_block, in squashfs_iget()
756 sizeof(*inodep), &next_block, in squashfs_iget()
768 SQUASHFS_I(i)->start_block = next_block; in squashfs_iget()
774 next_block, next_offset); in squashfs_iget()
785 sizeof(*sinodep), &next_block, in squashfs_iget()
792 sizeof(*inodep), &next_block, in squashfs_iget()
818 sizeof(*sinodep), &next_block, in squashfs_iget()
825 sizeof(*inodep), &next_block, in squashfs_iget()
1634 *next_block, unsigned int *next_offset, in get_dir_index_using_offset() argument
1673 *next_block = index.start_block + sblk->directory_table_start; in get_dir_index_using_offset()
1684 *next_block, unsigned int *next_offset, in get_dir_index_using_name() argument
1725 *next_block = index->start_block + sblk->directory_table_start; in get_dir_index_using_name()
1738 long long next_block = SQUASHFS_I(i)->start_block + in squashfs_readdir() local
1746 TRACE("Entered squashfs_readdir [%llx:%x]\n", next_block, next_offset); in squashfs_readdir()
1775 length = get_dir_index_using_offset(i->i_sb, &next_block, &next_offset, in squashfs_readdir()
1787 next_block, next_offset, sizeof(sdirh), in squashfs_readdir()
1788 &next_block, &next_offset)) in squashfs_readdir()
1795 next_block, next_offset, sizeof(dirh), in squashfs_readdir()
1796 &next_block, &next_offset)) in squashfs_readdir()
1807 &sdire, next_block, next_offset, in squashfs_readdir()
1808 sizeof(sdire), &next_block, in squashfs_readdir()
1816 dire, next_block, next_offset, in squashfs_readdir()
1817 sizeof(*dire), &next_block, in squashfs_readdir()
1825 next_block, next_offset, in squashfs_readdir()
1826 dire->size + 1, &next_block, in squashfs_readdir()
1860 ERROR("Unable to read directory block [%llx:%x]\n", next_block, in squashfs_readdir()
1873 long long next_block = SQUASHFS_I(i)->start_block + in squashfs_lookup() local
1881 TRACE("Entered squashfs_lookup [%llx:%x]\n", next_block, next_offset); in squashfs_lookup()
1886 length = get_dir_index_using_name(i->i_sb, &next_block, &next_offset, in squashfs_lookup()
1897 next_block, next_offset, sizeof(sdirh), in squashfs_lookup()
1898 &next_block, &next_offset)) in squashfs_lookup()
1905 next_block, next_offset, sizeof(dirh), in squashfs_lookup()
1906 &next_block, &next_offset)) in squashfs_lookup()
1917 &sdire, next_block,next_offset, in squashfs_lookup()
1918 sizeof(sdire), &next_block, in squashfs_lookup()
1926 dire, next_block,next_offset, in squashfs_lookup()
1927 sizeof(*dire), &next_block, in squashfs_lookup()
1935 next_block, next_offset, dire->size + 1, in squashfs_lookup()
1936 &next_block, &next_offset)) in squashfs_lookup()
1967 ERROR("Unable to read directory block [%llx:%x]\n", next_block, in squashfs_lookup()