Lines Matching defs:zep
4021 scrub_filesystem(spa_t *spa, uint64_t fs, zbookmark_err_phys_t *zep,
4036 error = find_birth_txg(ds, zep, &latest_txg);
4040 * proceed. In worst case scenario scrub all objects. If zep->zb_birth
4044 if (error == 0 && zep->zb_birth == latest_txg) {
4047 zep_to_zb(fs, zep, &zb);
4097 while (snap_obj != 0 && zep->zb_birth < snap_obj_txg &&
4114 error = find_birth_txg(ds, zep, &blk_txg);
4120 affected = (error == 0 && zep->zb_birth == blk_txg) ||
4121 (error != 0) || (zep->zb_birth == 0);
4127 zep_to_zb(snap_obj, zep, &zb);