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

/linux-master/fs/affs/
H A Dfile.c200 struct buffer_head *prev_bh; local
206 prev_bh = affs_get_extblock(inode, ext - 1);
207 if (IS_ERR(prev_bh))
208 return prev_bh;
209 bh = affs_alloc_extblock(inode, prev_bh, ext);
210 affs_brelse(prev_bh);
562 struct buffer_head *bh, *prev_bh; local
592 prev_bh = bh;
605 if (prev_bh) {
606 u32 tmp_next = be32_to_cpu(AFFS_DATA_HEAD(prev_bh)
695 struct buffer_head *bh, *prev_bh; local
[all...]
/linux-master/fs/nilfs2/
H A Dcpfile.c750 struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; local
813 &prev_bh);
817 prev_bh = header_bh;
818 get_bh(prev_bh);
834 kaddr = kmap_local_page(prev_bh->b_page);
836 cpfile, prev, prev_bh, kaddr);
845 mark_buffer_dirty(prev_bh);
851 brelse(prev_bh);
869 struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; local
916 &prev_bh);
[all...]
/linux-master/fs/ocfs2/
H A Drefcounttree.c2380 struct buffer_head *ref_leaf_bh = NULL, *prev_bh = NULL; local
2392 if (ref_leaf_bh != prev_bh) {
2397 if (prev_bh) {
2399 prev_bh->b_data;
2409 brelse(prev_bh);
2410 prev_bh = ref_leaf_bh;
2411 get_bh(prev_bh);
2461 if (prev_bh) {
2462 rb = (struct ocfs2_refcount_block *)prev_bh->b_data;
2503 brelse(prev_bh);
[all...]

Completed in 203 milliseconds