Searched refs:super_root_crc (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_subr.c513 uint32_t super_root_crc, comp_crc; local
535 super_root_crc = super_root.sr_sum;
540 if (super_root_crc != comp_crc) {
542 __func__, super_root_crc, comp_crc));

Completed in 102 milliseconds