Searched refs:is_block (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/xfs/scrub/ |
D | dir.c | 319 bool is_block) in xchk_directory_data_bestfree() argument 339 if (is_block) { in xchk_directory_data_bestfree() 641 int is_block = 0; in xchk_directory_blocks() local 658 error = xfs_dir2_isblock(&args, &is_block); in xchk_directory_blocks() 666 if (is_block && in xchk_directory_blocks() 694 is_block); in xchk_directory_blocks() 711 if (is_block) { in xchk_directory_blocks() 737 if (is_block) { in xchk_directory_blocks()
|
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | qplib_rcfw.c | 82 struct creq_base *resp, void *sb, u8 is_block) in __send_message() argument 126 if (is_block) in __send_message() 197 void *sb, u8 is_block) in bnxt_qplib_rcfw_send_message() argument 206 rc = __send_message(rcfw, req, resp, sb, is_block); in bnxt_qplib_rcfw_send_message() 217 is_block ? mdelay(1) : usleep_range(500, 1000); in bnxt_qplib_rcfw_send_message() 221 if (is_block) in bnxt_qplib_rcfw_send_message()
|
D | qplib_rcfw.h | 216 void *sbuf, u8 is_block);
|
/Linux-v4.19/fs/ext4/ |
D | xattr.c | 1563 bool is_block) in ext4_xattr_set_entry() argument 1634 new_size && is_block && in ext4_xattr_set_entry() 1784 } else if (is_block) { in ext4_xattr_set_entry() 1795 if (is_block) in ext4_xattr_set_entry()
|