Home
last modified time | relevance | path

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

/linux-6.15/fs/affs/
H A Dfile.c207 if (IS_ERR(prev_bh)) in affs_get_extblock_slow()
208 return prev_bh; in affs_get_extblock_slow()
210 affs_brelse(prev_bh); in affs_get_extblock_slow()
591 prev_bh = bh; in affs_extent_file_ofs()
604 if (prev_bh) { in affs_extent_file_ofs()
742 prev_bh = bh; in affs_write_end_ofs()
754 if (prev_bh) { in affs_write_end_ofs()
766 affs_brelse(prev_bh); in affs_write_end_ofs()
774 prev_bh = bh; in affs_write_end_ofs()
788 if (prev_bh) { in affs_write_end_ofs()
[all …]
/linux-6.15/fs/nilfs2/
H A Dcpfile.c838 &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()
873 mark_buffer_dirty(prev_bh); in nilfs_cpfile_set_snapshot()
879 brelse(prev_bh); in nilfs_cpfile_set_snapshot()
950 &prev_bh); in nilfs_cpfile_clear_snapshot()
955 cpfile, prev, prev_bh); in nilfs_cpfile_clear_snapshot()
957 prev_bh = header_bh; in nilfs_cpfile_clear_snapshot()
958 get_bh(prev_bh); in nilfs_cpfile_clear_snapshot()
[all …]
/linux-6.15/fs/ocfs2/
H A Drefcounttree.c2374 struct buffer_head *ref_leaf_bh = NULL, *prev_bh = NULL; in ocfs2_calc_refcount_meta_credits() local
2386 if (ref_leaf_bh != prev_bh) { in ocfs2_calc_refcount_meta_credits()
2391 if (prev_bh) { in ocfs2_calc_refcount_meta_credits()
2393 prev_bh->b_data; in ocfs2_calc_refcount_meta_credits()
2403 brelse(prev_bh); in ocfs2_calc_refcount_meta_credits()
2404 prev_bh = ref_leaf_bh; in ocfs2_calc_refcount_meta_credits()
2405 get_bh(prev_bh); in ocfs2_calc_refcount_meta_credits()
2455 if (prev_bh) { in ocfs2_calc_refcount_meta_credits()
2456 rb = (struct ocfs2_refcount_block *)prev_bh->b_data; in ocfs2_calc_refcount_meta_credits()
2497 brelse(prev_bh); in ocfs2_calc_refcount_meta_credits()