Lines Matching refs:sbi
1977 struct squashfs_sb_info *sbi = &s->u.squashfs_sb; in squashfs_put_super() local
1978 if (sbi->block_cache) in squashfs_put_super()
1980 if (sbi->block_cache[i].block != in squashfs_put_super()
1982 kfree(sbi->block_cache[i].data); in squashfs_put_super()
1983 if (sbi->fragment) in squashfs_put_super()
1985 SQUASHFS_FREE(sbi->fragment[i].data); in squashfs_put_super()
1986 kfree(sbi->fragment); in squashfs_put_super()
1987 kfree(sbi->block_cache); in squashfs_put_super()
1988 kfree(sbi->read_data); in squashfs_put_super()
1989 kfree(sbi->read_page); in squashfs_put_super()
1990 kfree(sbi->uid); in squashfs_put_super()
1991 kfree(sbi->fragment_index); in squashfs_put_super()
1992 kfree(sbi->fragment_index_2); in squashfs_put_super()
1993 kfree(sbi->meta_index); in squashfs_put_super()
1994 vfree(sbi->stream.workspace); in squashfs_put_super()
1995 sbi->block_cache = NULL; in squashfs_put_super()
1996 sbi->uid = NULL; in squashfs_put_super()
1997 sbi->read_data = NULL; in squashfs_put_super()
1998 sbi->read_page = NULL; in squashfs_put_super()
1999 sbi->fragment = NULL; in squashfs_put_super()
2000 sbi->fragment_index = NULL; in squashfs_put_super()
2001 sbi->fragment_index_2 = NULL; in squashfs_put_super()
2002 sbi->meta_index = NULL; in squashfs_put_super()
2003 sbi->stream.workspace = NULL; in squashfs_put_super()