Home
last modified time | relevance | path

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

/Linux-v5.10/fs/affs/
Dfile.c199 struct buffer_head *prev_bh; in affs_get_extblock_slow() local
205 prev_bh = affs_get_extblock(inode, ext - 1); in affs_get_extblock_slow()
206 if (IS_ERR(prev_bh)) in affs_get_extblock_slow()
207 return prev_bh; in affs_get_extblock_slow()
208 bh = affs_alloc_extblock(inode, prev_bh, ext); in affs_get_extblock_slow()
209 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-v5.10/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-v5.10/fs/ocfs2/
Drefcounttree.c2382 struct buffer_head *ref_leaf_bh = NULL, *prev_bh = NULL; in ocfs2_calc_refcount_meta_credits() local
2394 if (ref_leaf_bh != prev_bh) { in ocfs2_calc_refcount_meta_credits()
2399 if (prev_bh) { in ocfs2_calc_refcount_meta_credits()
2401 prev_bh->b_data; in ocfs2_calc_refcount_meta_credits()
2411 brelse(prev_bh); in ocfs2_calc_refcount_meta_credits()
2412 prev_bh = ref_leaf_bh; in ocfs2_calc_refcount_meta_credits()
2413 get_bh(prev_bh); in ocfs2_calc_refcount_meta_credits()
2463 if (prev_bh) { in ocfs2_calc_refcount_meta_credits()
2464 rb = (struct ocfs2_refcount_block *)prev_bh->b_data; in ocfs2_calc_refcount_meta_credits()
2505 brelse(prev_bh); in ocfs2_calc_refcount_meta_credits()