Home
last modified time | relevance | path

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

/linux-6.6.21/fs/affs/
Dfile.c200 struct buffer_head *prev_bh; in affs_get_extblock_slow() local
206 prev_bh = affs_get_extblock(inode, ext - 1); in affs_get_extblock_slow()
207 if (IS_ERR(prev_bh)) in affs_get_extblock_slow()
208 return prev_bh; in affs_get_extblock_slow()
209 bh = affs_alloc_extblock(inode, prev_bh, ext); in affs_get_extblock_slow()
210 affs_brelse(prev_bh); in affs_get_extblock_slow()
562 struct buffer_head *bh, *prev_bh; in affs_extent_file_ofs() local
592 prev_bh = bh; in affs_extent_file_ofs()
605 if (prev_bh) { in affs_extent_file_ofs()
606 u32 tmp_next = be32_to_cpu(AFFS_DATA_HEAD(prev_bh)->next); in affs_extent_file_ofs()
[all …]
/linux-6.6.21/fs/nilfs2/
Dcpfile.c619 struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; in nilfs_cpfile_set_snapshot() local
682 &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()
703 kaddr = kmap_atomic(prev_bh->b_page); 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()
738 struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; in nilfs_cpfile_clear_snapshot() local
785 &prev_bh); in nilfs_cpfile_clear_snapshot()
[all …]
/linux-6.6.21/fs/ocfs2/
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()