Searched refs:first_bh (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/gfs2/ |
A D | meta_io.c | 519 struct buffer_head *first_bh, *bh; in gfs2_meta_ra() local 530 first_bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra() 532 if (buffer_uptodate(first_bh)) in gfs2_meta_ra() 534 bh_read_nowait(first_bh, REQ_META | REQ_PRIO); in gfs2_meta_ra() 546 if (!buffer_locked(first_bh) && buffer_uptodate(first_bh)) in gfs2_meta_ra() 550 wait_on_buffer(first_bh); in gfs2_meta_ra() 552 return first_bh; in gfs2_meta_ra()
|
/linux-6.3-rc2/fs/nilfs2/ |
A D | mdt.c | 171 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-6.3-rc2/fs/crypto/ |
A D | inline_crypt.c | 315 const struct buffer_head *first_bh, in fscrypt_set_bio_crypt_ctx_bh() argument 321 if (bh_get_inode_and_lblk_num(first_bh, &inode, &first_lblk)) in fscrypt_set_bio_crypt_ctx_bh()
|
/linux-6.3-rc2/include/linux/ |
A D | fscrypt.h | 748 const struct buffer_head *first_bh, 774 const struct buffer_head *first_bh, in fscrypt_set_bio_crypt_ctx_bh() argument
|
Completed in 8 milliseconds