bh_org            477 fs/nilfs2/recovery.c 	struct buffer_head *bh_org;
bh_org            480 fs/nilfs2/recovery.c 	bh_org = __bread(nilfs->ns_bdev, rb->blocknr, nilfs->ns_blocksize);
bh_org            481 fs/nilfs2/recovery.c 	if (unlikely(!bh_org))
bh_org            485 fs/nilfs2/recovery.c 	memcpy(kaddr + bh_offset(bh_org), bh_org->b_data, bh_org->b_size);
bh_org            487 fs/nilfs2/recovery.c 	brelse(bh_org);
bh_org           1554 fs/nilfs2/segment.c 	struct buffer_head *bh, *bh_org;
bh_org           1584 fs/nilfs2/segment.c 		bh_org = bh;
bh_org           1585 fs/nilfs2/segment.c 		get_bh(bh_org);
bh_org           1588 fs/nilfs2/segment.c 		if (bh != bh_org)
bh_org           1589 fs/nilfs2/segment.c 			nilfs_list_replace_buffer(bh_org, bh);
bh_org           1590 fs/nilfs2/segment.c 		brelse(bh_org);