Lines Matching refs:TRACE
79 TRACE("Entered squashfs_fill_superblock\n"); in squashfs_fill_super()
173 TRACE("Found valid superblock on %s\n", bdevname(sb->s_bdev, b)); in squashfs_fill_super()
174 TRACE("Inodes are %scompressed\n", SQUASHFS_UNCOMPRESSED_INODES(flags) in squashfs_fill_super()
176 TRACE("Data is %scompressed\n", SQUASHFS_UNCOMPRESSED_DATA(flags) in squashfs_fill_super()
178 TRACE("Filesystem size %lld bytes\n", msblk->bytes_used); in squashfs_fill_super()
179 TRACE("Block size %d\n", msblk->block_size); in squashfs_fill_super()
180 TRACE("Number of inodes %d\n", msblk->inodes); in squashfs_fill_super()
181 TRACE("Number of fragments %d\n", le32_to_cpu(sblk->fragments)); in squashfs_fill_super()
182 TRACE("Number of ids %d\n", le16_to_cpu(sblk->no_ids)); in squashfs_fill_super()
183 TRACE("sblk->inode_table_start %llx\n", msblk->inode_table); in squashfs_fill_super()
184 TRACE("sblk->directory_table_start %llx\n", msblk->directory_table); in squashfs_fill_super()
185 TRACE("sblk->fragment_table_start %llx\n", in squashfs_fill_super()
187 TRACE("sblk->id_table_start %llx\n", in squashfs_fill_super()
275 TRACE("Leaving squashfs_fill_super\n"); in squashfs_fill_super()
304 TRACE("Entered squashfs_statfs\n"); in squashfs_statfs()