Searched refs:hprintf (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/sys/vfs/hammer2/ |
| HD | hammer2_ondisk.c | 50 #define hprintf(X, ...) kprintf("hammer2_ondisk: " X, ## __VA_ARGS__) macro 65 hprintf("cannot find %s %d\n", path, error); in hammer2_lookup_device() 73 hprintf("failed to nlookup %s %d\n", path, error); in hammer2_lookup_device() 81 hprintf("%s not a block device %d\n", path, error); in hammer2_lookup_device() 108 hprintf("%s already has %d references\n", path, count); in hammer2_open_devvp() 120 hprintf("failed to open %s %d\n", path, error); in hammer2_open_devvp() 188 hprintf("ignore incomplete path %s\n", path); in hammer2_init_devvp() 201 hprintf("failed to lookup %s %d\n", path, error); in hammer2_init_devvp() 250 hprintf("volume id %d must be %d\n", rootvoldata->volu_id, in hammer2_verify_volumes_common() 257 hprintf("volume fstype uuid %s must be %s\n", buf, in hammer2_verify_volumes_common() [all …]
|
| /dragonfly/usr.sbin/makefs/hammer2/ |
| HD | hammer2_ondisk.c | 55 #define hprintf(X, ...) kprintf("hammer2_ondisk: " X, ## __VA_ARGS__) macro 71 hprintf("cannot find %s %d\n", path, error); 79 hprintf("failed to nlookup %s %d\n", path, error); 87 hprintf("%s not a block device %d\n", path, error); 116 hprintf("%s already has %d references\n", path, count); in hammer2_open_devvp() 128 hprintf("failed to open %s %d\n", path, error); in hammer2_open_devvp() 220 hprintf("volume id %d must be %d\n", rootvoldata->volu_id, in hammer2_verify_volumes_common() 227 hprintf("volume fstype uuid %s must be %s\n", buf, in hammer2_verify_volumes_common() 239 hprintf("%s has NULL devvp\n", path); in hammer2_verify_volumes_common() 243 hprintf("%s has bad offset 0x%016jx\n", path, in hammer2_verify_volumes_common() [all …]
|