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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dmeta_io.c419 struct buffer_head *first_bh, *bh; local
430 first_bh = gfs2_getbuf(gl, dblock, CREATE);
432 if (buffer_uptodate(first_bh))
434 if (!buffer_locked(first_bh))
435 ll_rw_block(READ_SYNC | REQ_META, 1, &first_bh);
448 if (!buffer_locked(first_bh) && buffer_uptodate(first_bh))
452 wait_on_buffer(first_bh);
454 return first_bh;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dmdt.c193 struct buffer_head *first_bh, *bh; local
198 err = nilfs_mdt_submit_block(inode, block, READ, &first_bh);
214 if (!buffer_locked(first_bh))
219 wait_on_buffer(first_bh);
223 if (!buffer_uptodate(first_bh))
226 *out_bh = first_bh;
230 brelse(first_bh);

Completed in 72 milliseconds