Home
last modified time | relevance | path

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

/linux-2.6.39/fs/gfs2/
Dmeta_io.c420 struct buffer_head *first_bh, *bh; in gfs2_meta_ra() local
431 first_bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra()
433 if (buffer_uptodate(first_bh)) in gfs2_meta_ra()
435 if (!buffer_locked(first_bh)) in gfs2_meta_ra()
436 ll_rw_block(READ_SYNC | REQ_META, 1, &first_bh); in gfs2_meta_ra()
449 if (!buffer_locked(first_bh) && buffer_uptodate(first_bh)) in gfs2_meta_ra()
453 wait_on_buffer(first_bh); in gfs2_meta_ra()
455 return first_bh; in gfs2_meta_ra()
/linux-2.6.39/fs/nilfs2/
Dmdt.c176 struct buffer_head *first_bh, *bh; in nilfs_mdt_read_block() local
181 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()