Home
last modified time | relevance | path

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

/linux-6.15/fs/gfs2/
H A Dmeta_io.c520 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()
/linux-6.15/fs/nilfs2/
H A Dmdt.c173 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-6.15/fs/crypto/
H A 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-6.15/include/linux/
H A Dfscrypt.h838 const struct buffer_head *first_bh,
864 const struct buffer_head *first_bh, in fscrypt_set_bio_crypt_ctx_bh() argument