Searched refs:prev_bh (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/fs/affs/ |
D | file.c | 224 struct buffer_head *prev_bh; in affs_get_extblock_slow() local 231 prev_bh = affs_get_extblock(inode, ext - 1); in affs_get_extblock_slow() 232 if (IS_ERR(prev_bh)) in affs_get_extblock_slow() 233 return prev_bh; in affs_get_extblock_slow() 234 bh = affs_alloc_extblock(inode, prev_bh, ext); in affs_get_extblock_slow() 235 affs_brelse(prev_bh); in affs_get_extblock_slow() 534 struct buffer_head *bh, *prev_bh; in affs_extent_file_ofs() local 564 prev_bh = bh; in affs_extent_file_ofs() 577 if (prev_bh) { in affs_extent_file_ofs() 578 u32 tmp = be32_to_cpu(AFFS_DATA_HEAD(prev_bh)->next); in affs_extent_file_ofs() [all …]
|
/linux-3.4.99/fs/nilfs2/ |
D | cpfile.c | 579 struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; in nilfs_cpfile_set_snapshot() local 642 &prev_bh); in nilfs_cpfile_set_snapshot() 646 prev_bh = header_bh; in nilfs_cpfile_set_snapshot() 647 get_bh(prev_bh); in nilfs_cpfile_set_snapshot() 663 kaddr = kmap_atomic(prev_bh->b_page); in nilfs_cpfile_set_snapshot() 665 cpfile, prev, prev_bh, kaddr); in nilfs_cpfile_set_snapshot() 674 mark_buffer_dirty(prev_bh); in nilfs_cpfile_set_snapshot() 680 brelse(prev_bh); in nilfs_cpfile_set_snapshot() 698 struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; in nilfs_cpfile_clear_snapshot() local 745 &prev_bh); in nilfs_cpfile_clear_snapshot() [all …]
|
/linux-3.4.99/fs/ocfs2/ |
D | refcounttree.c | 2393 struct buffer_head *ref_leaf_bh = NULL, *prev_bh = NULL; in ocfs2_calc_refcount_meta_credits() local 2405 if (ref_leaf_bh != prev_bh) { in ocfs2_calc_refcount_meta_credits() 2410 if (prev_bh) { in ocfs2_calc_refcount_meta_credits() 2412 prev_bh->b_data; in ocfs2_calc_refcount_meta_credits() 2422 brelse(prev_bh); in ocfs2_calc_refcount_meta_credits() 2423 prev_bh = ref_leaf_bh; in ocfs2_calc_refcount_meta_credits() 2424 get_bh(prev_bh); in ocfs2_calc_refcount_meta_credits() 2476 if (prev_bh) { in ocfs2_calc_refcount_meta_credits() 2477 rb = (struct ocfs2_refcount_block *)prev_bh->b_data; in ocfs2_calc_refcount_meta_credits() 2519 brelse(prev_bh); in ocfs2_calc_refcount_meta_credits()
|