Lines Matching refs:TRACE
91 TRACE("Entered squashfs_fill_superblock\n"); in squashfs_fill_super()
181 TRACE("Found valid superblock on %s\n", bdevname(sb->s_bdev, b)); in squashfs_fill_super()
182 TRACE("Inodes are %scompressed\n", SQUASHFS_UNCOMPRESSED_INODES(flags) in squashfs_fill_super()
184 TRACE("Data is %scompressed\n", SQUASHFS_UNCOMPRESSED_DATA(flags) in squashfs_fill_super()
186 TRACE("Filesystem size %lld bytes\n", msblk->bytes_used); in squashfs_fill_super()
187 TRACE("Block size %d\n", msblk->block_size); in squashfs_fill_super()
188 TRACE("Number of inodes %d\n", msblk->inodes); in squashfs_fill_super()
189 TRACE("Number of fragments %d\n", le32_to_cpu(sblk->fragments)); in squashfs_fill_super()
190 TRACE("Number of ids %d\n", le16_to_cpu(sblk->no_ids)); in squashfs_fill_super()
191 TRACE("sblk->inode_table_start %llx\n", msblk->inode_table); in squashfs_fill_super()
192 TRACE("sblk->directory_table_start %llx\n", msblk->directory_table); in squashfs_fill_super()
193 TRACE("sblk->fragment_table_start %llx\n", in squashfs_fill_super()
195 TRACE("sblk->id_table_start %llx\n", in squashfs_fill_super()
333 TRACE("Leaving squashfs_fill_super\n"); in squashfs_fill_super()
358 TRACE("Entered squashfs_statfs\n"); in squashfs_statfs()