Searched refs:bh_org (Results 1 – 1 of 1) sorted by relevance
510 struct buffer_head *bh_org; in nilfs_recovery_copy_block() local513 bh_org = __bread(nilfs->ns_bdev, rb->blocknr, nilfs->ns_blocksize); in nilfs_recovery_copy_block()514 if (unlikely(!bh_org)) in nilfs_recovery_copy_block()517 memcpy_to_folio(folio, from, bh_org->b_data, bh_org->b_size); in nilfs_recovery_copy_block()518 brelse(bh_org); in nilfs_recovery_copy_block()