Searched refs:chfs_err (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/ufs/chfs/ |
H A D | chfs_readinode.c | 482 chfs_err("cannot allocate a chfs_node_frag object\n"); in new_fragment() 813 chfs_err("CRC check failed. calc: 0x%x orig: 0x%x\n", crc, le32toh(dnode->hdr_crc)); in chfs_get_data_nodes() 819 chfs_err("Wrong magic bitmask.\n"); in chfs_get_data_nodes() 826 chfs_err("Node CRC check failed. calc: 0x%x orig: 0x%x\n", crc, le32toh(dnode->node_crc)); in chfs_get_data_nodes() 832 chfs_err("Can't allocate tmp dnode info.\n"); in chfs_get_data_nodes() 843 chfs_err("Can't allocate full dnode info.\n"); in chfs_get_data_nodes() 1011 chfs_err("Reading inode #%llu in state %d!\n", in chfs_read_inode() 1013 chfs_err("wants to read a nonexistent ino %llu\n", in chfs_read_inode() 1138 chfs_err("error after reading: %d\n", err); in chfs_read_data() 1142 chfs_err("retlen: %zu != size: %zu\n", retlen, size); in chfs_read_data() [all …]
|
H A D | debug.h | 63 #define chfs_err(fmt, ...) debug_msg(CHFS_ERROR_PREFIX, fmt, ##__VA_ARGS__) macro 70 #define chfs_err(fmt, ...) debug_msg(CHFS_ERROR_PREFIX, fmt, ##__VA_ARGS__) macro
|
H A D | chfs_scan.c | 315 chfs_err("Directory entry's name has bad crc: read: 0x%x, " in chfs_scan_check_dirent_node() 452 chfs_err("Error reading node header: " in chfs_scan_eraseblock() 490 chfs_err("Second part of node is on the next eraseblock.\n"); in chfs_scan_eraseblock() 506 chfs_err("Error reading vnode: read: %zu instead of: %zu\n", in chfs_scan_eraseblock() 530 chfs_err("Error reading dirent node: read: %zu " in chfs_scan_eraseblock() 555 chfs_err("Error reading data node: read: %zu " in chfs_scan_eraseblock()
|
H A D | chfs_write.c | 123 chfs_err("error while writing out flash vnode to the media\n"); in chfs_write_flash_vnode() 124 chfs_err("err: %d | size: %zu | retlen : %zu\n", in chfs_write_flash_vnode() 239 chfs_err("error while writing out flash dirent node to the media\n"); in chfs_write_flash_dirent() 240 chfs_err("err: %d | size: %zu | retlen : %zu\n", in chfs_write_flash_dirent() 368 chfs_err("error while writing out flash data node to the media\n"); in chfs_write_flash_dnode() 369 chfs_err("err: %d | size: %zu | retlen : %zu\n", in chfs_write_flash_dnode()
|
H A D | ebh.c | 451 chfs_err("can't mark peb dirty"); in nor_mark_eb_hdr_dirty_flash() 486 chfs_err("can't invalidate peb"); in nor_invalidate_eb_hdr() 526 chfs_err("can't mark peb as free: %d\n", pebnr); in mark_eb_hdr_free() 889 chfs_err( in erase_callback() 915 chfs_err("erase failed, state is: 0x%x\n", ei->ei_state); in erase_callback() 993 chfs_err("can not erase PEB: %d, try again\n", peb->pebnr); in free_peb() 1029 chfs_err("LEB is mapped, but is not in the 'in_use' " in release_peb() 1078 chfs_err("freeing PEB failed in the background thread: %d\n", err); 1109 chfs_err("freeing PEB failed in the" in erase_thread() 1381 chfs_err("checkin in nand_process_eb() [all...] |
H A D | chfs.h | 683 chfs_err("unmap leb %d failed, error: %d\n",lnr, err); in chfs_map_leb() 697 chfs_err("unmap leb %d failed, error: %d\n",lnr, err); in chfs_unmap_leb() 711 chfs_err("read leb %d:%d failed, error: %d\n", in chfs_read_leb() 724 chfs_err("write leb %d:%d failed, error: %d\n", in chfs_write_leb()
|
H A D | chfs_vnode.c | 109 chfs_err("Error reading vnode: read: %zu instead of: %zu\n", in chfs_readvnode() 158 chfs_err("Error reading vnode: read: %zu instead of: %zu\n", in chfs_readdirent() 178 chfs_err("Error reading vnode: read: %zu instead of: %zu\n", in chfs_readdirent()
|
H A D | chfs_gc.c | 814 chfs_err("error while writing out to the media\n"); in chfs_gcollect_pristine() 815 chfs_err("err: %d | size: %zu | retlen : %zu\n", in chfs_gcollect_pristine() 1129 chfs_err("error while writing out to the media\n"); in chfs_gcollect_dnode() 1130 chfs_err("err: %d | size: %d | retlen : %zu\n", in chfs_gcollect_dnode()
|
H A D | chfs_build.c | 93 chfs_err("found a hard link: child dir: %s" in chfs_build_set_vnodecache_nlink()
|
H A D | chfs_nodeops.c | 54 chfs_err("free_size (%d) is less than dirty space (%d) " in chfs_update_eb_dirty()
|