Searched refs:block (Results 1 – 5 of 5) sorted by relevance
6 bool "Enable the block layer" if EXPERT11 Provide block layer support for the kernel.13 Disable this option to remove the block layer support from the18 - block device files will become unusable22 they make use of various block layer definitions and facilities.33 Enable loading modules and creating block device instances based on64 stored/retrieved to help protect the data. The block layer79 bool "Zoned block device support"82 Block layer zoned block device support. This option enables83 support for ZAC/ZBC/ZNS host-managed and host-aware zoned block[all …]
16 int block; /* event blocking depth */ member89 cancel = !ev->block++; in disk_block_events()106 if (WARN_ON_ONCE(ev->block <= 0)) in __disk_unblock_events()109 if (--ev->block) in __disk_unblock_events()160 if (!ev->block) in disk_flush_events()203 if (!ev->block && intv) in disk_check_events()465 ev->block = 1; in disk_alloc_events()503 WARN_ON_ONCE(disk->ev && disk->ev->block != 1); in disk_release_events()
28 Documentation/block/bfq-iosched.rst
657 static u64 ldm_get_vnum (const u8 *block) in ldm_get_vnum() argument662 BUG_ON (!block); in ldm_get_vnum()664 length = *block++; in ldm_get_vnum()668 tmp = (tmp << 8) | *block++; in ldm_get_vnum()692 static int ldm_get_vstr (const u8 *block, u8 *buffer, int buflen) in ldm_get_vstr() argument696 BUG_ON (!block || !buffer); in ldm_get_vstr()698 length = block[0]; in ldm_get_vstr()703 memcpy (buffer, block + 1, length); in ldm_get_vstr()
309 unsigned long block) in adfspart_check_ICSLinux() argument312 unsigned char *data = read_part_sector(state, block, §); in adfspart_check_ICSLinux()