Searched refs:mmp_node_id (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_stats.c | 572 uint64_t mmp_node_id; /* unique # for updates */ member 604 (u_longlong_t)smh->mmp_node_id, (u_longlong_t)smh->txg, in spa_mmp_history_show() 677 spa_mmp_history_set_skip(spa_t *spa, uint64_t mmp_node_id) in spa_mmp_history_set_skip() argument 689 if (smh->mmp_node_id == mmp_node_id) { in spa_mmp_history_set_skip() 707 spa_mmp_history_set(spa_t *spa, uint64_t mmp_node_id, int io_error, in spa_mmp_history_set() argument 720 if (smh->mmp_node_id == mmp_node_id) { in spa_mmp_history_set() 740 uint64_t mmp_delay, vdev_t *vd, int label, uint64_t mmp_node_id, in spa_mmp_history_add() argument 759 smh->mmp_node_id = mmp_node_id; in spa_mmp_history_add()
|