/linux-4.1.27/Documentation/usb/ |
D | mass-storage.txt | 5 multiple logical units (LUNs). Backing storage for each LUN is 35 backing storage for each logical unit. There may be at most 42 read, but (if the logical unit is writable) due to buffering on 45 The size of the logical unit will be rounded down to a full 46 logical block. The logical block size is 2048 bytes for LUNs 52 This parameter specifies whether each logical unit should be 56 If this option is set for a logical unit, gadget will accept an 58 backing file will be closed to simulate ejection and the logical 63 If a logical unit is not removable (the default), a backing file 75 Note that “removable” means the logical unit's media can be [all …]
|
D | mtouchusb.txt | 41 logical choice is to use Linux Input.
|
D | WUSB-Design-overview.txt | 81 The different logical parts of this driver are:
|
D | power-management.txt | 589 hub descriptor (wHubCharacteristics logical power switching mode field).
|
/linux-4.1.27/fs/btrfs/ |
D | reada.c | 67 u64 logical; member 103 static int reada_add_block(struct reada_control *rc, u64 logical, 249 struct btrfs_device *dev, u64 logical, in reada_find_zone() argument 262 logical >> PAGE_CACHE_SHIFT, 1); in reada_find_zone() 268 if (logical >= zone->start && logical < zone->end) in reada_find_zone() 275 cache = btrfs_lookup_block_group(fs_info, logical); in reada_find_zone() 309 logical >> PAGE_CACHE_SHIFT, 1); in reada_find_zone() 319 u64 logical, in reada_find_extent() argument 333 unsigned long index = logical >> PAGE_CACHE_SHIFT; in reada_find_extent() 350 re->logical = logical; in reada_find_extent() [all …]
|
D | scrub.c | 79 u64 logical; member 99 u64 logical; member 210 u64 logical; member 225 u64 logical; member 238 u64 logical; member 277 static int scrub_pages(struct scrub_ctx *sctx, u64 logical, u64 len, 304 static int copy_nocow_pages(struct scrub_ctx *sctx, u64 logical, u64 len, 589 swarn->logical, rcu_str_deref(swarn->dev->name), in scrub_print_warning_inode() 601 swarn->logical, rcu_str_deref(swarn->dev->name), in scrub_print_warning_inode() 634 swarn.logical = sblock->pagev[0]->logical; in scrub_print_warning() [all …]
|
D | volumes.h | 273 u64 logical; member 410 u64 logical, u64 *length, 413 u64 logical, u64 *length, 418 u64 **logical, int *naddrs, int *stripe_len); 441 int btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len); 480 u64 logical, u64 len, int mirror_num); 483 u64 logical);
|
D | backref.h | 35 int extent_from_logical(struct btrfs_fs_info *fs_info, u64 logical, 48 int iterate_inodes_from_logical(u64 logical, struct btrfs_fs_info *fs_info,
|
D | volumes.c | 4741 int btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len) in btrfs_num_copies() argument 4750 em = lookup_extent_mapping(em_tree, logical, len); in btrfs_num_copies() 4759 btrfs_crit(fs_info, "No mapping for %Lu-%Lu", logical, in btrfs_num_copies() 4760 logical+len); in btrfs_num_copies() 4764 if (em->start > logical || em->start + em->len < logical) { in btrfs_num_copies() 4766 "%Lu-%Lu", logical, logical+len, em->start, in btrfs_num_copies() 4795 u64 logical) in btrfs_full_stripe_len() argument 4803 em = lookup_extent_mapping(em_tree, logical, len); in btrfs_full_stripe_len() 4807 BUG_ON(em->start > logical || em->start + em->len < logical); in btrfs_full_stripe_len() 4816 u64 logical, u64 len, int mirror_num) in btrfs_is_parity_mirror() argument [all …]
|
D | raid56.h | 57 struct page *page, u64 logical);
|
D | backref.c | 1424 int extent_from_logical(struct btrfs_fs_info *fs_info, u64 logical, argument 1440 key.objectid = logical; 1459 if (found_key->objectid > logical || 1460 found_key->objectid + size <= logical) { 1461 pr_debug("logical %llu is not within any extent\n", logical); 1474 logical, logical - found_key->objectid, found_key->objectid, 1686 int iterate_inodes_from_logical(u64 logical, struct btrfs_fs_info *fs_info, argument 1696 ret = extent_from_logical(fs_info, logical, path, &found_key, &flags); 1703 extent_item_pos = logical - found_key.objectid;
|
D | raid56.c | 1359 u64 logical = bio->bi_iter.bi_sector; in find_logical_bio_stripe() local 1363 logical <<= 9; in find_logical_bio_stripe() 1367 if (logical >= stripe_start && in find_logical_bio_stripe() 1368 logical < stripe_start + rbio->stripe_len) { in find_logical_bio_stripe() 2236 struct page *page, u64 logical) in raid56_parity_add_scrub_pages() argument 2241 ASSERT(logical >= rbio->bbio->raid_map[0]); in raid56_parity_add_scrub_pages() 2242 ASSERT(logical + PAGE_SIZE <= rbio->bbio->raid_map[0] + in raid56_parity_add_scrub_pages() 2244 stripe_offset = (int)(logical - rbio->bbio->raid_map[0]); in raid56_parity_add_scrub_pages()
|
D | extent_io.c | 2026 int repair_io_failure(struct inode *inode, u64 start, u64 length, u64 logical, in repair_io_failure() argument 2042 if (btrfs_is_parity_mirror(map_tree, logical, length, mirror_num)) in repair_io_failure() 2051 ret = btrfs_map_block(fs_info, WRITE, logical, in repair_io_failure() 2154 num_copies = btrfs_num_copies(fs_info, failrec->logical, in clean_io_failure() 2158 failrec->logical, page, in clean_io_failure() 2213 u64 logical; in btrfs_get_io_failure_record() local 2245 logical = start - em->start; in btrfs_get_io_failure_record() 2246 logical = em->block_start + logical; in btrfs_get_io_failure_record() 2248 logical = em->block_start; in btrfs_get_io_failure_record() 2255 logical, start, failrec->len); in btrfs_get_io_failure_record() [all …]
|
D | extent_io.h | 336 int repair_io_failure(struct inode *inode, u64 start, u64 length, u64 logical, 357 u64 logical; member
|
D | ctree.c | 308 u64 logical; member 703 tm->old_root.logical = old_root->start; in tree_mod_log_insert_root() 1257 root_logical = tm->old_root.logical; in __tree_mod_log_oldest_root() 1422 u64 logical; in get_old_root() local 1432 logical = old_root->logical; in get_old_root() 1434 logical = eb_root->start; in get_old_root() 1437 tm = tree_mod_log_search(root->fs_info, logical, time_seq); in get_old_root() 1441 old = read_tree_block(root, logical, 0); in get_old_root() 1445 "failed to read tree block %llu from get_old_root", logical); in get_old_root() 1453 eb = alloc_dummy_extent_buffer(root->fs_info, logical); in get_old_root()
|
D | inode.c | 1798 u64 logical = (u64)bio->bi_iter.bi_sector << 9; in btrfs_merge_bio_hook() local 1808 ret = btrfs_map_block(root->fs_info, rw, logical, in btrfs_merge_bio_hook() 7654 failrec->logical, failrec->len); in btrfs_check_dio_repairable() 7709 isector = start - btrfs_io_bio(failed_bio)->logical; in dio_read_error() 7765 start = io_bio->logical; in __btrfs_correct_data_nocsum() 7835 start = io_bio->logical; in __btrfs_subio_endio_read() 8139 btrfs_io_bio(bio)->logical = file_offset; in btrfs_submit_direct_hook() 8174 btrfs_io_bio(bio)->logical = file_offset; in btrfs_submit_direct_hook() 8247 btrfs_bio->logical = file_offset; in btrfs_submit_direct()
|
D | extent-tree.c | 259 u64 *logical; in exclude_super_stripes() local 276 0, &logical, &nr, &stripe_len); in exclude_super_stripes() 283 if (logical[nr] > cache->key.objectid + in exclude_super_stripes() 287 if (logical[nr] + stripe_len <= cache->key.objectid) in exclude_super_stripes() 290 start = logical[nr]; in exclude_super_stripes() 293 len = (logical[nr] + stripe_len) - start; in exclude_super_stripes() 303 kfree(logical); in exclude_super_stripes() 308 kfree(logical); in exclude_super_stripes()
|
D | send.c | 1281 u64 logical; in find_extent_clone() local 1335 logical = disk_byte + btrfs_file_extent_offset(eb, fi); in find_extent_clone() 1379 extent_item_pos = logical - found_key.objectid; in find_extent_clone() 1402 data_offset, ino, num_bytes, logical); in find_extent_clone()
|
D | ioctl.c | 4449 ret = iterate_inodes_from_logical(loi->logical, root->fs_info, path, in btrfs_ioctl_logical_to_ino()
|
/linux-4.1.27/Documentation/ABI/testing/ |
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
|
D | sysfs-block | 77 bigger than the logical block size (for instance a drive 78 with 4KB physical sectors exposing 512-byte logical 88 bigger than the logical block size (for instance a drive 89 with 4KB physical sectors exposing 512-byte logical 106 write atomically. It is usually the same as the logical 108 drives with 4KB sectors that expose a 512-byte logical 160 the exported logical block size. The discard_alignment 171 the exported logical block size. The discard_alignment 182 than the logical block size. The discard_granularity
|
D | sysfs-class-scsi_host | 22 of a logical drive, bypassing the controllers firmware RAID 28 controller wide, affecting all configured logical drives on the
|
D | sysfs-devices-system-cpu | 8 named by the kernel's logical CPU number, e.g.: 78 Description: CPU topology files that describe a logical CPU's relationship 81 One cpu# directory is created per logical CPU in the system, 93 core_siblings_list: human-readable list of the logical CPU 253 shared_cpu_list: the list of logical cpus sharing the cache 255 shared_cpu_map: logical cpu mask containing the list of cpus sharing
|
D | sysfs-devices-system-xen_cpu | 8 subdirectories named by the Xen's logical cpu number, e.g.:
|
/linux-4.1.27/fs/ |
D | ioctl.c | 85 int fiemap_fill_next_extent(struct fiemap_extent_info *fieinfo, u64 logical, in fiemap_fill_next_extent() argument 108 extent.fe_logical = logical; in fiemap_fill_next_extent() 257 u64 logical = 0, phys = 0, size = 0; in __generic_block_fiemap() local 319 ret = fiemap_fill_next_extent(fieinfo, logical, in __generic_block_fiemap() 323 ret = fiemap_fill_next_extent(fieinfo, logical, in __generic_block_fiemap() 348 ret = fiemap_fill_next_extent(fieinfo, logical, in __generic_block_fiemap() 359 ret = fiemap_fill_next_extent(fieinfo, logical, in __generic_block_fiemap() 366 logical = blk_to_logical(inode, start_blk); in __generic_block_fiemap() 378 if (!past_eof && logical + size >= isize) in __generic_block_fiemap()
|
/linux-4.1.27/Documentation/ABI/stable/ |
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 139 Volume alignment - the value the logical eraseblock size of 141 logical eraseblock size is multiple of 2048. In other words, 142 volume logical eraseblock size is UBI device logical eraseblock 183 Equivalent to the volume size in logical eraseblocks. 210 Logical eraseblock size of this volume. Equivalent to logical
|
D | sysfs-bus-firewire | 120 SCSI target port identifier and logical unit identifier of a 121 logical unit of an SBP-2 target. The identifiers are specified
|
D | sysfs-class-udc | 72 logical disconnection from the USB Host.
|
/linux-4.1.27/Documentation/ |
D | isapnp.txt | 12 This directory allows access to ISA PnP cards and logical devices. 14 a logical device.
|
D | devices.txt | 212 partitions, and 5 and above are logical partitions. 1142 58 block Reserved for logical volume manager 1352 0 = /dev/ida/c0d0 First logical drive whole disk 1353 16 = /dev/ida/c0d1 Second logical drive whole disk 1355 240 = /dev/ida/c0d15 16th logical drive whole disk 1372 0 = /dev/ida/c1d0 First logical drive whole disk 1373 16 = /dev/ida/c1d1 Second logical drive whole disk 1375 240 = /dev/ida/c1d15 16th logical drive whole disk 1390 0 = /dev/ida/c2d0 First logical drive whole disk 1391 16 = /dev/ida/c2d1 Second logical drive whole disk [all …]
|
D | media-framework.txt | 25 a large variety of logical blocks such as physical hardware devices 26 (CMOS sensor for instance), logical hardware devices (a building block
|
D | cpu-hotplug.txt | 179 CONFIG_HOTPLUG_CPU enables logical online/offline capability in the kernel. 189 Once the logical offline is successful, check
|
D | memory-hotplug.txt | 97 size of a memory block is architecture dependent and represents the logical
|
D | SubmittingPatches | 96 individual patches which modify things in logical stages; see section 212 group those changes into a single patch. Thus a single logical change
|
/linux-4.1.27/drivers/video/fbdev/vermilion/ |
D | vermilion.c | 103 va->logical = in vmlfb_alloc_vram_area() 105 } while (va->logical == 0 && max_order > min_order); in vmlfb_alloc_vram_area() 107 if (!va->logical) in vmlfb_alloc_vram_area() 110 va->phys = virt_to_phys((void *)va->logical); in vmlfb_alloc_vram_area() 121 memset((void *)va->logical, 0x00, va->size); in vmlfb_alloc_vram_area() 122 for (i = va->logical; i < va->logical + va->size; i += PAGE_SIZE) { in vmlfb_alloc_vram_area() 130 set_pages_uc(virt_to_page(va->logical), va->size >> PAGE_SHIFT); in vmlfb_alloc_vram_area() 148 if (va->logical) { in vmlfb_free_vram_area() 154 set_pages_wb(virt_to_page(va->logical), in vmlfb_free_vram_area() 162 for (j = va->logical; j < va->logical + va->size; in vmlfb_free_vram_area() [all …]
|
D | vermilion.h | 206 unsigned long logical; member
|
/linux-4.1.27/Documentation/serial/ |
D | serial-rs485.txt | 103 /* Set logical level for RTS pin equal to 1 when sending: */ 105 /* or, set logical level for RTS pin equal to 0 when sending: */ 108 /* Set logical level for RTS pin equal to 1 after sending: */ 110 /* or, set logical level for RTS pin equal to 0 after sending: */
|
/linux-4.1.27/Documentation/filesystems/ |
D | fiemap.txt | 16 __u64 fm_start; /* logical offset (inclusive) at 18 __u64 fm_length; /* logical length of mapping which 29 fm_start, and fm_length specify the logical range within the file 31 those on disk - that is, the logical offset of the 1st returned extent 81 __u64 fe_logical; /* logical offset in bytes for the start of 92 for an extents logical offset to start before the request or its logical 219 int fiemap_fill_next_extent(struct fiemap_extent_info *info, u64 logical,
|
D | spufs.txt | 20 logical SPU. Users can change permissions on those files, but not actu- 242 mode 1 (logical OR), the hardware accumulates the bits that are subse- 420 Processor Units (SPUs). It creates a new logical context for an SPU in 430 descriptor is closed, the logical SPU context is destroyed.
|
D | logfs.txt | 89 of alias entries. Each alias consists of its logical address - inode 128 corresponds to logical block 12, skipping the 12 direct pointers.
|
D | xfs-delayed-logging-design.txt | 7 XFS logging is a combination of logical and physical logging. Some objects, 8 such as inodes and dquots, are logged in logical format where the details 108 logical to physical formatting to do the relogging because there is no 109 infrastructure to keep track of logical changes in memory prior to physically 161 The problem with accumulating changes at a logical level (i.e. just using the 165 concurrent modification. Hence flushing the logical changes to the log would
|
D | f2fs.txt | 144 as many as extent which map between contiguous logical
|
D | vfs.txt | 690 bmap: called by the VFS to map a logical block offset within object to
|
D | proc.txt | 1028 geometry physical and logical geometry
|
/linux-4.1.27/drivers/hid/ |
D | wacom_wac.h | 81 #define WACOM_PEN_FIELD(f) (((f)->logical == HID_DG_STYLUS) || \ 85 #define WACOM_FINGER_FIELD(f) (((f)->logical == HID_DG_FINGER) || \
|
D | hid-sensor-hub.c | 386 (field->logical == attr_usage_id || in sensor_hub_input_get_attribute_info() 503 report->field[i]->logical)) { in sensor_hub_raw_event() 513 if (report->field[i]->logical) in sensor_hub_raw_event() 515 report->field[i]->logical, sz, ptr, in sensor_hub_raw_event()
|
D | hid-sensor-custom.c | 500 if (field->logical) in hid_sensor_custom_add_field() 501 sensor_field->attribute.attrib_id = field->logical; in hid_sensor_custom_add_field()
|
D | hid-debug.c | 539 if (field->logical) { in hid_dump_field() 542 hid_resolv_usage(field->logical, f); seq_printf(f, ")\n"); in hid_dump_field()
|
D | hid-core.c | 262 field->logical = hid_lookup_collection(parser, HID_COLLECTION_LOGICAL); in hid_add_field()
|
/linux-4.1.27/drivers/mtd/ |
D | inftlmount.c | 513 int logical, block, i; in INFTL_dumpVUchains() local 519 for (logical = 0; logical < s->nb_blocks; logical++) { in INFTL_dumpVUchains() 520 block = s->VUtable[logical]; in INFTL_dumpVUchains() 523 pr_debug(" LOGICAL %d --> %d ", logical, block); in INFTL_dumpVUchains()
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | pcc-cpufreq.txt | 54 OS wants for a logical processor. The platform firmware attempts to achieve 78 The ACPI PCCP() method is implemented for each logical processor and is 93 Each PCC command is "global" in scope and can affect all the logical CPUs in 95 the OS is capable of getting/setting the frequency of all the logical CPUs in 102 indicates the average unhalted frequency of the logical processor expressed as 109 desired frequency for a logical processor. The output buffer is currently
|
/linux-4.1.27/Documentation/scsi/ |
D | hpsa.txt | 9 driver (for logical drives) AND a SCSI driver (for tape drives). This 53 (e.g. hot-plugged tape drives, or newly configured or deleted logical drives, 56 command line variety) so for logical drive changes, the user should not 58 tape drives, or entire storage boxes containing pre-configured logical drives.
|
D | megaraid.txt | 10 the controllers uniformly. Hence it is logical to have a single module that
|
D | ChangeLog.megaraid | 75 > Buffer I/O error on device sda6, logical block 522067228 292 1. Remove driver ioctl for logical drive to scsi address translation and 295 logical drive number for a scsi device. For adding newly created 296 logical drives, class device attribute would be required to uniquely 361 to get this driver-private mapping of logical drive number-> HCTL
|
D | ChangeLog.ips | 118 to a logical drive (IPS_DEBUG).
|
D | sym53c8xx_2.txt | 28 8.7 Reset all logical units of a target 29 8.8 Abort all tasks of all logical units of a target 380 8.7 Reset all logical units of a target 387 8.8 Abort all tasks of all logical units of a target 392 The driver will try to send a ABORT message to all the logical units
|
D | aha152x.txt | 115 Therefore the SCSI BIOS/DOS driver has to calculate a logical/virtual
|
D | ncr53c8xx.txt | 28 8.9 Reset all logical units of a target 29 8.10 Abort all tasks of all logical units of a target 539 8.9 Reset all logical units of a target 547 8.10 Abort all tasks of all logical units of a target 552 The driver will try to send a ABORT message to all the logical units 708 - controller #1 target #1 logical unit #2 -> 32 commands, 709 - all other logical units (all targets, all controllers) -> 10 commands.
|
D | osd.txt | 4 to provide efficient operation of input/output logical units that manage the
|
D | ChangeLog.sym53c8xx | 295 - Complete all disconnected CCBs for a logical UNIT if we are told 298 message to a logical UNIT (for test purpose).
|
D | scsi_mid_low_api.txt | 395 * @lun: logical unit number 1247 Generally, there is one instance of this structure for each SCSI logical unit 1249 channel number, target id and logical unit number (lun).
|
D | st.txt | 383 MT_ST_SCSI2LOGICAL the logical block number is used in
|
D | BusLogic.txt | 139 device or logical unit, and can improve I/O performance substantially. In
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | README.quirks | 23 The PCI REQ signal is the logical-or of the incoming function requests. 48 simple logical-or of video and audio requests would violate the rules. 55 internal arbiter may still logical-or the two requests. However, once
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | debug.c | 44 int logical; member 841 static int diva_get_idi_adapter_info(IDI_CALL request, dword *serial, dword *logical) { in diva_get_idi_adapter_info() argument 847 *logical = sync_req.xdi_logical_adapter_number.info.logical_adapter_number; in diva_get_idi_adapter_info() 863 dword sec, usec, logical, serial, org_mask; in diva_mnt_add_xdi_adapter() local 872 diva_get_idi_adapter_info(d->request, &serial, &logical); in diva_mnt_add_xdi_adapter() 875 (int)logical, in diva_mnt_add_xdi_adapter() 879 sprintf(tmp, "ADAPTER:%d SN:%u", (int)logical, serial); in diva_mnt_add_xdi_adapter() 929 clients[id].logical = (int)logical; in diva_mnt_add_xdi_adapter() 958 DivaSTraceLibraryCreateInstance((int)logical, &diva_maint_user_ifc, pmem))) { in diva_mnt_add_xdi_adapter() 960 diva_mnt_internal_dprintf(0, DLI_ERR, "Adapter(%d) Start failed", (int)logical); in diva_mnt_add_xdi_adapter() [all …]
|
/linux-4.1.27/arch/metag/lib/ |
D | lshrdi3.S | 3 ! 64-bit logical shift right routine.
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | xilinx.txt | 89 Some IP cores actually implement 2 or more logical devices. In 91 a single node and add a child node for each logical device. The 96 makes the assumption that both logical devices have the same bus 98 for each logical device). The 'cell-index' property can be used to 99 enumerate logical devices within an IP core. For example, the
|
D | graph.txt | 8 devices that work together to form a logical compound device, following an
|
/linux-4.1.27/Documentation/blockdev/ |
D | README.DAC960 | 235 Before installing Linux or adding DAC960 logical drives to an existing Linux 236 system, the controller must first be configured to provide one or more logical 238 there are only at most 6 usable partitions on each logical drive, systems 239 requiring more partitions should subdivide a drive group into multiple logical 243 will cause the logical drive geometry to have more than 65535 cylinders which 274 sequence) is used to quickly configure the controller, and then the logical 338 operating normally and no failures have occurred, or "ALERT" if any logical 379 should never be used on a dead drive that is part of a critical logical 397 check-consistency <logical-drive-number> 400 of <logical-drive-number> with automatic restoration. It can be used [all …]
|
D | cciss.txt | 36 To get the status of logical volumes and to detect physical drive
|
/linux-4.1.27/fs/nilfs2/ |
D | inode.c | 1010 __u64 logical = 0, phys = 0, size = 0; in nilfs_fiemap() local 1041 fieinfo, logical, phys, size, flags); in nilfs_fiemap() 1049 logical = blkoff << blkbits; in nilfs_fiemap() 1091 fieinfo, logical, phys, size, flags); in nilfs_fiemap() 1106 fieinfo, logical, phys, size, in nilfs_fiemap() 1113 logical = blkoff << blkbits; in nilfs_fiemap() 1120 logical = blkoff << blkbits; in nilfs_fiemap()
|
/linux-4.1.27/net/mpls/ |
D | Kconfig | 9 MultiProtocol Label Switching routes packets through logical
|
/linux-4.1.27/fs/ext4/ |
D | extents.c | 948 int logical, ext4_fsblk_t ptr) in ext4_ext_insert_index() argument 957 if (unlikely(logical == le32_to_cpu(curp->p_idx->ei_block))) { in ext4_ext_insert_index() 960 logical, le32_to_cpu(curp->p_idx->ei_block)); in ext4_ext_insert_index() 973 if (logical > le32_to_cpu(curp->p_idx->ei_block)) { in ext4_ext_insert_index() 975 ext_debug("insert new index %d after: %llu\n", logical, ptr); in ext4_ext_insert_index() 979 ext_debug("insert new index %d before: %llu\n", logical, ptr); in ext4_ext_insert_index() 988 logical, len, ix, ix + 1); in ext4_ext_insert_index() 997 ix->ei_block = cpu_to_le32(logical); in ext4_ext_insert_index() 1419 ext4_lblk_t *logical, ext4_fsblk_t *phys) in ext4_ext_search_left() argument 1426 EXT4_ERROR_INODE(inode, "path == NULL *logical %d!", *logical); in ext4_ext_search_left() [all …]
|
D | indirect.c | 574 ar.logical = map->m_lblk; in ext4_ind_map_blocks()
|
D | mballoc.c | 4175 ac->ac_b_ex.fe_logical = EXT4_LBLK_CMASK(sbi, ar->logical); in ext4_mb_initialize_context() 4192 (unsigned) ar->len, (unsigned) ar->logical, in ext4_mb_initialize_context()
|
D | ext4.h | 135 ext4_lblk_t logical; member
|
/linux-4.1.27/Documentation/device-mapper/ |
D | linear.txt | 6 block of logical volume managers.
|
D | cache-policies.txt | 37 Cache entries in the queues are aged based on logical time. Entry into
|
D | cache.txt | 27 Migration - Movement of the primary copy of a logical block from one 32 The origin device always contains a copy of the logical block, which
|
D | dm-raid.txt | 67 logical size of the array. The bitmap records the device
|
/linux-4.1.27/include/uapi/linux/ |
D | hiddev.h | 97 __u32 logical; /* logical usage for this field */ member
|
D | btrfs.h | 383 __u64 logical; /* in */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | ti,nspire-keypad.txt | 22 - active-low: Specify that the keypad is active low (i.e. logical low signifies
|
/linux-4.1.27/Documentation/mmc/ |
D | mmc-dev-parts.txt | 4 Device partitions are additional logical block devices present on the
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | Kconfig | 28 bool "Support for shared-processor logical partitions" 102 bool "Support for shared-memory logical partitions"
|
/linux-4.1.27/drivers/md/ |
D | Kconfig | 10 Support multiple physical spindles through a single logical device. 11 Required for RAID and logical volume management. 19 logical block device. This can be used to simply append one 67 partitions into one logical device in such a fashion as to fill them 204 people to specify mappings for ranges of logical sectors. Various 330 Allow volume managers to mirror logical volumes, also
|
/linux-4.1.27/net/x25/ |
D | Kconfig | 10 entry point can carry several logical point-to-point connections
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | video-interfaces.txt | 56 endpoint node (logical bus). 94 determines the logical lane number, while the value of an entry indicates 99 determines the logical lane number, while the value of an entry indicates
|
D | samsung-mipi-csis.txt | 43 data input lanes and their mapping to logical lanes; the
|
/linux-4.1.27/Documentation/hwmon/ |
D | smsc47b397 | 101 desired logical device to the DATA PORT. 104 logical device to the INDEX PORT and then write or read the config-
|
D | w83627hf | 82 # Select the hwmon logical device
|
D | pc87360 | 122 (voltage level monitor) logical device, not the TMS (temperature
|
D | lm93 | 272 prochot_short enable or disable logical #PROCHOT pin short
|
/linux-4.1.27/Documentation/networking/ |
D | mac80211-injection.txt | 54 After composing the packet contents, it is sent by send()-ing it to a logical
|
D | z8530drv.txt | 576 Interfaces are in the same group, when the logical AND
|
D | scaling.txt | 27 of logical flows. Packets for each flow are steered to a separate receive
|
D | can.txt | 609 are indenpendent from each other which leads to logical OR'ed filters when 614 semantic for the applied filters is therefore changed to a logical AND.
|
D | ip-sysctl.txt | 1069 address in ARP requests to be part of their logical network
|
D | bonding.txt | 22 multiple network interfaces into a single logical "bonded" interface.
|
/linux-4.1.27/net/openvswitch/ |
D | Kconfig | 19 need to maintain logical abstractions for multiple tenants.
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | qcom,spmi-pmic.txt | 6 register space up into logical pieces, and set of fixed register
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | zynq-7000.txt | 10 The clock controller is a logical abstraction of Zynq's clock tree. It reads
|
/linux-4.1.27/drivers/net/ppp/ |
D | Kconfig | 103 to combine several (logical or physical) lines into one logical PPP
|
/linux-4.1.27/Documentation/ia64/ |
D | IRQ-redir.txt | 22 interrupts to CPU #3 (logical CPU number) (2^3=0x08):
|
D | err_inject.txt | 41 # cpu: logical cpu number the error will be inject in. 965 printf("\t\t cpu: logical cpu number the error will be inject in.\n");
|
/linux-4.1.27/Documentation/spi/ |
D | spi-lm70llp | 17 (layered under) the LM70 logical driver (a "SPI protocol driver").
|
D | spi-summary | 180 a logical node which could hold class related state for the
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | integratorap.dts | 48 /* These are the logical module IRQs */
|
/linux-4.1.27/include/trace/events/ |
D | ext4.h | 756 __field( __u32, logical ) 769 __entry->logical = ar->logical; 782 __entry->len, __entry->logical, __entry->goal, 797 __field( __u32, logical ) 811 __entry->logical = ar->logical; 824 __entry->len, __entry->block, __entry->logical,
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | srio.txt | 59 Definition: The logical I/O device number for the PAMU (IOMMU) to be
|
D | srio-rmu.txt | 28 Definition: The logical I/O device number for the PAMU (IOMMU) to be
|
D | interlaken-lac.txt | 152 Definition: The logical I/O device number (LIODN) for this device. The
|
/linux-4.1.27/Documentation/cpuidle/ |
D | sysfs.txt | 23 Per logical CPU specific cpuidle information are under
|
/linux-4.1.27/Documentation/hid/ |
D | hid-sensor.txt | 37 (0x045f) with a logical minimum value of -32767 and logical maximum of 32767. The
|
/linux-4.1.27/Documentation/fb/ |
D | intelfb.txt | 42 select at what offset in MB of the logical memory to allocate the
|
D | intel810.txt | 117 select at what offset in MB of the logical memory to allocate the
|
/linux-4.1.27/fs/xfs/ |
D | xfs_iops.c | 1027 u64 logical, physical, length; in xfs_fiemap_format() local 1033 logical = BBTOB(bmv->bmv_offset); in xfs_fiemap_format() 1047 error = fiemap_fill_next_extent(fieinfo, logical, physical, in xfs_fiemap_format()
|
/linux-4.1.27/Documentation/frv/ |
D | kernel-ABI.txt | 175 Setting condition flags as a side effect of an arithmetic or logical 184 virtually enabled. Can be modified by logical instructions without
|
/linux-4.1.27/Documentation/PCI/ |
D | PCIEBUS-HOWTO.txt | 15 A PCI Express Port is a logical PCI-PCI Bridge structure. There 19 internal logical PCI buses. The Switch Port, which has its secondary
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | arm-boards | 37 - interrupts: the AP syscon node must include the logical module
|
/linux-4.1.27/Documentation/tpm/ |
D | xen-tpmfront.txt | 79 logical vtpms on the system. The vTPM Platform Configuration
|
/linux-4.1.27/Documentation/vm/ |
D | active_mm.txt | 33 tsk->mm will be NULL, for the logical reason that an anonymous process
|
/linux-4.1.27/Documentation/ioctl/ |
D | cdrom.txt | 142 LBA stands for logical block address 210 LBA stands for logical block address 602 New values for drive options. The logical 'or' of:
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | Kconfig | 6 logical volumes on top of MTD devices, hides some complexities of
|
/linux-4.1.27/Documentation/w1/ |
D | w1.generic | 31 almost any kind of operations. Each logical operation is a transaction
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | hiddev.c | 773 finfo.logical = field->logical; in hiddev_ioctl()
|
D | hid-pidff.c | 834 ret = pidff_check_usage(report->field[0]->logical); in pidff_find_reports() 889 if (report->field[i]->logical == (HID_UP_PID | usage) && in pidff_find_special_field()
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | Kconfig | 154 This support is required to use the logical performance monitor
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-stat.txt | 145 core number and the number of online logical processors on that physical processor.
|
/linux-4.1.27/Documentation/isdn/ |
D | INTERFACE | 370 logical or'ed with (protocol-Id << 8) 398 logical or'ed with (protocol-Id << 8) 579 The HL driver should call this when the logical l2/l3 protocol 609 The HL driver should call this as soon as the logical l2/l3 protocol
|
D | syncPPP.FAQ | 75 of several channels to one logical stream.
|
/linux-4.1.27/Documentation/input/ |
D | ntrig.txt | 59 to logical sizes is used to adjust the size based filter parameters.
|
D | atarikbd.txt | 326 logical coordinate system internal to the ikbd for all relative or absolute 334 Makes the origin of the Y axis to be at the top of the logical coordinate
|
D | event-codes.txt | 22 Event types are groupings of codes under a logical input construct. Each
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-hci.txt | 164 - start() : establish the logical connection 165 - stop () : terminate the logical connection
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio.txt | 84 means "active") so that drivers only need to worry about the logical signal and
|
D | consumer.txt | 220 Device drivers like to manage the logical state of a GPIO, i.e. the value their
|
D | gpio-legacy.txt | 468 This makes it logical to let gpio drivers announce their pin ranges to
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-i801 | 64 The ICH chips contain at least SEVEN separate PCI functions in TWO logical
|
/linux-4.1.27/drivers/net/wan/ |
D | Kconfig | 323 carry several logical point-to-point connections to other computers 339 How many logical point-to-point frame relay connections (the
|
/linux-4.1.27/arch/microblaze/ |
D | Kconfig | 234 Select the kernel logical page size. Increasing the page size
|
/linux-4.1.27/Documentation/networking/caif/ |
D | spi_porting.txt | 35 both physical and logical addresses, as well as the total length
|
/linux-4.1.27/Documentation/trace/ |
D | events.txt | 168 combined using the logical operators '&&' and '||'. A predicate is 175 Parentheses can be used to provide arbitrary logical groupings and
|
/linux-4.1.27/include/linux/ |
D | hid.h | 409 unsigned logical; /* logical usage for this field */ member
|
D | fs.h | 1524 int fiemap_fill_next_extent(struct fiemap_extent_info *info, u64 logical,
|
/linux-4.1.27/Documentation/development-process/ |
D | 5.Posting | 74 everything else should be made as a logical series of changes. Splitting 109 be reasonably large as long as it still contains a single *logical*
|
/linux-4.1.27/Documentation/prctl/ |
D | seccomp_filter.txt | 34 a tool for sandbox developers to use. Beyond that, policy for logical
|
/linux-4.1.27/Documentation/s390/ |
D | driver-model.txt | 236 only the logical state and not the physical state, since we cannot track the
|
D | cds.txt | 215 cpa : logical start address of channel program
|
D | Debugging390.txt | 78 have a logical=physical mapping for the address you are 1310 This is the logical number most IO commands use to talk to an IO device. There
|
/linux-4.1.27/block/partitions/ |
D | Kconfig | 77 "logical volumes" can be spread across one or multiple disks,
|
/linux-4.1.27/Documentation/ide/ |
D | ide.txt | 93 specified, though the "original" geometry may be retained as the "logical"
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | compress_offload.txt | 64 decoded samples are routed to a physical output or logical back-end.
|
D | Audiophile-Usb.txt | 427 combine the Alsa devices into one logical "complex" device.
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | object.txt | 102 wakes up in that state. There are four logical sets of states:
|
D | fscache.txt | 170 per-logical-volume indices. Each of volume index contains up to three
|
D | cachefiles.txt | 431 So CacheFiles makes use of a logical split in the security between the
|
/linux-4.1.27/Documentation/powerpc/ |
D | cxl.txt | 373 most logical chardev to use in any programming mode (afuX.Yd for
|
/linux-4.1.27/drivers/scsi/ |
D | st.c | 3046 int logical) in get_location() argument 3061 if (!logical && !STp->scsi2_logical) in get_location() 3106 int logical) in set_location() argument 3154 if (!logical && !STp->scsi2_logical) in set_location()
|
D | hpsa.c | 2488 static int hpsa_scsi_do_report_luns(struct ctlr_info *h, int logical, in hpsa_scsi_do_report_luns() argument 2504 if (fill_cmd(c, logical ? HPSA_REPORT_LOG : HPSA_REPORT_PHYS, h, in hpsa_scsi_do_report_luns()
|
D | Kconfig | 1470 each with one or more targets, each with one or more logical units.
|
/linux-4.1.27/Documentation/timers/ |
D | highres.txt | 207 Dynamic ticks are the logical consequence of the hrtimer based periodic tick
|
/linux-4.1.27/drivers/scsi/pm8001/ |
D | pm8001_hwi.c | 1188 s8 bar, logical = 0; in pm8001_chip_iounmap() local 1200 if (pm8001_ha->io_mem[logical].memvirtaddr) { in pm8001_chip_iounmap() 1201 iounmap(pm8001_ha->io_mem[logical].memvirtaddr); in pm8001_chip_iounmap() 1202 logical++; in pm8001_chip_iounmap()
|
/linux-4.1.27/drivers/acpi/ |
D | Kconfig | 209 processors in the platform. Currently only logical processor idling
|
/linux-4.1.27/drivers/scsi/aacraid/ |
D | aacraid.h | 626 u64 logical; /*address we give the adapter */ member
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 16 used on leaf nodes as well as higher level logical devices like device mapper.
|
D | unified-hierarchy.txt | 221 worry about it and cgroup as a whole shows a consistent and logical
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 29 structure. The core logical components of the RapidIO subsystem are defined
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 267 Sets the maximum number of LUNs (logical units) of SCSI devices to 593 logical unit (LUN, usually one SCSI target). Legal values start
|
/linux-4.1.27/Documentation/power/ |
D | swsusp.txt | 320 multiple swap partitions (aggregate them into one logical space)?
|
D | runtime_pm.txt | 768 Some "devices" are only logical sub-devices of their parent and cannot be
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 1676 logical addresses used in virtual I/O into guest physical addresses, 1685 The liobn field gives the logical IO bus number for which to create a 2770 Read or write data from/to the logical (virtual) memory of a VPCU. 2785 KVM_S390_MEMOP_LOGICAL_READ for reading from logical memory space or 2786 KVM_S390_MEMOP_LOGICAL_WRITE for writing to logical memory space. The
|
/linux-4.1.27/arch/arm/crypto/ |
D | aes-armv4.S | 15 @ allows to merge logical or arithmetic operation with shift or rotate
|
/linux-4.1.27/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 536 exist on the logical network accessed through the corresponding network
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig | 536 Select the kernel logical page size. Increasing the page size
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 921 the output of this command (0 or 1) shows the logical OR of soft_watchdog
|
/linux-4.1.27/crypto/ |
D | Kconfig | 278 rest is used to tie each cipher block to its logical position.
|
/linux-4.1.27/drivers/hwmon/ |
D | Kconfig | 1091 The chip has two distinct logical devices, one for fan speed
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 1255 In addition, a logical 'interrupt tree' exists which represents the
|
/linux-4.1.27/ |
D | CREDITS | 68 D: 802.2 class II logical link control layer,
|