Searched refs:first_bh (Results 1 – 2 of 2) sorted by relevance
380 struct buffer_head *first_bh, *bh; in gfs2_meta_ra() local391 first_bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra()393 if (buffer_uptodate(first_bh)) in gfs2_meta_ra()395 if (!buffer_locked(first_bh)) in gfs2_meta_ra()396 ll_rw_block(READ_SYNC | REQ_META, 1, &first_bh); in gfs2_meta_ra()409 if (!buffer_locked(first_bh) && buffer_uptodate(first_bh)) in gfs2_meta_ra()413 wait_on_buffer(first_bh); in gfs2_meta_ra()415 return first_bh; in gfs2_meta_ra()
176 struct buffer_head *first_bh, *bh; in nilfs_mdt_read_block() local181 err = nilfs_mdt_submit_block(inode, block, READ, &first_bh); in nilfs_mdt_read_block()197 if (!buffer_locked(first_bh)) in nilfs_mdt_read_block()202 wait_on_buffer(first_bh); in nilfs_mdt_read_block()206 if (!buffer_uptodate(first_bh)) in nilfs_mdt_read_block()209 *out_bh = first_bh; in nilfs_mdt_read_block()213 brelse(first_bh); in nilfs_mdt_read_block()