Lines Matching refs:curr_bh
579 struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; in nilfs_cpfile_set_snapshot() local
615 curr_bh = header_bh; in nilfs_cpfile_set_snapshot()
616 get_bh(curr_bh); in nilfs_cpfile_set_snapshot()
625 brelse(curr_bh); in nilfs_cpfile_set_snapshot()
627 0, &curr_bh); in nilfs_cpfile_set_snapshot()
630 kaddr = kmap_atomic(curr_bh->b_page, KM_USER0); in nilfs_cpfile_set_snapshot()
634 cpfile, curr, curr_bh, kaddr); in nilfs_cpfile_set_snapshot()
650 kaddr = kmap_atomic(curr_bh->b_page, KM_USER0); in nilfs_cpfile_set_snapshot()
652 cpfile, curr, curr_bh, kaddr); in nilfs_cpfile_set_snapshot()
675 nilfs_mdt_mark_buffer_dirty(curr_bh); in nilfs_cpfile_set_snapshot()
683 brelse(curr_bh); in nilfs_cpfile_set_snapshot()