Home
last modified time | relevance | path

Searched refs:prev_bh (Results 1 – 2 of 2) 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
838 &prev_bh); in nilfs_cpfile_set_snapshot()
843 cpfile, prev, prev_bh); in nilfs_cpfile_set_snapshot()
845 prev_bh = header_bh; in nilfs_cpfile_set_snapshot()
846 get_bh(prev_bh); in nilfs_cpfile_set_snapshot()
864 list = kmap_local_folio(prev_bh->b_folio, prev_list_offset); in nilfs_cpfile_set_snapshot()
873 mark_buffer_dirty(prev_bh); in nilfs_cpfile_set_snapshot()
879 brelse(prev_bh); in nilfs_cpfile_set_snapshot()
897 struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; in nilfs_cpfile_clear_snapshot() local
950 &prev_bh); in nilfs_cpfile_clear_snapshot()
[all …]
/linux/fs/ocfs2/
H A Drefcounttree.c2375 struct buffer_head *ref_leaf_bh = NULL, *prev_bh = NULL; in ocfs2_calc_refcount_meta_credits() local
2387 if (ref_leaf_bh != prev_bh) { in ocfs2_calc_refcount_meta_credits()
2392 if (prev_bh) { in ocfs2_calc_refcount_meta_credits()
2394 prev_bh->b_data; in ocfs2_calc_refcount_meta_credits()
2404 brelse(prev_bh); in ocfs2_calc_refcount_meta_credits()
2405 prev_bh = ref_leaf_bh; in ocfs2_calc_refcount_meta_credits()
2406 get_bh(prev_bh); in ocfs2_calc_refcount_meta_credits()
2456 if (prev_bh) { in ocfs2_calc_refcount_meta_credits()
2457 rb = (struct ocfs2_refcount_block *)prev_bh->b_data; in ocfs2_calc_refcount_meta_credits()
2498 brelse(prev_bh); in ocfs2_calc_refcount_meta_credits()