Lines Matching refs:TRACE
128 TRACE("Entered squashfs_fill_superblock\n"); in squashfs_fill_super()
223 TRACE("Found valid superblock on %pg\n", sb->s_bdev); in squashfs_fill_super()
224 TRACE("Inodes are %scompressed\n", SQUASHFS_UNCOMPRESSED_INODES(flags) in squashfs_fill_super()
226 TRACE("Data is %scompressed\n", SQUASHFS_UNCOMPRESSED_DATA(flags) in squashfs_fill_super()
228 TRACE("Filesystem size %lld bytes\n", msblk->bytes_used); in squashfs_fill_super()
229 TRACE("Block size %d\n", msblk->block_size); in squashfs_fill_super()
230 TRACE("Number of inodes %d\n", msblk->inodes); in squashfs_fill_super()
231 TRACE("Number of fragments %d\n", msblk->fragments); in squashfs_fill_super()
232 TRACE("Number of ids %d\n", msblk->ids); in squashfs_fill_super()
233 TRACE("sblk->inode_table_start %llx\n", msblk->inode_table); in squashfs_fill_super()
234 TRACE("sblk->directory_table_start %llx\n", msblk->directory_table); in squashfs_fill_super()
235 TRACE("sblk->fragment_table_start %llx\n", in squashfs_fill_super()
237 TRACE("sblk->id_table_start %llx\n", in squashfs_fill_super()
376 TRACE("Leaving squashfs_fill_super\n"); in squashfs_fill_super()
459 TRACE("Entered squashfs_statfs\n"); in squashfs_statfs()