Searched refs:for_each_btree_key_upto (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | tests.c | 134 for_each_btree_key_upto(trans, iter, BTREE_ID_xattrs, in test_iterate() 189 for_each_btree_key_upto(trans, iter, BTREE_ID_extents, in test_iterate_extents() 245 for_each_btree_key_upto(trans, iter, BTREE_ID_xattrs, in test_iterate_slots() 262 for_each_btree_key_upto(trans, iter, BTREE_ID_xattrs, in test_iterate_slots() 305 for_each_btree_key_upto(trans, iter, BTREE_ID_extents, in test_iterate_slots_extents() 323 for_each_btree_key_upto(trans, iter, BTREE_ID_extents, in test_iterate_slots_extents() 729 for_each_btree_key_upto(trans, iter, BTREE_ID_xattrs, in seq_lookup()
|
D | btree_iter.h | 773 #define for_each_btree_key_upto(_trans, _iter, _btree_id, \ macro 787 for_each_btree_key_upto(_trans, _iter, _btree_id, _start, \ 835 for_each_btree_key_upto(_trans, _iter, _btree_id, _start, _end, _iter_flags, _k,\
|
D | movinggc.c | 170 ret = for_each_btree_key_upto(trans, iter, BTREE_ID_lru, in bch2_copygc_get_buckets()
|
D | fsck.c | 76 int ret = for_each_btree_key_upto(trans, iter, BTREE_ID_extents, in bch2_count_inode_sectors() 93 int ret = for_each_btree_key_upto(trans, iter, BTREE_ID_dirents, in bch2_count_subdirs()
|
D | alloc_background.c | 1889 for_each_btree_key_upto(trans, iter, in bch2_do_discards_work()
|