Searched refs:nvfh (Results 1 – 1 of 1) sorted by relevance
65 static int rio_store_decode(nvf_handle_t nvfh, nvlist_t *line_nvl, char *name);66 static int rio_store_encode(nvf_handle_t nvfh, nvlist_t **ret_nvl);67 static void retire_list_free(nvf_handle_t nvfh);174 retire_list_free(nvf_handle_t nvfh) in retire_list_free() argument179 ASSERT(nvfh == rio_store_handle); in retire_list_free()180 ASSERT(RW_WRITE_HELD(nvf_lock(nvfh))); in retire_list_free()182 listp = nvf_list(nvfh); in retire_list_free()192 rio_store_decode(nvf_handle_t nvfh, nvlist_t *line_nvl, char *name) in rio_store_decode() argument200 ASSERT(nvfh == rio_store_handle); in rio_store_decode()201 ASSERT(RW_WRITE_HELD(nvf_lock(nvfh))); in rio_store_decode()[all …]