Searched refs:first_bh (Results 1 – 3 of 3) sorted by relevance
| /fs/gfs2/ |
| A D | meta_io.c | 520 struct buffer_head *first_bh, *bh; in gfs2_meta_ra() local 531 first_bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra() 533 if (buffer_uptodate(first_bh)) in gfs2_meta_ra() 535 bh_read_nowait(first_bh, REQ_META | REQ_PRIO); in gfs2_meta_ra() 547 if (!buffer_locked(first_bh) && buffer_uptodate(first_bh)) in gfs2_meta_ra() 551 wait_on_buffer(first_bh); in gfs2_meta_ra() 553 return first_bh; in gfs2_meta_ra()
|
| /fs/nilfs2/ |
| 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()
|
| /fs/crypto/ |
| A D | inline_crypt.c | 352 const struct buffer_head *first_bh, in fscrypt_set_bio_crypt_ctx_bh() argument 358 if (bh_get_inode_and_lblk_num(first_bh, &inode, &first_lblk)) in fscrypt_set_bio_crypt_ctx_bh()
|
Completed in 9 milliseconds