Home
last modified time | relevance | path

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

/fs/gfs2/
Dmeta_io.c509 struct buffer_head *first_bh, *bh; in gfs2_meta_ra() local
520 first_bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra()
522 if (buffer_uptodate(first_bh)) in gfs2_meta_ra()
524 if (!buffer_locked(first_bh)) in gfs2_meta_ra()
525 ll_rw_block(REQ_OP_READ, REQ_META | REQ_PRIO, 1, &first_bh); in gfs2_meta_ra()
540 if (!buffer_locked(first_bh) && buffer_uptodate(first_bh)) in gfs2_meta_ra()
544 wait_on_buffer(first_bh); in gfs2_meta_ra()
546 return first_bh; in gfs2_meta_ra()
/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()
/fs/crypto/
Dinline_crypt.c322 const struct buffer_head *first_bh, in fscrypt_set_bio_crypt_ctx_bh() argument
328 if (bh_get_inode_and_lblk_num(first_bh, &inode, &first_lblk)) in fscrypt_set_bio_crypt_ctx_bh()