Home
last modified time | relevance | path

Searched refs:sblk (Results 1 – 3 of 3) sorted by relevance

/u-boot/fs/squashfs/
A Dsqfs.c47 if (!*sblk) in sqfs_read_sblk()
51 free(*sblk); in sqfs_read_sblk()
52 sblk = NULL; in sqfs_read_sblk()
105 struct squashfs_super_block *sblk = ctxt.sblk; in sqfs_frag_lookup() local
447 struct squashfs_super_block *sblk = ctxt.sblk; in sqfs_search_dir() local
467 sblk->inodes, sblk->block_size); in sqfs_search_dir()
522 sblk->inodes, sblk->block_size); in sqfs_search_dir()
689 struct squashfs_super_block *sblk = ctxt.sblk; in sqfs_read_inode_table() local
774 struct squashfs_super_block *sblk = ctxt.sblk; in sqfs_read_directory_table() local
968 struct squashfs_super_block *sblk = ctxt.sblk; in sqfs_readdir() local
[all …]
A Dsqfs_decompressor.c30 u16 comp_type = get_unaligned_le16(&ctxt->sblk->compression); in sqfs_decompressor_init()
58 u16 comp_type = get_unaligned_le16(&ctxt->sblk->compression); in sqfs_decompressor_cleanup()
113 u16 comp_type = get_unaligned_le16(&ctxt->sblk->compression); in sqfs_decompress()
A Dsqfs_filesystem.h79 struct squashfs_super_block *sblk; member

Completed in 22 milliseconds