Lines Matching refs:KERN_INFO
155 KERN_INFO "cmpr_pos : %d\n" \
156 KERN_INFO "cmpr_sz : %d\n" \
157 KERN_INFO "first_block: %d\n" \
158 KERN_INFO "count : %d\n" \
159 KERN_INFO "offset : %d\n" \
160 KERN_INFO "spans : %d\n" \
161 KERN_INFO "uncmpr : 0x%04x\n" \
162 KERN_INFO "foffs : " LL_X, \
190 KERN_INFO "segment size: %d\n" in get_cseg()
191 KERN_INFO "first block : %d", in get_cseg()
217 KERN_INFO "offset in current volume: %d\n" in get_cseg()
218 KERN_INFO "size of current volume : %d", in get_cseg()
223 KERN_INFO "block size : %d\n" in get_cseg()
224 KERN_INFO "data record: %d", in get_cseg()
383 KERN_INFO "before compression: %d bytes\n" in zft_compress()
384 KERN_INFO "after compresison : %d bytes", in zft_compress()
422 KERN_INFO "before decompression: %d bytes\n" in zft_uncompress()
423 KERN_INFO "after decompression : %d bytes", in zft_uncompress()
446 KERN_INFO " compr./uncmpr. : %3d %%", in zftc_stats()
451 KERN_INFO " compr./uncmpr. : %3d %%", in zftc_stats()
459 KERN_INFO " compr./uncmpr. : %3d %%", in zftc_stats()
464 KERN_INFO " compr./uncmpr. : %3d %%", in zftc_stats()
494 KERN_INFO "segment size : %d\n" in start_new_cseg()
495 KERN_INFO "compressed_sz: %d\n" in start_new_cseg()
496 KERN_INFO "size_left : %d", in start_new_cseg()
777 KERN_INFO "compressed_sz: %d\n" in zftc_read()
778 KERN_INFO "compos : %d\n" in zftc_read()
779 KERN_INFO "*read_cnt : %d", in zftc_read()
787 KERN_INFO "segment size : %d\n" in zftc_read()
788 KERN_INFO "read count : %d\n" in zftc_read()
789 KERN_INFO "buf_pos_read : %d\n" in zftc_read()
790 KERN_INFO "remaining : %d", in zftc_read()
863 KERN_INFO "seg_dist: %d\n" in zftc_seek()
864 KERN_INFO "distance: %d\n" in zftc_seek()
865 KERN_INFO "dest : %d\n" in zftc_seek()
866 KERN_INFO "vpos : %d\n" in zftc_seek()
867 KERN_INFO "seg_pos : %d\n" in zftc_seek()
868 KERN_INFO "trials : %d", in zftc_seek()
888 KERN_INFO "fast seek failed too often: %s\n" in zftc_seek()
889 KERN_INFO "near target position : %s\n" in zftc_seek()
890 KERN_INFO "looping between two segs : %s", in zftc_seek()
1041 KERN_INFO "segment size : %d\n" in seek_in_segment()
1042 KERN_INFO "buf_pos_read : %d\n" in seek_in_segment()
1043 KERN_INFO "remaining : %d", in seek_in_segment()
1084 KERN_INFO "remaining: %d\n" in slow_seek_forward_until_error()
1085 KERN_INFO "seg_pos: %d\n" in slow_seek_forward_until_error()
1086 KERN_INFO "end_seg: %d\n" in slow_seek_forward_until_error()
1087 KERN_INFO "result: %d", in slow_seek_forward_until_error()
1119 KERN_INFO "cseg.foff: %d\n" in search_valid_segment()
1120 KERN_INFO "dest : %d", in search_valid_segment()
1239 printk(KERN_INFO "zftape compressor v1.00a 970514 for " FTAPE_VERSION "\n"); in zft_compressor_init()
1242 KERN_INFO "(c) 1997 Claus-Justus Heine (claus@momo.math.rwth-aachen.de)\n" in zft_compressor_init()
1243 KERN_INFO "Compressor for zftape (lzrw3 algorithm)\n" in zft_compressor_init()
1244 KERN_INFO "Compiled for kernel version %s" in zft_compressor_init()
1307 printk(KERN_INFO "zft-compressor successfully unloaded.\n"); in cleanup_module()