Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/affs/
A Dfile.c206 if (IS_ERR(prev_bh)) in affs_get_extblock_slow()
207 return prev_bh; in affs_get_extblock_slow()
209 affs_brelse(prev_bh); in affs_get_extblock_slow()
590 prev_bh = bh; in affs_extent_file_ofs()
603 if (prev_bh) { in affs_extent_file_ofs()
741 prev_bh = bh; in affs_write_end_ofs()
753 if (prev_bh) { in affs_write_end_ofs()
765 affs_brelse(prev_bh); in affs_write_end_ofs()
773 prev_bh = bh; in affs_write_end_ofs()
787 if (prev_bh) { in affs_write_end_ofs()
[all …]
/linux-6.3-rc2/fs/nilfs2/
A Dcpfile.c682 &prev_bh); in nilfs_cpfile_set_snapshot()
686 prev_bh = header_bh; in nilfs_cpfile_set_snapshot()
687 get_bh(prev_bh); in nilfs_cpfile_set_snapshot()
705 cpfile, prev, prev_bh, kaddr); in nilfs_cpfile_set_snapshot()
714 mark_buffer_dirty(prev_bh); in nilfs_cpfile_set_snapshot()
720 brelse(prev_bh); in nilfs_cpfile_set_snapshot()
785 &prev_bh); in nilfs_cpfile_clear_snapshot()
789 prev_bh = header_bh; in nilfs_cpfile_clear_snapshot()
790 get_bh(prev_bh); in nilfs_cpfile_clear_snapshot()
818 mark_buffer_dirty(prev_bh); in nilfs_cpfile_clear_snapshot()
[all …]
/linux-6.3-rc2/fs/ocfs2/
A Drefcounttree.c2380 struct buffer_head *ref_leaf_bh = NULL, *prev_bh = NULL; in ocfs2_calc_refcount_meta_credits() local
2392 if (ref_leaf_bh != prev_bh) { in ocfs2_calc_refcount_meta_credits()
2397 if (prev_bh) { in ocfs2_calc_refcount_meta_credits()
2399 prev_bh->b_data; in ocfs2_calc_refcount_meta_credits()
2409 brelse(prev_bh); in ocfs2_calc_refcount_meta_credits()
2410 prev_bh = ref_leaf_bh; in ocfs2_calc_refcount_meta_credits()
2411 get_bh(prev_bh); in ocfs2_calc_refcount_meta_credits()
2461 if (prev_bh) { in ocfs2_calc_refcount_meta_credits()
2462 rb = (struct ocfs2_refcount_block *)prev_bh->b_data; in ocfs2_calc_refcount_meta_credits()
2503 brelse(prev_bh); in ocfs2_calc_refcount_meta_credits()

Completed in 15 milliseconds