Home
last modified time | relevance | path

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

/Linux-v6.1/fs/gfs2/
Dmeta_io.c513 struct buffer_head *first_bh, *bh; in gfs2_meta_ra() local
524 first_bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra()
526 if (buffer_uptodate(first_bh)) in gfs2_meta_ra()
528 bh_read_nowait(first_bh, REQ_META | REQ_PRIO); 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()
/Linux-v6.1/fs/nilfs2/
Dmdt.c171 struct buffer_head *first_bh, *bh; in nilfs_mdt_read_block() local
176 err = nilfs_mdt_submit_block(inode, block, REQ_OP_READ, &first_bh); in nilfs_mdt_read_block()
193 if (!buffer_locked(first_bh)) in nilfs_mdt_read_block()
198 wait_on_buffer(first_bh); in nilfs_mdt_read_block()
202 if (!buffer_uptodate(first_bh)) { in nilfs_mdt_read_block()
209 *out_bh = first_bh; in nilfs_mdt_read_block()
213 brelse(first_bh); in nilfs_mdt_read_block()
/Linux-v6.1/fs/crypto/
Dinline_crypt.c319 const struct buffer_head *first_bh, in fscrypt_set_bio_crypt_ctx_bh() argument
325 if (bh_get_inode_and_lblk_num(first_bh, &inode, &first_lblk)) in fscrypt_set_bio_crypt_ctx_bh()
/Linux-v6.1/include/linux/
Dfscrypt.h758 const struct buffer_head *first_bh,
784 const struct buffer_head *first_bh, in fscrypt_set_bio_crypt_ctx_bh() argument