Searched refs:shadow_list (Results 1 – 1 of 1) sorted by relevance
126 static struct bofi_shadow shadow_list; variable720 shadow_list.next = &shadow_list; in bofi_attach()721 shadow_list.prev = &shadow_list; in bofi_attach()774 if (shadow_list.next != &shadow_list || errent_listp != NULL) { in bofi_detach()1778 for (hp = shadow_list.next; hp != &shadow_list; hp = hp->next) { in bofi_errdef_alloc()1861 for (hp = shadow_list.next; hp != &shadow_list; hp = hp->next) { in bofi_errdef_free()3178 hp->next = shadow_list.next; in bofi_map()3179 shadow_list.next->prev = hp; in bofi_map()3180 hp->prev = &shadow_list; in bofi_map()3181 shadow_list.next = hp; in bofi_map()[all …]