Home
last modified time | relevance | path

Searched refs:block (Results 1 – 5 of 5) sorted by relevance

/block/
DKconfig6 bool "Enable the block layer" if EXPERT
11 Provide block layer support for the kernel.
13 Disable this option to remove the block layer support from the
18 - block device files will become unusable
22 they make use of various block layer definitions and facilities.
33 Enable loading modules and creating block device instances based on
64 stored/retrieved to help protect the data. The block layer
79 bool "Zoned block device support"
82 Block layer zoned block device support. This option enables
83 support for ZAC/ZBC/ZNS host-managed and host-aware zoned block
[all …]
Ddisk-events.c16 int block; /* event blocking depth */ member
89 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()
DKconfig.iosched28 Documentation/block/bfq-iosched.rst
/block/partitions/
Dldm.c657 static u64 ldm_get_vnum (const u8 *block) in ldm_get_vnum() argument
662 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() argument
696 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()
Dacorn.c309 unsigned long block) in adfspart_check_ICSLinux() argument
312 unsigned char *data = read_part_sector(state, block, &sect); in adfspart_check_ICSLinux()