Home
last modified time | relevance | path

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

/linux-4.4.14/fs/affs/
Dfile.c197 struct buffer_head *prev_bh; in affs_get_extblock_slow() local
203 prev_bh = affs_get_extblock(inode, ext - 1); in affs_get_extblock_slow()
204 if (IS_ERR(prev_bh)) in affs_get_extblock_slow()
205 return prev_bh; in affs_get_extblock_slow()
206 bh = affs_alloc_extblock(inode, prev_bh, ext); in affs_get_extblock_slow()
207 affs_brelse(prev_bh); in affs_get_extblock_slow()
542 struct buffer_head *bh, *prev_bh; in affs_extent_file_ofs() local
572 prev_bh = bh; in affs_extent_file_ofs()
585 if (prev_bh) { in affs_extent_file_ofs()
586 u32 tmp_next = be32_to_cpu(AFFS_DATA_HEAD(prev_bh)->next); in affs_extent_file_ofs()
[all …]
/linux-4.4.14/fs/nilfs2/
Dcpfile.c629 struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; in nilfs_cpfile_set_snapshot() local
692 &prev_bh); in nilfs_cpfile_set_snapshot()
696 prev_bh = header_bh; in nilfs_cpfile_set_snapshot()
697 get_bh(prev_bh); in nilfs_cpfile_set_snapshot()
713 kaddr = kmap_atomic(prev_bh->b_page); in nilfs_cpfile_set_snapshot()
715 cpfile, prev, prev_bh, kaddr); in nilfs_cpfile_set_snapshot()
724 mark_buffer_dirty(prev_bh); in nilfs_cpfile_set_snapshot()
730 brelse(prev_bh); in nilfs_cpfile_set_snapshot()
748 struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; in nilfs_cpfile_clear_snapshot() local
795 &prev_bh); in nilfs_cpfile_clear_snapshot()
[all …]
/linux-4.4.14/fs/ocfs2/
Drefcounttree.c2389 struct buffer_head *ref_leaf_bh = NULL, *prev_bh = NULL; in ocfs2_calc_refcount_meta_credits() local
2401 if (ref_leaf_bh != prev_bh) { in ocfs2_calc_refcount_meta_credits()
2406 if (prev_bh) { in ocfs2_calc_refcount_meta_credits()
2408 prev_bh->b_data; in ocfs2_calc_refcount_meta_credits()
2418 brelse(prev_bh); in ocfs2_calc_refcount_meta_credits()
2419 prev_bh = ref_leaf_bh; in ocfs2_calc_refcount_meta_credits()
2420 get_bh(prev_bh); in ocfs2_calc_refcount_meta_credits()
2470 if (prev_bh) { in ocfs2_calc_refcount_meta_credits()
2471 rb = (struct ocfs2_refcount_block *)prev_bh->b_data; in ocfs2_calc_refcount_meta_credits()
2512 brelse(prev_bh); in ocfs2_calc_refcount_meta_credits()