Searched refs:first_bh (Results 1 – 2 of 2) sorted by relevance
366 struct buffer_head *first_bh, *bh; in gfs2_meta_ra() local377 first_bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra()379 if (buffer_uptodate(first_bh)) in gfs2_meta_ra()381 if (!buffer_locked(first_bh)) in gfs2_meta_ra()382 ll_rw_block(READ_SYNC | REQ_META, 1, &first_bh); in gfs2_meta_ra()395 if (!buffer_locked(first_bh) && buffer_uptodate(first_bh)) in gfs2_meta_ra()399 wait_on_buffer(first_bh); in gfs2_meta_ra()401 return first_bh; in gfs2_meta_ra()
182 struct buffer_head *first_bh, *bh; in nilfs_mdt_read_block() local187 err = nilfs_mdt_submit_block(inode, block, READ, &first_bh); in nilfs_mdt_read_block()203 if (!buffer_locked(first_bh)) in nilfs_mdt_read_block()208 wait_on_buffer(first_bh); in nilfs_mdt_read_block()212 if (!buffer_uptodate(first_bh)) in nilfs_mdt_read_block()215 *out_bh = first_bh; in nilfs_mdt_read_block()219 brelse(first_bh); in nilfs_mdt_read_block()