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.
41 for any block device.
43 Unlike SG v3 (aka block/scsi_ioctl.c drivers/scsi/sg.c), SG v4
69 stored/retrieved to help protect the data. The block layer
78 bool "Zoned block device support"
81 Block layer zoned block device support. This option enables
[all …]
Dgenhd.c1627 int block; /* event blocking depth */ member
1700 cancel = !ev->block++; in disk_block_events()
1717 if (WARN_ON_ONCE(ev->block <= 0)) in __disk_unblock_events()
1720 if (--ev->block) in __disk_unblock_events()
1771 if (!ev->block) in disk_flush_events()
1865 if (!ev->block && intv) in disk_check_events()
2034 ev->block = 1; in disk_alloc_events()
2078 WARN_ON_ONCE(disk->ev && disk->ev->block != 1); in disk_release_events()
DKconfig.iosched29 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.c310 unsigned long block) in adfspart_check_ICSLinux() argument
313 unsigned char *data = read_part_sector(state, block, &sect); in adfspart_check_ICSLinux()