Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A Dmeta_io.c514 struct buffer_head *first_bh, *bh; in gfs2_meta_ra() local
525 first_bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra()
527 if (buffer_uptodate(first_bh)) in gfs2_meta_ra()
529 if (!buffer_locked(first_bh)) in gfs2_meta_ra()
530 ll_rw_block(REQ_OP_READ, REQ_META | REQ_PRIO, 1, &first_bh); in gfs2_meta_ra()
545 if (!buffer_locked(first_bh) && buffer_uptodate(first_bh)) in gfs2_meta_ra()
549 wait_on_buffer(first_bh); in gfs2_meta_ra()
551 return first_bh; in gfs2_meta_ra()
/linux/fs/nilfs2/
A 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()
/linux/fs/crypto/
A Dinline_crypt.c292 const struct buffer_head *first_bh, in fscrypt_set_bio_crypt_ctx_bh() argument
298 if (bh_get_inode_and_lblk_num(first_bh, &inode, &first_lblk)) in fscrypt_set_bio_crypt_ctx_bh()
/linux/include/linux/
A Dfscrypt.h708 const struct buffer_head *first_bh,
730 const struct buffer_head *first_bh, in fscrypt_set_bio_crypt_ctx_bh() argument

Completed in 11 milliseconds