Searched refs:bkey_eq (Results 1 - 15 of 15) sorted by last modified time

/linux-master/fs/bcachefs/
H A Dmove.c739 if (bkey_eq(bp_pos, POS_MAX))
H A Dio_write.c1583 BUG_ON(bkey_eq(op->pos, POS_MAX));
H A Dbkey_methods.c223 bkey_fsck_err_on(bkey_eq(k.k->p, POS_MAX), c, err,
H A Dbackpointers.h80 EBUG_ON(!bkey_eq(bucket, bp_pos_to_bucket(ca, ret)));
H A Dalloc_background.c1618 if (bkey_eq(*i, bucket)) {
1633 if (bkey_eq(*i, bucket)) {
1754 if (!bkey_eq(*discard_pos_done, iter.pos) &&
H A Dec.c116 bkey_fsck_err_on(bkey_eq(k.k->p, POS_MIN) ||
1321 if (bkey_eq(bp_pos, POS_MAX))
H A Dextents.c246 !bkey_eq(bp.v->min_key, POS_MIN))
H A Dbkey.h151 static __always_inline bool bkey_eq(struct bpos l, struct bpos r) function
H A Dsnapshot.c1364 if (!bkey_eq(k.k->p, *last_pos))
1714 if (!bkey_eq(pos, k.k->p))
H A Dfsck.c88 if (!k.k || !bkey_eq(k.k->p, POS(0, inode_nr))) {
524 if (!bkey_eq(s->pos, pos))
846 if (bkey_eq(k.k->p, hash_k.k->p))
H A Dalloc_foreground.c353 if (!bkey_eq(bp_pos, POS_MAX)) {
H A Dreflink.c563 BUG_ON(!ret && !bkey_eq(dst_iter.pos, dst_end));
H A Dbtree_update.c109 if (!bkey_eq(k.k->p, pos))
145 bkey_eq(old_pos, old_k.k->p)) {
305 if (bkey_eq(k.k->p, bkey_start_pos(&insert->k))) {
H A Dbtree_iter.c92 !bkey_eq(pos, POS_MAX))
132 !bkey_eq(ck->key.pos, path->pos));
313 if (bkey_eq(prev.k->p, k.k->p) &&
359 if (bkey_eq(pos, path->pos))
1810 !bkey_eq(path->pos, ck->key.pos)));
2004 : bkey_eq(pos, SPOS_MAX));
2017 : bkey_eq(pos, POS_MIN));
2272 EBUG_ON((iter->flags & BTREE_ITER_filter_snapshots) && bkey_eq(end, POS_MAX));
2305 !bkey_eq(trans->paths[iter->update_path].pos, k.k->p)) {
2493 if (saved_path && !bkey_eq(
[all...]
H A Dbtree_update.h92 bkey_eq(old_pos, new_pos))

Completed in 222 milliseconds