Searched refs:POS_MAX (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | logged_ops.c | 79 ret = bch2_bkey_get_empty_slot(trans, &iter, BTREE_ID_logged_ops, POS_MAX); in __bch2_logged_op_start()
|
D | io_write.h | 84 op->pos = POS_MAX; in bch2_write_op_init()
|
D | bkey_methods.c | 222 bkey_fsck_err_on(bkey_eq(k.k->p, POS_MAX), in __bch2_bkey_validate() 258 else if (bpos_eq(pos, POS_MAX)) in bch2_bpos_to_text()
|
D | move.c | 619 id == end.btree ? end.pos : POS_MAX, in __bch2_move_data() 715 if (bkey_eq(bp_pos, POS_MAX)) in bch2_evacuate_bucket()
|
D | reflink.c | 354 bch2_trans_iter_init(trans, &reflink_iter, BTREE_ID_reflink, POS_MAX, in bch2_make_extent_indirect()
|
D | btree_update.c | 594 bch2_trans_iter_init(trans, iter, btree, POS_MAX, BTREE_ITER_intent); in bch2_bkey_get_empty_slot()
|
D | bcachefs_format.h | 176 #define POS_MAX SPOS(KEY_INODE_MAX, KEY_OFFSET_MAX, 0) macro
|
D | btree_iter.c | 92 !bkey_eq(pos, POS_MAX)) in btree_iter_search_key() 2299 EBUG_ON((iter->flags & BTREE_ITER_filter_snapshots) && bkey_eq(end, POS_MAX)); in bch2_btree_iter_peek_upto() 2695 next = k.k ? bkey_start_pos(k.k) : POS_MAX; in bch2_btree_iter_peek_slot()
|
D | alloc_background.c | 1097 k = bch2_get_key_or_hole(iter, POS_MAX, hole); in bch2_get_key_or_real_bucket_hole() 1880 struct bpos discard_pos_done = POS_MAX; in bch2_do_discards_work()
|
D | io_write.c | 1588 BUG_ON(bkey_eq(op->pos, POS_MAX)); in CLOSURE_CALLBACK()
|
D | alloc_foreground.c | 357 if (!bkey_eq(bp_pos, POS_MAX)) { in try_alloc_bucket()
|
D | snapshot.c | 893 BTREE_ID_snapshots, POS_MAX, in bch2_check_snapshots()
|
D | ec.c | 1392 if (bkey_eq(bp_pos, POS_MAX)) in ec_stripe_update_bucket()
|