Home
last modified time | relevance | path

Searched refs:first_bh (Results 1 – 2 of 2) sorted by relevance

/fs/gfs2/
Dmeta_io.c366 struct buffer_head *first_bh, *bh; in gfs2_meta_ra() local
377 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()
/fs/nilfs2/
Dmdt.c182 struct buffer_head *first_bh, *bh; in nilfs_mdt_read_block() local
187 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()