Searched defs:parse_lr_func (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c295 zil_parse_lr_func_t *parse_lr_func, void *arg, uint64_t txg)
320 * For each record in each valid block we call parse_lr_func().
353 if ((error = parse_lr_func(zilog, lr, arg, txg)) != 0)
294 zil_parse(zilog_t *zilog, zil_parse_blk_func_t *parse_blk_func, zil_parse_lr_func_t *parse_lr_func, void *arg, uint64_t txg) argument

Completed in 60 milliseconds