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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzil.h384 extern int zil_parse(zilog_t *zilog, zil_parse_blk_func_t *parse_blk_func,
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzil.c310 zil_parse(zilog_t *zilog, zil_parse_blk_func_t *parse_blk_func, argument
335 * For each block pointer in the chain we call parse_blk_func().
350 if ((error = parse_blk_func(zilog, &blk, arg, txg)) != 0)

Completed in 208 milliseconds