Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dmeta_io.c440 struct buffer_head *first_bh, *bh; in gfs2_meta_ra() local
451 first_bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra()
453 if (buffer_uptodate(first_bh)) in gfs2_meta_ra()
455 if (!buffer_locked(first_bh)) in gfs2_meta_ra()
456 ll_rw_block(REQ_OP_READ, REQ_META | REQ_PRIO, 1, &first_bh); in gfs2_meta_ra()
471 if (!buffer_locked(first_bh) && buffer_uptodate(first_bh)) in gfs2_meta_ra()
475 wait_on_buffer(first_bh); in gfs2_meta_ra()
477 return first_bh; in gfs2_meta_ra()
/linux-4.19.296/fs/nilfs2/
Dmdt.c170 struct buffer_head *first_bh, *bh; in nilfs_mdt_read_block() local
175 err = nilfs_mdt_submit_block(inode, block, REQ_OP_READ, 0, &first_bh); in nilfs_mdt_read_block()
192 if (!buffer_locked(first_bh)) in nilfs_mdt_read_block()
197 wait_on_buffer(first_bh); in nilfs_mdt_read_block()
201 if (!buffer_uptodate(first_bh)) { in nilfs_mdt_read_block()
208 *out_bh = first_bh; in nilfs_mdt_read_block()
212 brelse(first_bh); in nilfs_mdt_read_block()