| /linux/fs/btrfs/tests/ |
| H A D | raid-stripe-tree-tests.c | 86 bioc->logical = logical2; in test_punch_hole_3extents() 107 bioc->logical = logical3; in test_punch_hole_3extents() 262 bioc->logical = logical2; in test_delete_two_extents() 283 bioc->logical = logical3; in test_delete_two_extents() 545 bioc->logical = logical2; in test_front_delete_prev_item() 651 u64 logical = SZ_1M; in test_front_delete() local 655 bioc = alloc_btrfs_io_context(fs_info, logical, RST_TEST_NUM_DEVICES); in test_front_delete() 676 stripe->physical = logical + i * SZ_1G; in test_front_delete() 685 ret = btrfs_get_raid_extent_offset(fs_info, logical, &len, map_type, 0, &io_stripe); in test_front_delete() 687 test_err("lookup of RAID extent [%llu, %llu] failed", logical, in test_front_delete() [all …]
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-ebs.rst | 7 a smaller logical block size on a device with a larger logical block 11 Supported emulated logical block sizes 512, 1024, 2048 and 4096. 29 Number of sectors defining the logical block size to be emulated; 35 Number of sectors defining the logical block size of <dev path>. 37 If not provided, the logical block size of <dev path> will be used. 42 Emulate 1 sector = 512 bytes logical block size on /dev/sda starting at 47 Emulate 2 sector = 1KiB logical block size on /dev/sda starting at 49 This presumes 2KiB logical blocksize on /dev/sda or less to work:
|
| /linux/Documentation/usb/ |
| H A D | mass-storage.rst | 10 multiple logical units (LUNs). Backing storage for each LUN is 41 backing storage for each logical unit. There may be at most 48 read, but (if the logical unit is writable) due to buffering on 51 The size of the logical unit will be rounded down to a full 52 logical block. The logical block size is 2048 bytes for LUNs 58 This parameter specifies whether each logical unit should be 62 If this option is set for a logical unit, gadget will accept an 64 backing file will be closed to simulate ejection and the logical 69 If a logical unit is not removable (the default), a backing file 81 Note that “removable” means the logical unit's media can be [all …]
|
| /linux/fs/btrfs/ |
| H A D | tree-mod-log.c | 11 u64 logical; member 17 u64 logical; member 161 if (cur->logical < tm->logical) in tree_mod_log_insert() 163 else if (cur->logical > tm->logical) in tree_mod_log_insert() 250 tm->logical = eb->start; in alloc_tree_mod_elem() 308 tm->logical = eb->start; in tree_mod_log_alloc_move() 464 tm->logical = new_root->start; in btrfs_tree_mod_log_insert_root() 465 tm->old_root.logical = old_root->start; in btrfs_tree_mod_log_insert_root() 524 if (cur->logical < start) { in __tree_mod_log_search() 526 } else if (cur->logical > start) { in __tree_mod_log_search() [all …]
|
| H A D | scrub.c | 146 u64 logical; member 320 u64 logical; member 564 swarn->errstr, swarn->logical, in scrub_print_warning_inode() 577 swarn->errstr, swarn->logical, in scrub_print_warning_inode() 586 bool is_super, u64 logical, u64 physical) in scrub_print_common_warning() argument 609 swarn.logical = logical; in scrub_print_common_warning() 613 ret = extent_from_logical(fs_info, swarn.logical, path, &found_key, in scrub_print_common_warning() 636 swarn.logical, ret); in scrub_print_common_warning() 643 errstr, swarn.logical, btrfs_dev_name(dev), in scrub_print_common_warning() 654 ctx.extent_item_pos = swarn.logical - found_key.objectid; in scrub_print_common_warning() [all …]
|
| H A D | zoned.c | 1636 u64 logical = cache->start; in btrfs_load_block_group_zone_info() local 1653 logical, length, fs_info->zone_size); in btrfs_load_block_group_zone_info() 1657 map = btrfs_find_chunk_map(fs_info, logical, length); in btrfs_load_block_group_zone_info() 1774 logical, last_alloc, cache->alloc_offset); in btrfs_load_block_group_zone_info() 1859 sum->logical -= bbio->orig_physical - physical; in btrfs_record_physical_zoned() 1861 sum->logical += physical - bbio->orig_physical; in btrfs_record_physical_zoned() 1865 u64 logical) in btrfs_rewrite_logical_zoned() argument 1870 ordered->disk_bytenr = logical; in btrfs_rewrite_logical_zoned() 1877 em->disk_bytenr = logical; in btrfs_rewrite_logical_zoned() 1883 u64 logical, u64 len) in btrfs_zoned_split_ordered() argument [all …]
|
| H A D | tree-checker.c | 772 const struct btrfs_chunk *chunk, u64 logical, in chunk_err() argument 801 logical, &vaf); in chunk_err() 806 logical, &vaf); in chunk_err() 821 const struct btrfs_chunk *chunk, u64 logical, in btrfs_check_chunk_valid() argument 857 chunk_err(fs_info, leaf, chunk, logical, in btrfs_check_chunk_valid() 862 chunk_err(fs_info, leaf, chunk, logical, in btrfs_check_chunk_valid() 868 chunk_err(fs_info, leaf, chunk, logical, in btrfs_check_chunk_valid() 873 if (unlikely(!IS_ALIGNED(logical, sectorsize))) { in btrfs_check_chunk_valid() 874 chunk_err(fs_info, leaf, chunk, logical, in btrfs_check_chunk_valid() 876 logical, sectorsize); in btrfs_check_chunk_valid() [all …]
|
| /linux/Documentation/userspace-api/media/cec/ |
| H A D | cec-ioc-adap-g-log-addrs.rst | 15 CEC_ADAP_G_LOG_ADDRS, CEC_ADAP_S_LOG_ADDRS - Get or set the logical addresses 40 To query the current CEC logical addresses, applications call 42 struct :c:type:`cec_log_addrs` where the driver stores the logical addresses. 44 To set new logical addresses, applications fill in 52 To clear existing logical addresses set ``num_log_addrs`` to 0. All other fields 58 then this ioctl will block until all requested logical 60 not wait for the logical addresses to be claimed, instead it just returns 0. 63 logical addresses are claimed or cleared. 66 logical address types are already defined will return with error ``EBUSY``. 81 - The actual logical addresses that were claimed. This is set by the [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-pci-devices-cciss | 5 Description: Displays the SCSI INQUIRY page 0 model for logical drive 12 Description: Displays the SCSI INQUIRY page 0 revision for logical 19 Description: Displays the SCSI INQUIRY page 83 serial number for logical 26 Description: Displays the SCSI INQUIRY page 0 vendor for logical drive 39 Description: Kicks of a rescan of the controller to discover logical 46 Description: Displays the 8-byte LUN ID used to address logical 53 Description: Displays the RAID level of logical drive Y of 60 Description: Displays the usage count (number of opens) of logical drive Y
|
| H A D | sysfs-class-fc | 8 an application or logical entity such as a virtual 9 machine or container group. The application or logical
|
| /linux/Documentation/i2c/ |
| H A D | i2c-sysfs.rst | 12 kernel abstracts the MUX channels into logical I2C bus numbers. However, there 14 to logical I2C bus number. This doc is aimed to fill in this gap, so the 16 the concept of logical I2C buses in the kernel, by knowing the physical I2C 41 start with ``i2c-`` are I2C buses, which may be either physical or logical. The 80 Every I2C bus number you see in Linux I2C Sysfs is a logical I2C bus with a 84 Each logical I2C bus may be an abstraction of a physical I2C bus controller, or 86 MUX channel, whenever we access an I2C device via a such logical bus, the kernel 93 If the logical I2C bus is a direct abstraction of a physical I2C bus controller, 101 to a different number in logical I2C bus level in Device Tree Source (DTS) under 106 bus physical number the same as their corresponding logical I2C bus number, [all …]
|
| /linux/drivers/md/dm-vdo/ |
| H A D | dump.c | 163 wait_on, data_vio, data_vio->allocation.pbn, data_vio->logical.lbn, in dump_vio_waiters() 169 data_vio, data_vio->allocation.pbn, data_vio->logical.lbn, in dump_vio_waiters() 239 data_vio->allocation.pbn, data_vio->logical.lbn, in dump_data_vio() 244 data_vio->allocation.pbn, data_vio->logical.lbn); in dump_data_vio() 248 data_vio->logical.lbn); in dump_data_vio() 272 dump_vio_waiters(&data_vio->logical.waiters, "lbn"); in dump_data_vio()
|
| H A D | data-vio.c | 248 struct lbn_lock *lock = &data_vio->logical; in initialize_lbn_lock() 259 data_vio->logical.locked = true; in launch_locked_request() 425 struct lbn_lock *lock = &data_vio->logical; in attempt_logical_block_lock() 432 if (data_vio->logical.lbn >= vdo->states.vdo.config.logical_blocks) { in attempt_logical_block_lock() 450 result = VDO_ASSERT(lock_holder->logical.locked, "logical block lock held"); in attempt_logical_block_lock() 472 vdo_waitq_enqueue_waiter(&lock_holder->logical.waiters, &data_vio->waiter); in attempt_logical_block_lock() 1120 (unsigned long long) data_vio->logical.lbn, in update_data_vio_error_stats() 1179 &next_lock_holder->logical.waiters); in transfer_lock() 1197 if (vdo_waitq_has_waiters(&next_lock_holder->logical.waiters)) in transfer_lock() 1216 struct lbn_lock *lock = &data_vio->logical; in release_logical_lock() [all …]
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | special-register-buffer-data-sampling.rst | 66 staging buffer before the secret data can be accessed by another logical 70 accesses from other logical processors will be delayed until the special 78 #. Executing RDRAND at the same time on multiple logical processors will be 83 logical processors that miss their core caches, with an impact similar to 88 Software Guard Extensions (Intel SGX) enclaves. On logical processors that 90 take longer to execute and do not impact performance of sibling logical 102 Setting IA32_MCU_OPT_CTRL[0] (RNGDS_MITG_DIS) to 1 for a logical processor 104 enclave on that logical processor. Opting out of the mitigation for a 105 particular logical processor does not affect the RDRAND and RDSEED mitigations 106 for other logical processors.
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-class-ubi | 38 Amount of available logical eraseblock. For example, one may 39 create a new UBI volume which has this amount of logical 70 Maximum logical eraseblock size this UBI device may provide. UBI 71 volumes may have smaller logical eraseblock size because of their 148 Volume alignment - the value the logical eraseblock size of 150 logical eraseblock size is multiple of 2048. In other words, 151 volume logical eraseblock size is UBI device logical eraseblock 192 Equivalent to the volume size in logical eraseblocks. 219 Logical eraseblock size of this volume. Equivalent to logical
|
| /linux/Documentation/gpu/rfc/ |
| H A D | i915_scheduler.rst | 104 * Export engines logical mapping 109 Export engines logical mapping 111 Certain use cases require BBs to be placed on engine instances in logical order 112 (e.g. split-frame on gen11+). The logical mapping of engine instances can change 114 logical mapping with the existing query engine info IOCTL. Also the GuC 116 engines in logical order which is a new requirement compared to execlists. 117 Lastly, all current platforms have at most 2 engine instances and the logical 122 logical instance has been returned and a new field, 123 drm_i915_engine_info.logical_instance, returns the logical instance.
|
| /linux/Documentation/userspace-api/ |
| H A D | isapnp.rst | 13 This directory allows access to ISA PnP cards and logical devices. 15 a logical device.
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | about.rst | 25 ext4 divides a storage device into an array of logical blocks both to 31 logical blocks, not raw LBAs, and not 1024-byte blocks. For the sake of 32 convenience, the logical block size will be referred to as
|
| /linux/Documentation/driver-api/pm/ |
| H A D | cpuidle.rst | 16 Every time one of the logical CPUs in the system (the entities that appear to 21 belongs to. That can be done by making the idle logical CPU stop fetching 44 one of the logical CPUs in the system turns out to be idle. Its role is to 81 (logical) CPU represented by the struct cpuidle_device object pointed 99 Called to make the governor stop handling the (logical) CPU represented 113 Called to select an idle state for the processor holding the (logical) 168 the logical CPUs handled by the given driver. 211 representing the logical CPU running this callback and the 227 is, idle states that can only be asked for if multiple related logical CPUs are 230 asked for if only one logical CPU is idle). [all …]
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| H A D | media-controller-model.rst | 15 It can correspond to a large variety of logical blocks such as 16 physical hardware devices (CMOS sensor for instance), logical 38 entities form a single logical unit. For example this could represent the
|
| /linux/Documentation/driver-api/media/ |
| H A D | cec-core.rst | 18 other through the HDMI connection. The protocol uses logical addresses in the 19 communication. The logical address is strictly connected with the functionality 66 the number of simultaneous logical addresses that this 136 means powering it up in a state where no logical addresses are claimed. The 171 To program a new logical address:: 175 If logical_addr == CEC_LOG_ADDR_INVALID then all programmed logical addresses 176 are to be erased. Otherwise the given logical address should be programmed. 177 If the maximum number of available logical addresses is exceeded, then it 178 should return -ENXIO. Once a logical address is programmed the CEC hardware 409 The adapter is fully configured, i.e. all logical addresses have been [all …]
|
| /linux/Documentation/driver-api/serial/ |
| H A D | serial-rs485.rst | 77 /* Set logical level for RTS pin equal to 1 when sending: */ 79 /* or, set logical level for RTS pin equal to 0 when sending: */ 82 /* Set logical level for RTS pin equal to 1 after sending: */ 84 /* or, set logical level for RTS pin equal to 0 after sending: */
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | format.rst | 38 assigns a logical stream (video data, VBI data etc.) exclusively to one 47 multiple file descriptors which grabbed different logical streams 59 Generally only one logical stream can be assigned to a file descriptor, 62 earlier versions of V4L2. Switching the logical stream or returning into
|
| /linux/drivers/mtd/ |
| H A D | inftlmount.c | 502 int logical, block, i; in INFTL_dumpVUchains() local 508 for (logical = 0; logical < s->nb_blocks; logical++) { in INFTL_dumpVUchains() 509 block = s->VUtable[logical]; in INFTL_dumpVUchains() 512 pr_debug(" LOGICAL %d --> %d ", logical, block); in INFTL_dumpVUchains()
|
| /linux/Documentation/userspace-api/gpio/ |
| H A D | gpio-handle-set-line-values-ioctl.rst | 39 The values set are logical, indicating if the line is to be active or inactive. 40 The ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` flag controls the mapping between logical
|