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