Searched refs:be_get_list_callback (Results 1 – 1 of 1) sorted by relevance
66 static int be_get_list_callback(zpool_handle_t *, void *);261 ret = be_get_list_callback(zphp, &cb); in _be_list()263 if ((zpool_iter(g_zfs, be_get_list_callback, &cb)) != 0) { in _be_list()434 be_get_list_callback(zpool_handle_t *zlp, void *data) in be_get_list_callback() function