Home
last modified time | relevance | path

Searched refs:entry_c (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
H A Ddata_update.c197 const union bch_extent_entry *entry_c; in __bch2_data_update_index_update() local
243 bkey_for_each_ptr_decode(old.k, bch2_bkey_ptrs_c(old), p, entry_c) { in __bch2_data_update_index_update()
H A Dbuckets.c259 const union bch_extent_entry *entry_c; in bch2_check_fix_ptrs() local
265 bkey_for_each_ptr_decode(k.k, ptrs_c, p, entry_c) { in bch2_check_fix_ptrs()
266 ret = bch2_check_fix_ptr(trans, k, p, entry_c, &do_update); in bch2_check_fix_ptrs()