Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dbackpointers.c564 struct bkey_s_c other_extent = in check_bp_exists() local
566 ret = bkey_err(other_extent); in check_bp_exists()
572 if (!other_extent.k) in check_bp_exists()
583 other_extent, bp->k.p.inode); in check_bp_exists()
591 if (bch2_extents_match(orig_k, other_extent)) { in check_bp_exists()
596 bch2_bkey_val_to_text(&buf, c, other_extent); in check_bp_exists()
599 if (other_extent.k->size <= orig_k.k->size) { in check_bp_exists()
601 other_extent, bp->k.p.inode); in check_bp_exists()
614 other_bp.v->btree_id, other_extent, in check_bp_exists()
625 other_bp.v->btree_id, other_extent, bp->k.p.inode); in check_bp_exists()
[all …]