Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-verity.h104 bool in_bh; member
H A Ddm-verity-target.c254 if (static_branch_unlikely(&use_bh_wq_enabled) && io->in_bh) { in verity_verify_level()
304 else if (static_branch_unlikely(&use_bh_wq_enabled) && io->in_bh) { in verity_verify_level()
427 if (static_branch_unlikely(&use_bh_wq_enabled) && io->in_bh) { in verity_handle_data_hash_mismatch()
521 if (static_branch_unlikely(&use_bh_wq_enabled) && io->in_bh) { in verity_verify_io()
648 io->in_bh = false; in verity_work()
658 io->in_bh = true; in verity_bh_work()
/linux/fs/ocfs2/
H A Dfile.c2708 struct buffer_head *in_bh = NULL, *out_bh = NULL; in ocfs2_remap_file_range() local
2721 ret = ocfs2_reflink_inodes_lock(inode_in, &in_bh, inode_out, &out_bh); in ocfs2_remap_file_range()
2747 remapped = ocfs2_reflink_remap_blocks(inode_in, in_bh, pos_in, in ocfs2_remap_file_range()
2772 ocfs2_reflink_inodes_unlock(inode_in, in_bh, inode_out, out_bh); in ocfs2_remap_file_range()