Searched refs:other_extent (Results 1 – 1 of 1) sorted by relevance
/linux/fs/bcachefs/ |
H A D | backpointers.c | 506 struct bkey_s_c other_extent = in check_bp_exists() local 508 ret = bkey_err(other_extent); in check_bp_exists() 514 if (!other_extent.k) in check_bp_exists() 517 if (bch2_extents_match(orig_k, other_extent)) { in check_bp_exists() 522 bch2_bkey_val_to_text(&buf, c, other_extent); in check_bp_exists() 525 if (other_extent.k->size <= orig_k.k->size) { in check_bp_exists() 527 other_extent, bp->k.p.inode); in check_bp_exists() 540 other_bp.v->btree_id, other_extent, in check_bp_exists() 551 other_bp.v->btree_id, other_extent, bp->k.p.inode); in check_bp_exists() 563 bch2_bkey_val_to_text(&buf, c, other_extent); in check_bp_exists()
|