Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dcpfile.c769 struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; in nilfs_cpfile_set_snapshot() local
811 curr_bh = header_bh; in nilfs_cpfile_set_snapshot()
812 get_bh(curr_bh); in nilfs_cpfile_set_snapshot()
822 brelse(curr_bh); in nilfs_cpfile_set_snapshot()
824 0, &curr_bh); in nilfs_cpfile_set_snapshot()
829 cpfile, curr, curr_bh); in nilfs_cpfile_set_snapshot()
830 list = kmap_local_folio(curr_bh->b_folio, curr_list_offset); in nilfs_cpfile_set_snapshot()
851 list = kmap_local_folio(curr_bh->b_folio, curr_list_offset); in nilfs_cpfile_set_snapshot()
874 mark_buffer_dirty(curr_bh); in nilfs_cpfile_set_snapshot()
882 brelse(curr_bh); in nilfs_cpfile_set_snapshot()
[all...]