Lines Matching full:ck
118 struct bkey_i_cookie ck; in test_iterate() local
120 bkey_cookie_init(&ck.k_i); in test_iterate()
121 ck.k.p.offset = i; in test_iterate()
122 ck.k.p.snapshot = U32_MAX; in test_iterate()
124 ret = bch2_btree_insert(c, BTREE_ID_xattrs, &ck.k_i, NULL, 0, 0); in test_iterate()
172 struct bkey_i_cookie ck; in test_iterate_extents() local
174 bkey_cookie_init(&ck.k_i); in test_iterate_extents()
175 ck.k.p.offset = i + 8; in test_iterate_extents()
176 ck.k.p.snapshot = U32_MAX; in test_iterate_extents()
177 ck.k.size = 8; in test_iterate_extents()
179 ret = bch2_btree_insert(c, BTREE_ID_extents, &ck.k_i, NULL, 0, 0); in test_iterate_extents()
229 struct bkey_i_cookie ck; in test_iterate_slots() local
231 bkey_cookie_init(&ck.k_i); in test_iterate_slots()
232 ck.k.p.offset = i * 2; in test_iterate_slots()
233 ck.k.p.snapshot = U32_MAX; in test_iterate_slots()
235 ret = bch2_btree_insert(c, BTREE_ID_xattrs, &ck.k_i, NULL, 0, 0); in test_iterate_slots()
288 struct bkey_i_cookie ck; in test_iterate_slots_extents() local
290 bkey_cookie_init(&ck.k_i); in test_iterate_slots_extents()
291 ck.k.p.offset = i + 16; in test_iterate_slots_extents()
292 ck.k.p.snapshot = U32_MAX; in test_iterate_slots_extents()
293 ck.k.size = 8; in test_iterate_slots_extents()
295 ret = bch2_btree_insert(c, BTREE_ID_extents, &ck.k_i, NULL, 0, 0); in test_iterate_slots_extents()