Home
last modified time | relevance | path

Searched refs:wc_type (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/sys/
H A Dwapbl_replay.h71 uint32_t wc_type; /* WAPBL_WC_* */ member
84 uint32_t wc_type; /* WAPBL_WC_HEADER log magic number */ member
119 uint32_t wc_type; /* WAPBL_WC_{REVOCATIONS,BLOCKS} */ member
139 uint32_t wc_type; /* WAPBL_WC_INODES */ member
/netbsd-src/usr.sbin/dumpfs/
H A Ddumpfs.c804 switch (awh.wc_type) { in print_journal()
862 wapbl_type_string(awh.wc_type), awh.wc_len, in print_journal_header()
887 wapbl_type_string(awn.wc_type), awn.wc_len); in print_journal_entries()
889 switch (awn.wc_type) { in print_journal_entries()
905 if (awn.wc_type == WAPBL_WC_BLOCKS) { in print_journal_entries()
/netbsd-src/sys/kern/
H A Dvfs_wapbl.c630 wc->wc_type = WAPBL_WC_HEADER; in wapbl_start()
2576 wc->wc_type = WAPBL_WC_BLOCKS; in wapbl_write_blocks()
2666 wc->wc_type = WAPBL_WC_REVOCATIONS; in wapbl_write_revocations()
2727 wc->wc_type = WAPBL_WC_INODES; in wapbl_write_inodes()
3017 if (wch->wc_type != WAPBL_WC_HEADER) { in wapbl_replay_start()
3018 printf("Unrecognized wapbl magic: 0x%08x\n", wch->wc_type); in wapbl_replay_start()
3230 switch (wcn->wc_type) { in wapbl_replay_process()
3245 wcn->wc_type);
3287 switch (wcn->wc_type) {