Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_errlog.c208 search.se_bookmark = *zb; in spa_log_error()
215 new->se_bookmark = *zb; in spa_log_error()
588 search.se_bookmark = *healed_zb; in spa_add_healed_error()
601 new->se_bookmark = *healed_zb; in spa_add_healed_error()
634 search.se_bookmark = *healed_zb; in spa_add_healed_error()
649 new->se_bookmark = *healed_zb; in spa_add_healed_error()
672 search.se_bookmark = *zb; in remove_error_from_list()
695 remove_error_from_list(spa, s, &se->se_bookmark); in spa_remove_healed_errors()
696 remove_error_from_list(spa, l, &se->se_bookmark); in spa_remove_healed_errors()
1059 head_ds = se->se_bookmark.zb_objset; in process_error_list()
[all …]
H A Dspa.c1026 ret = memcmp(&sa->se_bookmark, &sb->se_bookmark, in spa_error_entry_compare()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h73 zbookmark_phys_t se_bookmark; member