Lines Matching refs:CACHE_DEBUG
289 #define CACHE_DEBUG(args) \ macro
984 CACHE_DEBUG((DI_ERR, "Empty cache. Skipping copy")); in di_cache2mem()
1025 CACHE_DEBUG((DI_ERR, "Empty memlist. Skipping copy")); in di_mem2cache()
1038 CACHE_DEBUG((DI_ERR, "cannot cache: bad size: 0x%x", map_size)); in di_mem2cache()
3682 CACHE_DEBUG((DI_ERR, "bad version: 0x%x", all->version)); in header_plus_one_ok()
3687 CACHE_DEBUG((DI_ERR, "bad magic #: 0x%x", all->cache_magic)); in header_plus_one_ok()
3692 CACHE_DEBUG((DI_ERR, "bad timestamp: %ld", all->snapshot_time)); in header_plus_one_ok()
3697 CACHE_DEBUG((DI_ERR, "NULL top devinfo")); in header_plus_one_ok()
3702 CACHE_DEBUG((DI_ERR, "bad map size: %u", all->map_size)); in header_plus_one_ok()
3707 CACHE_DEBUG((DI_ERR, "bad rootpath: %c%c", in header_plus_one_ok()
3736 CACHE_DEBUG((DI_ERR, "write error: %d", error)); in chunk_write()
3772 CACHE_DEBUG((DI_ERR, "Empty cache. Skipping write")); in di_cache_write()
3780 CACHE_DEBUG((DI_ERR, "Can't write to rootFS. Skipping write")); in di_cache_write()
3787 CACHE_DEBUG((DI_ERR, "Invalid header. Skipping write")); in di_cache_write()
3800 CACHE_DEBUG((DI_ERR, "map_size (0x%x) > cache_size (0x%x)." in di_cache_write()
3810 CACHE_DEBUG((DI_ERR, "%s: unlink failed: %d", in di_cache_write()
3815 CACHE_DEBUG((DI_ERR, "RDONLY FS. Skipping write")); in di_cache_write()
3823 CACHE_DEBUG((DI_ERR, "%s: create failed: %d", in di_cache_write()
3834 CACHE_DEBUG((DI_ERR, "cannot write: readonly FS")); in di_cache_write()
3862 CACHE_DEBUG((DI_ERR, "write failed: off=0x%x: %d", in di_cache_write()
3880 CACHE_DEBUG((DI_ERR, "FSYNC failed: %d", error)); in di_cache_write()
3884 CACHE_DEBUG((DI_ERR, "close() failed: %d", error)); in di_cache_write()
3895 CACHE_DEBUG((DI_ERR, "rename failed: %d", error)); in di_cache_write()
3899 CACHE_DEBUG((DI_INFO, "Cache write successful.")); in di_cache_write()
3932 CACHE_DEBUG((DI_ERR, "%s: open failed: %d", in di_cache_read()
3946 CACHE_DEBUG((DI_ERR, "cache header: read error or invalid")); in di_cache_read()
3964 CACHE_DEBUG((DI_ERR, "%s: read error at offset: %lld", in di_cache_read()
3979 CACHE_DEBUG((DI_ERR, "%s: file size changed", DI_CACHE_FILE)); in di_cache_read()
3985 CACHE_DEBUG((DI_ERR, "%s: file header changed", DI_CACHE_FILE)); in di_cache_read()
3998 CACHE_DEBUG((DI_ERR, in di_cache_read()
4005 CACHE_DEBUG((DI_ERR, "%s: map size changed", DI_CACHE_FILE)); in di_cache_read()
4034 CACHE_DEBUG((DI_ERR, in cache_args_valid()
4044 CACHE_DEBUG((DI_ERR, in cache_args_valid()
4052 CACHE_DEBUG((DI_ERR, in cache_args_valid()
4059 CACHE_DEBUG((DI_INFO, "cache lookup args ok: 0x%x", st->command)); in cache_args_valid()
4074 CACHE_DEBUG((DI_INFO, in snapshot_is_cacheable()
4081 CACHE_DEBUG((DI_INFO, in snapshot_is_cacheable()
4087 CACHE_DEBUG((DI_INFO, "cacheable snapshot request: 0x%x", st->command)); in snapshot_is_cacheable()
4199 CACHE_DEBUG((DI_ERR, "can't update cache: bad snapshot")); in di_cache_update()
4205 CACHE_DEBUG((DI_ERR, "can't update cache: copy failed")); in di_cache_update()