Searched refs:bkey_ge (Results 1 – 12 of 12) sorted by relevance
| /fs/bcachefs/ |
| A D | extent_update.c | 77 if (bkey_ge(bkey_start_pos(r_k.k), POS(0, idx + sectors))) in count_iters_for_insert()
|
| A D | reflink.c | 523 if (bkey_ge(reflink_iter.pos, POS(0, REFLINK_P_IDX_MAX - orig->k.size))) in bch2_make_extent_indirect() 589 if (bkey_ge(iter->pos, end)) in get_next_src()
|
| A D | bkey.h | 170 static __always_inline bool bkey_ge(struct bpos l, struct bpos r) in bkey_ge() function
|
| A D | fs-io-direct.c | 272 if (bkey_ge(bkey_start_pos(k.k), POS(inum.inum, end))) in bch2_check_range_allocated()
|
| A D | io_write.c | 196 if (bkey_ge(old.k->p, new->k.p)) in bch2_sum_sector_overwrites() 417 if (bkey_ge(iter.pos, k->k.p)) in bch2_write_index_default()
|
| A D | data_update.c | 475 while (bkey_ge(iter.pos, bch2_keylist_front(&op->insert_keys)->k.p)) { in __bch2_data_update_index_update()
|
| A D | fs-io.c | 657 if (bkey_ge(iter.pos, end_pos)) in __bchfs_fallocate()
|
| A D | btree_iter.c | 338 if (bkey_ge(pos, path->l[0].b->data->min_key) && in __bch2_assert_pos_locked() 2472 iter->flags & BTREE_ITER_is_extents ? bkey_ge(iter_pos, end) : in bch2_btree_iter_peek_max() 2737 iter->flags & BTREE_ITER_is_extents ? bkey_ge(bkey_start_pos(k.k), iter->pos) : in bch2_btree_iter_peek_prev_min()
|
| A D | alloc_foreground.c | 314 if (bkey_ge(k.k->p, POS(ca->dev_idx, ca->mi.nbuckets))) in bch2_bucket_alloc_early()
|
| A D | extents.c | 1706 if (bkey_ge(where, k.k->p)) in bch2_cut_back_s()
|
| A D | ec.c | 1213 if (bkey_ge(bp_k.k->p, bucket_pos_to_bp(ca, bpos_nosnap_successor(bucket_pos), 0))) in ec_stripe_update_bucket()
|
| A D | alloc_background.c | 2332 if (bkey_ge(iter.pos, end)) { in bch2_dev_freespace_init()
|
Completed in 48 milliseconds