Searched refs:async_objs (Results 1 – 4 of 4) sorted by relevance
55 i->c = container_of(list, struct bch_fs, async_objs[list->idx]); in bch2_async_obj_list_open()108 &c->async_objs[BCH_ASYNC_OBJ_LIST_##n], &async_obj_ops); in bch2_fs_async_obj_debugfs_init()115 for (unsigned i = 0; i < ARRAY_SIZE(c->async_objs); i++) in bch2_fs_async_obj_exit()116 fast_list_exit(&c->async_objs[i].list); in bch2_fs_async_obj_exit()121 for (unsigned i = 0; i < ARRAY_SIZE(c->async_objs); i++) { in bch2_fs_async_obj_init()122 if (fast_list_init(&c->async_objs[i].list)) in bch2_fs_async_obj_init()124 c->async_objs[i].idx = i; in bch2_fs_async_obj_init()127 #define x(n) c->async_objs[BCH_ASYNC_OBJ_LIST_##n].obj_to_text = n##_obj_to_text; in bch2_fs_async_obj_init()
19 __async_object_list_del(&(_c)->async_objs[BCH_ASYNC_OBJ_LIST_##_list].list, idx)22 __async_object_list_add(&(_c)->async_objs[BCH_ASYNC_OBJ_LIST_##_list].list, obj, idx)
102 bcachefs-$(CONFIG_BCACHEFS_ASYNC_OBJECT_LISTS) += async_objs.o
1054 struct async_obj_list async_objs[BCH_ASYNC_OBJ_NR]; member
Completed in 11 milliseconds