Searched refs:curr_bh (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/fs/nilfs2/
H A Dcpfile.c629 struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; nilfs_cpfile_set_snapshot() local
665 curr_bh = header_bh; nilfs_cpfile_set_snapshot()
666 get_bh(curr_bh); nilfs_cpfile_set_snapshot()
675 brelse(curr_bh); nilfs_cpfile_set_snapshot()
677 0, &curr_bh); nilfs_cpfile_set_snapshot()
680 kaddr = kmap_atomic(curr_bh->b_page); nilfs_cpfile_set_snapshot()
684 cpfile, curr, curr_bh, kaddr); nilfs_cpfile_set_snapshot()
700 kaddr = kmap_atomic(curr_bh->b_page); nilfs_cpfile_set_snapshot()
702 cpfile, curr, curr_bh, kaddr); nilfs_cpfile_set_snapshot()
725 mark_buffer_dirty(curr_bh); nilfs_cpfile_set_snapshot()
733 brelse(curr_bh); nilfs_cpfile_set_snapshot()

Completed in 56 milliseconds