Searched refs:is_block (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | dir.c | 330 bool is_block) in xchk_directory_data_bestfree() argument 346 if (is_block) { in xchk_directory_data_bestfree() 659 int is_block = 0; in xchk_directory_blocks() local 675 error = xfs_dir2_isblock(&args, &is_block); in xchk_directory_blocks() 683 if (is_block && in xchk_directory_blocks() 711 is_block); in xchk_directory_blocks() 728 if (is_block) { in xchk_directory_blocks() 754 if (is_block) { in xchk_directory_blocks()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/ |
| H 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 217 rc = __send_message(rcfw, req, resp, sb, is_block); in bnxt_qplib_rcfw_send_message() 228 is_block ? mdelay(1) : usleep_range(500, 1000); in bnxt_qplib_rcfw_send_message() 232 if (is_block) in bnxt_qplib_rcfw_send_message()
|
| H A D | qplib_rcfw.h | 212 void *sbuf, u8 is_block);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/ |
| H A D | Revert-udev-remove-userspace-firmware-loading-suppor.patch | 329 bool is_block; 340 event->is_block = streq("block", udev_device_get_subsystem(dev));
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | xattr.c | 1549 bool is_block) in ext4_xattr_set_entry() argument 1620 new_size && is_block && in ext4_xattr_set_entry() 1770 } else if (is_block) { in ext4_xattr_set_entry() 1781 if (is_block) in ext4_xattr_set_entry()
|