Searched refs:first_bh (Results 1 – 3 of 3) sorted by relevance
/linux/fs/gfs2/ |
H A D | meta_io.c | 521 struct buffer_head *first_bh, *bh; in gfs2_meta_ra() local 532 first_bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra() 534 if (buffer_uptodate(first_bh)) in gfs2_meta_ra() 536 bh_read_nowait(first_bh, REQ_META | REQ_PRIO); in gfs2_meta_ra() 548 if (!buffer_locked(first_bh) && buffer_uptodate(first_bh)) in gfs2_meta_ra() 552 wait_on_buffer(first_bh); in gfs2_meta_ra() 554 return first_bh; in gfs2_meta_ra()
|
/linux/fs/nilfs2/ |
H A D | mdt.c | 173 struct buffer_head *first_bh, *bh; in nilfs_mdt_read_block() local 178 err = nilfs_mdt_submit_block(inode, block, REQ_OP_READ, &first_bh); in nilfs_mdt_read_block() 195 if (!buffer_locked(first_bh)) in nilfs_mdt_read_block() 200 wait_on_buffer(first_bh); in nilfs_mdt_read_block() 204 if (!buffer_uptodate(first_bh)) { in nilfs_mdt_read_block() 211 *out_bh = first_bh; in nilfs_mdt_read_block() 215 brelse(first_bh); in nilfs_mdt_read_block()
|
/linux/include/linux/ |
H A D | fscrypt.h | 841 const struct buffer_head *first_bh, 867 const struct buffer_head *first_bh, in fscrypt_set_bio_crypt_ctx_bh() argument
|