Home
last modified time | relevance | path

Searched refs:logical (Results 1 – 187 of 187) sorted by relevance

/linux-4.4.14/Documentation/usb/
Dmass-storage.txt5 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 …]
Dmtouchusb.txt41 logical choice is to use Linux Input.
DWUSB-Design-overview.txt81 The different logical parts of this driver are:
Dpower-management.txt601 hub descriptor (wHubCharacteristics logical power switching mode field).
/linux-4.4.14/fs/btrfs/
Dreada.c67 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
334 unsigned long index = logical >> PAGE_CACHE_SHIFT; in reada_find_extent()
351 re->logical = logical; in reada_find_extent()
[all …]
Dscrub.c79 u64 logical; member
99 u64 logical; member
211 u64 logical; member
226 u64 logical; member
239 u64 logical; member
273 static int scrub_pages(struct scrub_ctx *sctx, u64 logical, u64 len,
300 static int copy_nocow_pages(struct scrub_ctx *sctx, u64 logical, u64 len,
581 swarn->logical, rcu_str_deref(swarn->dev->name), in scrub_print_warning_inode()
593 swarn->logical, rcu_str_deref(swarn->dev->name), in scrub_print_warning_inode()
626 swarn.logical = sblock->pagev[0]->logical; in scrub_print_warning()
[all …]
Dvolumes.h279 u64 logical; member
425 u64 logical, u64 *length,
428 u64 logical, u64 *length,
433 u64 **logical, int *naddrs, int *stripe_len);
456 int btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len);
498 u64 logical, u64 len, int mirror_num);
501 u64 logical);
Dbackref.h35 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,
Dvolumes.c5009 int btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len) in btrfs_num_copies() argument
5018 em = lookup_extent_mapping(em_tree, logical, len); in btrfs_num_copies()
5027 btrfs_crit(fs_info, "No mapping for %Lu-%Lu", logical, in btrfs_num_copies()
5028 logical+len); in btrfs_num_copies()
5032 if (em->start > logical || em->start + em->len < logical) { in btrfs_num_copies()
5034 "%Lu-%Lu", logical, logical+len, em->start, in btrfs_num_copies()
5063 u64 logical) in btrfs_full_stripe_len() argument
5071 em = lookup_extent_mapping(em_tree, logical, len); in btrfs_full_stripe_len()
5075 BUG_ON(em->start > logical || em->start + em->len < logical); in btrfs_full_stripe_len()
5084 u64 logical, u64 len, int mirror_num) in btrfs_is_parity_mirror() argument
[all …]
Draid56.h52 u64 logical);
Dbackref.c1472 int extent_from_logical(struct btrfs_fs_info *fs_info, u64 logical, argument
1488 key.objectid = logical;
1507 if (found_key->objectid > logical ||
1508 found_key->objectid + size <= logical) {
1509 pr_debug("logical %llu is not within any extent\n", logical);
1522 logical, logical - found_key->objectid, found_key->objectid,
1734 int iterate_inodes_from_logical(u64 logical, struct btrfs_fs_info *fs_info, argument
1744 ret = extent_from_logical(fs_info, logical, path, &found_key, &flags);
1751 extent_item_pos = logical - found_key.objectid;
Draid56.c1369 u64 logical = bio->bi_iter.bi_sector; in find_logical_bio_stripe() local
1373 logical <<= 9; in find_logical_bio_stripe()
1377 if (logical >= stripe_start && in find_logical_bio_stripe()
1378 logical < stripe_start + rbio->stripe_len) { in find_logical_bio_stripe()
2250 u64 logical) in raid56_add_scrub_pages() argument
2255 ASSERT(logical >= rbio->bbio->raid_map[0]); in raid56_add_scrub_pages()
2256 ASSERT(logical + PAGE_SIZE <= rbio->bbio->raid_map[0] + in raid56_add_scrub_pages()
2258 stripe_offset = (int)(logical - rbio->bbio->raid_map[0]); in raid56_add_scrub_pages()
Dextent_io.h355 int repair_io_failure(struct inode *inode, u64 start, u64 length, u64 logical,
376 u64 logical; member
Dextent_io.c2094 int repair_io_failure(struct inode *inode, u64 start, u64 length, u64 logical, in repair_io_failure() argument
2110 if (btrfs_is_parity_mirror(map_tree, logical, length, mirror_num)) in repair_io_failure()
2119 ret = btrfs_map_block(fs_info, WRITE, logical, in repair_io_failure()
2222 num_copies = btrfs_num_copies(fs_info, failrec->logical, in clean_io_failure()
2226 failrec->logical, page, in clean_io_failure()
2281 u64 logical; in btrfs_get_io_failure_record() local
2313 logical = start - em->start; in btrfs_get_io_failure_record()
2314 logical = em->block_start + logical; in btrfs_get_io_failure_record()
2316 logical = em->block_start; in btrfs_get_io_failure_record()
2323 logical, start, failrec->len); in btrfs_get_io_failure_record()
[all …]
Dctree.c308 u64 logical; member
703 tm->old_root.logical = old_root->start; in tree_mod_log_insert_root()
1259 root_logical = tm->old_root.logical; in __tree_mod_log_oldest_root()
1424 u64 logical; in get_old_root() local
1434 logical = old_root->logical; in get_old_root()
1436 logical = eb_root->start; in get_old_root()
1439 tm = tree_mod_log_search(root->fs_info, logical, time_seq); in get_old_root()
1443 old = read_tree_block(root, logical, 0); in get_old_root()
1448 "failed to read tree block %llu from get_old_root", logical); in get_old_root()
1456 eb = alloc_dummy_extent_buffer(root->fs_info, logical); in get_old_root()
Dinode.c1809 u64 logical = (u64)bio->bi_iter.bi_sector << 9; in btrfs_merge_bio_hook() local
1819 ret = btrfs_map_block(root->fs_info, rw, logical, in btrfs_merge_bio_hook()
7749 failrec->logical, failrec->len); in btrfs_check_dio_repairable()
7804 isector = start - btrfs_io_bio(failed_bio)->logical; in dio_read_error()
7860 start = io_bio->logical; in __btrfs_correct_data_nocsum()
7930 start = io_bio->logical; in __btrfs_subio_endio_read()
8233 btrfs_io_bio(bio)->logical = file_offset; in btrfs_submit_direct_hook()
8268 btrfs_io_bio(bio)->logical = file_offset; in btrfs_submit_direct_hook()
8340 btrfs_bio->logical = file_offset; in btrfs_submit_direct()
Dextent-tree.c257 u64 *logical; in exclude_super_stripes() local
274 0, &logical, &nr, &stripe_len); in exclude_super_stripes()
281 if (logical[nr] > cache->key.objectid + in exclude_super_stripes()
285 if (logical[nr] + stripe_len <= cache->key.objectid) in exclude_super_stripes()
288 start = logical[nr]; in exclude_super_stripes()
291 len = (logical[nr] + stripe_len) - start; in exclude_super_stripes()
301 kfree(logical); in exclude_super_stripes()
306 kfree(logical); in exclude_super_stripes()
Dsend.c1285 u64 logical; in find_extent_clone() local
1339 logical = disk_byte + btrfs_file_extent_offset(eb, fi); in find_extent_clone()
1396 extent_item_pos = logical - found_key.objectid; in find_extent_clone()
1419 data_offset, ino, num_bytes, logical); in find_extent_clone()
Dioctl.c4614 ret = iterate_inodes_from_logical(loi->logical, root->fs_info, path, in btrfs_ioctl_logical_to_ino()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-pci-devices-cciss5 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
Dsysfs-block68 by one integrity tuple. Typically the device's logical
84 bigger than the logical block size (for instance a drive
85 with 4KB physical sectors exposing 512-byte logical
95 bigger than the logical block size (for instance a drive
96 with 4KB physical sectors exposing 512-byte logical
113 write atomically. It is usually the same as the logical
115 drives with 4KB sectors that expose a 512-byte logical
167 the exported logical block size. The discard_alignment
178 the exported logical block size. The discard_alignment
189 than the logical block size. The discard_granularity
Dsysfs-class-scsi_host22 of a logical drive, bypassing the controllers firmware RAID
28 controller wide, affecting all configured logical drives on the
Dsysfs-devices-system-cpu8 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
Dsysfs-devices-system-xen_cpu8 subdirectories named by the Xen's logical cpu number, e.g.:
/linux-4.4.14/fs/
Dioctl.c85 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.4.14/Documentation/ABI/stable/
Dsysfs-class-ubi38 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
Dsysfs-bus-firewire120 SCSI target port identifier and logical unit identifier of a
121 logical unit of an SBP-2 target. The identifiers are specified
Dsysfs-class-udc72 logical disconnection from the USB Host.
/linux-4.4.14/Documentation/
Disapnp.txt12 This directory allows access to ISA PnP cards and logical devices.
14 a logical device.
Ddevices.txt212 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 …]
Dntb.txt32 Netdev. These drivers function together to create a logical link to the peer,
34 establishes a logical link to the peer, and creates queue pairs to exchange
Dmedia-framework.txt25 a large variety of logical blocks such as physical hardware devices
26 (CMOS sensor for instance), logical hardware devices (a building block
Dcpu-hotplug.txt179 CONFIG_HOTPLUG_CPU enables logical online/offline capability in the kernel.
189 Once the logical offline is successful, check
Dmemory-hotplug.txt97 size of a memory block is architecture dependent and represents the logical
DSubmittingPatches96 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.4.14/drivers/video/fbdev/vermilion/
Dvermilion.c103 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 …]
Dvermilion.h206 unsigned long logical; member
/linux-4.4.14/Documentation/serial/
Dserial-rs485.txt63 /* Set logical level for RTS pin equal to 1 when sending: */
65 /* or, set logical level for RTS pin equal to 0 when sending: */
68 /* Set logical level for RTS pin equal to 1 after sending: */
70 /* or, set logical level for RTS pin equal to 0 after sending: */
/linux-4.4.14/Documentation/filesystems/
Dfiemap.txt16 __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,
Dspufs.txt20 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.
Dlogfs.txt89 of alias entries. Each alias consists of its logical address - inode
128 corresponds to logical block 12, skipping the 12 direct pointers.
Dxfs-delayed-logging-design.txt7 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
Df2fs.txt145 as many as extent which map between contiguous logical
Dvfs.txt692 bmap: called by the VFS to map a logical block offset within object to
Dproc.txt1043 geometry physical and logical geometry
/linux-4.4.14/drivers/mtd/
Dinftlmount.c513 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.4.14/drivers/hid/
Dwacom_wac.h87 #define WACOM_PEN_FIELD(f) (((f)->logical == HID_DG_STYLUS) || \
93 #define WACOM_FINGER_FIELD(f) (((f)->logical == HID_DG_FINGER) || \
Dhid-sensor-hub.c386 (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()
Dhid-sensor-custom.c500 if (field->logical) in hid_sensor_custom_add_field()
501 sensor_field->attribute.attrib_id = field->logical; in hid_sensor_custom_add_field()
Dhid-debug.c539 if (field->logical) { in hid_dump_field()
542 hid_resolv_usage(field->logical, f); seq_printf(f, ")\n"); in hid_dump_field()
Dhid-core.c262 field->logical = hid_lookup_collection(parser, HID_COLLECTION_LOGICAL); in hid_add_field()
/linux-4.4.14/Documentation/cpu-freq/
Dpcc-cpufreq.txt54 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.4.14/Documentation/scsi/
Dhpsa.txt9 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.
Dmegaraid.txt10 the controllers uniformly. Hence it is logical to have a single module that
DChangeLog.megaraid75 > 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
DChangeLog.ips118 to a logical drive (IPS_DEBUG).
Dsym53c8xx_2.txt28 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
Daha152x.txt115 Therefore the SCSI BIOS/DOS driver has to calculate a logical/virtual
Dncr53c8xx.txt28 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.
Dosd.txt4 to provide efficient operation of input/output logical units that manage the
DChangeLog.sym53c8xx295 - Complete all disconnected CCBs for a logical UNIT if we are told
298 message to a logical UNIT (for test purpose).
Dscsi_mid_low_api.txt395 * @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).
DBusLogic.txt139 device or logical unit, and can improve I/O performance substantially. In
Dst.txt442 MT_ST_SCSI2LOGICAL the logical block number is used in
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.quirks23 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.4.14/drivers/isdn/hardware/eicon/
Ddebug.c44 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.4.14/arch/metag/lib/
Dlshrdi3.S3 ! 64-bit logical shift right routine.
/linux-4.4.14/Documentation/devicetree/bindings/
Dxilinx.txt89 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
Dgraph.txt8 devices that work together to form a logical compound device, following an
/linux-4.4.14/Documentation/blockdev/
DREADME.DAC960235 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 …]
Dcciss.txt36 To get the status of logical volumes and to detect physical drive
/linux-4.4.14/fs/nilfs2/
Dinode.c992 __u64 logical = 0, phys = 0, size = 0; in nilfs_fiemap() local
1023 fieinfo, logical, phys, size, flags); in nilfs_fiemap()
1031 logical = blkoff << blkbits; in nilfs_fiemap()
1073 fieinfo, logical, phys, size, flags); in nilfs_fiemap()
1088 fieinfo, logical, phys, size, in nilfs_fiemap()
1095 logical = blkoff << blkbits; in nilfs_fiemap()
1102 logical = blkoff << blkbits; in nilfs_fiemap()
/linux-4.4.14/net/mpls/
DKconfig9 MultiProtocol Label Switching routes packets through logical
/linux-4.4.14/fs/ext4/
Dextents.c950 int logical, ext4_fsblk_t ptr) in ext4_ext_insert_index() argument
959 if (unlikely(logical == le32_to_cpu(curp->p_idx->ei_block))) { in ext4_ext_insert_index()
962 logical, le32_to_cpu(curp->p_idx->ei_block)); in ext4_ext_insert_index()
975 if (logical > le32_to_cpu(curp->p_idx->ei_block)) { in ext4_ext_insert_index()
977 ext_debug("insert new index %d after: %llu\n", logical, ptr); in ext4_ext_insert_index()
981 ext_debug("insert new index %d before: %llu\n", logical, ptr); in ext4_ext_insert_index()
990 logical, len, ix, ix + 1); in ext4_ext_insert_index()
999 ix->ei_block = cpu_to_le32(logical); in ext4_ext_insert_index()
1421 ext4_lblk_t *logical, ext4_fsblk_t *phys) in ext4_ext_search_left() argument
1428 EXT4_ERROR_INODE(inode, "path == NULL *logical %d!", *logical); in ext4_ext_search_left()
[all …]
Dindirect.c574 ar.logical = map->m_lblk; in ext4_ind_map_blocks()
Dmballoc.c4196 ac->ac_b_ex.fe_logical = EXT4_LBLK_CMASK(sbi, ar->logical); in ext4_mb_initialize_context()
4213 (unsigned) ar->len, (unsigned) ar->logical, in ext4_mb_initialize_context()
Dext4.h132 ext4_lblk_t logical; member
/linux-4.4.14/include/uapi/linux/
Dhiddev.h97 __u32 logical; /* logical usage for this field */ member
Dbtrfs.h408 __u64 logical; /* in */ member
/linux-4.4.14/Documentation/device-mapper/
Dlinear.txt6 block of logical volume managers.
Dcache.txt27 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
Dcache-policies.txt37 Cache entries in the queues are aged based on logical time. Entry into
Ddm-raid.txt67 logical size of the array. The bitmap records the device
/linux-4.4.14/arch/powerpc/platforms/pseries/
DKconfig28 bool "Support for shared-processor logical partitions"
97 bool "Support for shared-memory logical partitions"
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dti,nspire-keypad.txt22 - active-low: Specify that the keypad is active low (i.e. logical low signifies
/linux-4.4.14/fs/f2fs/
Ddata.c765 u64 logical = 0, phys = 0, size = 0; in f2fs_fiemap() local
810 ret = fiemap_fill_next_extent(fieinfo, logical, in f2fs_fiemap()
813 ret = fiemap_fill_next_extent(fieinfo, logical, in f2fs_fiemap()
823 ret = fiemap_fill_next_extent(fieinfo, logical, in f2fs_fiemap()
833 ret = fiemap_fill_next_extent(fieinfo, logical, in f2fs_fiemap()
839 logical = blk_to_logical(inode, start_blk); in f2fs_fiemap()
853 if (!past_eof && logical + size >= isize) in f2fs_fiemap()
/linux-4.4.14/Documentation/mmc/
Dmmc-dev-parts.txt4 Device partitions are additional logical block devices present on the
/linux-4.4.14/drivers/md/
DKconfig10 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
205 people to specify mappings for ranges of logical sectors. Various
343 Allow volume managers to mirror logical volumes, also
/linux-4.4.14/net/x25/
DKconfig10 entry point can carry several logical point-to-point connections
/linux-4.4.14/Documentation/devicetree/bindings/media/
Dvideo-interfaces.txt56 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
Dsamsung-mipi-csis.txt43 data input lanes and their mapping to logical lanes; the
/linux-4.4.14/Documentation/hwmon/
Dsmsc47b397101 desired logical device to the DATA PORT.
104 logical device to the INDEX PORT and then write or read the config-
Dw83627hf82 # Select the hwmon logical device
Dpc87360122 (voltage level monitor) logical device, not the TMS (temperature
Dlm93272 prochot_short enable or disable logical #PROCHOT pin short
/linux-4.4.14/Documentation/networking/
Dmac80211-injection.txt54 After composing the packet contents, it is sent by send()-ing it to a logical
Dz8530drv.txt576 Interfaces are in the same group, when the logical AND
Dscaling.txt27 of logical flows. Packets for each flow are steered to a separate receive
Dcan.txt612 are indenpendent from each other which leads to logical OR'ed filters when
617 semantic for the applied filters is therefore changed to a logical AND.
Dip-sysctl.txt1112 address in ARP requests to be part of their logical network
Dbonding.txt22 multiple network interfaces into a single logical "bonded" interface.
/linux-4.4.14/net/openvswitch/
DKconfig21 need to maintain logical abstractions for multiple tenants.
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dqcom,spmi-pmic.txt6 register space up into logical pieces, and set of fixed register
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dzynq-7000.txt10 The clock controller is a logical abstraction of Zynq's clock tree. It reads
/linux-4.4.14/drivers/net/ppp/
DKconfig103 to combine several (logical or physical) lines into one logical PPP
/linux-4.4.14/Documentation/ia64/
DIRQ-redir.txt22 interrupts to CPU #3 (logical CPU number) (2^3=0x08):
Derr_inject.txt41 # 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.4.14/arch/arm/boot/dts/
Dintegratorap.dts48 /* These are the logical module IRQs */
/linux-4.4.14/Documentation/spi/
Dspi-lm70llp17 (layered under) the LM70 logical driver (a "SPI protocol driver").
Dspi-summary180 a logical node which could hold class related state for the
/linux-4.4.14/include/trace/events/
Dext4.h756 __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.4.14/Documentation/cpuidle/
Dsysfs.txt23 Per logical CPU specific cpuidle information are under
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dsrio.txt59 Definition: The logical I/O device number for the PAMU (IOMMU) to be
Dsrio-rmu.txt28 Definition: The logical I/O device number for the PAMU (IOMMU) to be
Dinterlaken-lac.txt152 Definition: The logical I/O device number (LIODN) for this device. The
/linux-4.4.14/Documentation/hid/
Dhid-sensor.txt37 (0x045f) with a logical minimum value of -32767 and logical maximum of 32767. The
/linux-4.4.14/Documentation/fb/
Dintelfb.txt42 select at what offset in MB of the logical memory to allocate the
Dintel810.txt117 select at what offset in MB of the logical memory to allocate the
/linux-4.4.14/fs/xfs/
Dxfs_iops.c1024 u64 logical, physical, length; in xfs_fiemap_format() local
1030 logical = BBTOB(bmv->bmv_offset); in xfs_fiemap_format()
1044 error = fiemap_fill_next_extent(fieinfo, logical, physical, in xfs_fiemap_format()
/linux-4.4.14/Documentation/frv/
Dkernel-ABI.txt175 Setting condition flags as a side effect of an arithmetic or logical
184 virtually enabled. Can be modified by logical instructions without
/linux-4.4.14/Documentation/PCI/
DPCIEBUS-HOWTO.txt15 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.4.14/Documentation/gpio/
Dconsumer.txt223 Device drivers like to manage the logical state of a GPIO, i.e. the value their
248 the *logical* value. With this they take the active-low property into account.
273 physical line level and worry about the logical value instead.
Dgpio.txt84 means "active") so that drivers only need to worry about the logical signal and
Dgpio-legacy.txt468 This makes it logical to let gpio drivers announce their pin ranges to
/linux-4.4.14/Documentation/vm/
Dactive_mm.txt33 tsk->mm will be NULL, for the logical reason that an anonymous process
/linux-4.4.14/Documentation/tpm/
Dxen-tpmfront.txt79 logical vtpms on the system. The vTPM Platform Configuration
/linux-4.4.14/Documentation/ioctl/
Dcdrom.txt142 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.4.14/drivers/mtd/ubi/
DKconfig6 logical volumes on top of MTD devices, hides some complexities of
/linux-4.4.14/drivers/hid/usbhid/
Dhiddev.c773 finfo.logical = field->logical; in hiddev_ioctl()
Dhid-pidff.c834 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.4.14/Documentation/w1/
Dw1.generic31 almost any kind of operations. Each logical operation is a transaction
/linux-4.4.14/Documentation/isdn/
DINTERFACE370 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
DsyncPPP.FAQ75 of several channels to one logical stream.
/linux-4.4.14/arch/powerpc/platforms/ps3/
DKconfig154 This support is required to use the logical performance monitor
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Darm-boards37 - interrupts: the AP syscon node must include the logical module
/linux-4.4.14/tools/perf/Documentation/
Dperf-stat.txt154 core number and the number of online logical processors on that physical processor.
Dintel-pt.txt472 the (logical) buffer to wrap-around. If data is not copied out quickly enough,
/linux-4.4.14/Documentation/input/
Dntrig.txt59 to logical sizes is used to adjust the size based filter parameters.
Datarikbd.txt326 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
Devent-codes.txt22 Event types are groupings of codes under a logical input construct. Each
/linux-4.4.14/Documentation/nfc/
Dnfc-hci.txt164 - start() : establish the logical connection
165 - stop () : terminate the logical connection
/linux-4.4.14/Documentation/i2c/busses/
Di2c-i80167 The ICH chips contain at least SEVEN separate PCI functions in TWO logical
/linux-4.4.14/drivers/net/wan/
DKconfig323 carry several logical point-to-point connections to other computers
339 How many logical point-to-point frame relay connections (the
/linux-4.4.14/arch/microblaze/
DKconfig234 Select the kernel logical page size. Increasing the page size
/linux-4.4.14/Documentation/DocBook/
Dgpu.xml.db601 API-intel-logical-ring-begin
605 API-intel-logical-ring-cleanup
606 API-intel-logical-rings-init
Dkernel-api.xml.db663 API-blk-queue-logical-block-size
/linux-4.4.14/Documentation/networking/caif/
Dspi_porting.txt35 both physical and logical addresses, as well as the total length
/linux-4.4.14/Documentation/powerpc/
Dcxlflash.txt185 last logical block address (LBA) are returned to the user.
201 on a per-context basis. Additionally, the block size and last logical
Dcxl.txt377 most logical chardev to use in any programming mode (afuX.Yd for
/linux-4.4.14/include/linux/
Dhid.h409 unsigned logical; /* logical usage for this field */ member
Dfs.h1545 int fiemap_fill_next_extent(struct fiemap_extent_info *info, u64 logical,
/linux-4.4.14/Documentation/trace/
Devents.txt168 combined using the logical operators '&&' and '||'. A predicate is
175 Parentheses can be used to provide arbitrary logical groupings and
/linux-4.4.14/Documentation/development-process/
D5.Posting74 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.4.14/Documentation/power/
Dswsusp.txt320 multiple swap partitions (aggregate them into one logical space)?
415 situation, activate the logical volume containing the swap volume (but not
Druntime_pm.txt770 Some "devices" are only logical sub-devices of their parent and cannot be
/linux-4.4.14/Documentation/prctl/
Dseccomp_filter.txt34 a tool for sandbox developers to use. Beyond that, policy for logical
/linux-4.4.14/Documentation/s390/
Ddriver-model.txt236 only the logical state and not the physical state, since we cannot track the
Dcds.txt215 cpa : logical start address of channel program
DDebugging390.txt78 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.4.14/block/partitions/
DKconfig77 "logical volumes" can be spread across one or multiple disks,
/linux-4.4.14/Documentation/sound/alsa/
Dcompress_offload.txt64 decoded samples are routed to a physical output or logical back-end.
DAudiophile-Usb.txt427 combine the Alsa devices into one logical "complex" device.
/linux-4.4.14/Documentation/ide/
Dide.txt93 specified, though the "original" geometry may be retained as the "logical"
/linux-4.4.14/Documentation/filesystems/caching/
Dobject.txt102 wakes up in that state. There are four logical sets of states:
Dfscache.txt170 per-logical-volume indices. Each of volume index contains up to three
Dcachefiles.txt431 So CacheFiles makes use of a logical split in the security between the
/linux-4.4.14/Documentation/timers/
Dhighres.txt207 Dynamic ticks are the logical consequence of the hrtimer based periodic tick
/linux-4.4.14/drivers/scsi/pm8001/
Dpm8001_hwi.c1188 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.4.14/drivers/scsi/
Dst.c3100 int logical) in get_location() argument
3115 if (!logical && !STp->scsi2_logical) in get_location()
3160 int logical) in set_location() argument
3208 if (!logical && !STp->scsi2_logical) in set_location()
Dhpsa.c3358 static int hpsa_scsi_do_report_luns(struct ctlr_info *h, int logical, in hpsa_scsi_do_report_luns() argument
3371 if (fill_cmd(c, logical ? HPSA_REPORT_LOG : HPSA_REPORT_PHYS, h, in hpsa_scsi_do_report_luns()
DKconfig1482 each with one or more targets, each with one or more logical units.
/linux-4.4.14/drivers/acpi/
DKconfig262 processors in the platform. Currently only logical processor idling
/linux-4.4.14/Documentation/rapidio/
Drapidio.txt29 structure. The core logical components of the RapidIO subsystem are defined
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt267 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.4.14/drivers/scsi/aacraid/
Daacraid.h627 u64 logical; /*address we give the adapter */ member
/linux-4.4.14/Documentation/cgroups/
Dblkio-controller.txt16 used on leaf nodes as well as higher level logical devices like device mapper.
Dunified-hierarchy.txt221 worry about it and cgroup as a whole shows a consistent and logical
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt1712 logical addresses used in virtual I/O into guest physical addresses,
1721 The liobn field gives the logical IO bus number for which to create a
2811 Read or write data from/to the logical (virtual) memory of a VCPU.
2826 KVM_S390_MEMOP_LOGICAL_READ for reading from logical memory space or
2827 KVM_S390_MEMOP_LOGICAL_WRITE for writing to logical memory space. The
/linux-4.4.14/arch/arm/crypto/
Daes-armv4.S15 @ allows to merge logical or arithmetic operation with shift or rotate
/linux-4.4.14/arch/powerpc/
DKconfig539 Select the kernel logical page size. Increasing the page size
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt536 exist on the logical network accessed through the corresponding network
/linux-4.4.14/Documentation/networking/dsa/
Ddsa.txt526 level to permit the joining port from being added to the relevant logical
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt933 the output of this command (0 or 1) shows the logical OR of soft_watchdog
/linux-4.4.14/crypto/
DKconfig331 rest is used to tie each cipher block to its logical position.
/linux-4.4.14/drivers/hwmon/
DKconfig1121 The chip has two distinct logical devices, one for fan speed
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt1259 In addition, a logical 'interrupt tree' exists which represents the
/linux-4.4.14/
DCREDITS72 D: 802.2 class II logical link control layer,