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.44 for any block device.46 Unlike SG v3 (aka block/scsi_ioctl.c drivers/scsi/sg.c), SG v471 stored/retrieved to help protect the data. The block layer85 bool "Zoned block device support"88 Block layer zoned block device support. This option enables[all …]
1893 int block; /* event blocking depth */ member1966 cancel = !ev->block++; in disk_block_events()1983 if (WARN_ON_ONCE(ev->block <= 0)) in __disk_unblock_events()1986 if (--ev->block) in __disk_unblock_events()2037 if (!ev->block) in disk_flush_events()2152 if (!ev->block && intv) in disk_check_events()2321 ev->block = 1; in disk_alloc_events()2365 WARN_ON_ONCE(disk->ev && disk->ev->block != 1); in disk_release_events()
35 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()