Home
last modified time | relevance | path

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

12345

/linux-2.6.39/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-block69 bigger than the logical block size (for instance a drive
70 with 4KB physical sectors exposing 512-byte logical
80 bigger than the logical block size (for instance a drive
81 with 4KB physical sectors exposing 512-byte logical
98 write atomically. It is usually the same as the logical
100 drives with 4KB sectors that expose a 512-byte logical
Dsysfs-devices-system-cpu8 named by the kernel's logical CPU number, e.g.:
117 Description: CPU topology files that describe a logical CPU's relationship
120 One cpu# directory is created per logical CPU in the system,
132 core_siblings_list: human-readable list of the logical CPU
/linux-2.6.39/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-2.6.39/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
/linux-2.6.39/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.
1144 58 block Reserved for logical volume manager
1354 0 = /dev/ida/c0d0 First logical drive whole disk
1355 16 = /dev/ida/c0d1 Second logical drive whole disk
1357 240 = /dev/ida/c0d15 16th logical drive whole disk
1374 0 = /dev/ida/c1d0 First logical drive whole disk
1375 16 = /dev/ida/c1d1 Second logical drive whole disk
1377 240 = /dev/ida/c1d15 16th logical drive whole disk
1392 0 = /dev/ida/c2d0 First logical drive whole disk
1393 16 = /dev/ida/c2d1 Second logical drive whole disk
[all …]
/linux-2.6.39/drivers/video/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-2.6.39/fs/btrfs/
Dvolumes.h186 u64 logical, u64 *length,
190 u64 **logical, int *naddrs, int *stripe_len);
211 int btrfs_num_copies(struct btrfs_mapping_tree *map_tree, u64 logical, u64 len);
213 u64 logical, struct page *page);
Dvolumes.c2875 int btrfs_num_copies(struct btrfs_mapping_tree *map_tree, u64 logical, u64 len) in btrfs_num_copies() argument
2883 em = lookup_extent_mapping(em_tree, logical, len); in btrfs_num_copies()
2887 BUG_ON(em->start > logical || em->start + em->len < logical); in btrfs_num_copies()
2916 u64 logical, u64 *length, in __btrfs_map_block() argument
2950 em = lookup_extent_mapping(em_tree, logical, *length); in __btrfs_map_block()
2955 (unsigned long long)logical, in __btrfs_map_block()
2960 BUG_ON(em->start > logical || em->start + em->len < logical); in __btrfs_map_block()
2962 offset = logical - em->start; in __btrfs_map_block()
3188 u64 logical, u64 *length, in btrfs_map_block() argument
3191 return __btrfs_map_block(map_tree, rw, logical, length, multi_ret, in btrfs_map_block()
[all …]
/linux-2.6.39/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
218 int fiemap_fill_next_extent(struct fiemap_extent_info *info, u64 logical,
/linux-2.6.39/fs/ext4/
Dextents.c722 int logical, ext4_fsblk_t ptr) in ext4_ext_insert_index() argument
731 if (unlikely(logical == le32_to_cpu(curp->p_idx->ei_block))) { in ext4_ext_insert_index()
734 logical, le32_to_cpu(curp->p_idx->ei_block)); in ext4_ext_insert_index()
738 if (logical > le32_to_cpu(curp->p_idx->ei_block)) { in ext4_ext_insert_index()
745 logical, ptr, len, in ext4_ext_insert_index()
756 logical, ptr, len, in ext4_ext_insert_index()
762 ix->ei_block = cpu_to_le32(logical); in ext4_ext_insert_index()
770 logical, le32_to_cpu(curp->p_idx->ei_block)); in ext4_ext_insert_index()
1215 ext4_lblk_t *logical, ext4_fsblk_t *phys) in ext4_ext_search_left() argument
1222 EXT4_ERROR_INODE(inode, "path == NULL *logical %d!", *logical); in ext4_ext_search_left()
[all …]
/linux-2.6.39/drivers/mtd/
Dinftlmount.c522 int logical, block, i; in INFTL_dumpVUchains() local
528 for (logical = 0; logical < s->nb_blocks; logical++) { in INFTL_dumpVUchains()
529 block = s->VUtable[logical]; in INFTL_dumpVUchains()
532 printk(" LOGICAL %d --> %d ", logical, block); in INFTL_dumpVUchains()
/linux-2.6.39/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-2.6.39/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.
/linux-2.6.39/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-2.6.39/fs/nilfs2/
Dinode.c935 __u64 logical = 0, phys = 0, size = 0; in nilfs_fiemap() local
966 fieinfo, logical, phys, size, flags); in nilfs_fiemap()
974 logical = blkoff << blkbits; in nilfs_fiemap()
1016 fieinfo, logical, phys, size, flags); in nilfs_fiemap()
1031 fieinfo, logical, phys, size, in nilfs_fiemap()
1038 logical = blkoff << blkbits; in nilfs_fiemap()
1045 logical = blkoff << blkbits; in nilfs_fiemap()
/linux-2.6.39/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()
930 clients[id].logical = (int)logical; in diva_mnt_add_xdi_adapter()
959 DivaSTraceLibraryCreateInstance ((int)logical, &diva_maint_user_ifc, pmem))) { in diva_mnt_add_xdi_adapter()
961 diva_mnt_internal_dprintf (0, DLI_ERR, "Adapter(%d) Start failed", (int)logical); in diva_mnt_add_xdi_adapter()
[all …]
/linux-2.6.39/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
/linux-2.6.39/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 …]
/linux-2.6.39/arch/powerpc/platforms/pseries/
DKconfig18 bool "Support for shared-processor logical partitions"
69 bool "Support for shared-memory logical partitions"
/linux-2.6.39/drivers/md/
DKconfig9 Support multiple physical spindles through a single logical device.
10 Required for RAID and logical volume management.
18 logical block device. This can be used to simply append one
66 partitions into one logical device in such a fashion as to fill them
192 people to specify mappings for ranges of logical sectors. Various
240 Allow volume managers to mirror logical volumes, also
/linux-2.6.39/Documentation/device-mapper/
Dlinear.txt6 block of logical volume managers.
/linux-2.6.39/include/trace/events/
Dext4.h669 __field( __u64, logical )
682 __entry->logical = ar->logical;
695 (unsigned long long) __entry->logical,
714 __field( __u64, logical )
728 __entry->logical = ar->logical;
741 (unsigned long long) __entry->logical,

12345