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