Searched refs:is_block (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/xfs/scrub/ |
A D | dir.c | 344 bool is_block) in xchk_directory_data_bestfree() argument 360 if (is_block) { in xchk_directory_data_bestfree() 684 bool is_block = false; in xchk_directory_blocks() local 697 error = xfs_dir2_isblock(&args, &is_block); in xchk_directory_blocks() 725 is_block); in xchk_directory_blocks() 742 if (is_block) { in xchk_directory_blocks() 768 if (is_block) { in xchk_directory_blocks()
|
/linux-6.3-rc2/drivers/infiniband/hw/bnxt_re/ |
A D | qplib_rcfw.c | 89 struct creq_base *resp, void *sb, u8 is_block) in __send_message() argument 136 if (is_block) in __send_message() 208 void *sb, u8 is_block) in bnxt_qplib_rcfw_send_message() argument 221 rc = __send_message(rcfw, req, resp, sb, is_block); in bnxt_qplib_rcfw_send_message() 232 is_block ? mdelay(1) : usleep_range(500, 1000); in bnxt_qplib_rcfw_send_message() 236 if (is_block) in bnxt_qplib_rcfw_send_message()
|
A D | qplib_rcfw.h | 214 void *sbuf, u8 is_block);
|
/linux-6.3-rc2/fs/ext4/ |
A D | xattr.c | 1637 bool is_block) in ext4_xattr_set_entry() argument 1708 new_size && is_block && in ext4_xattr_set_entry() 1858 } else if (is_block) { in ext4_xattr_set_entry() 1869 if (is_block) in ext4_xattr_set_entry()
|
Completed in 16 milliseconds