Home
last modified time | relevance | path

Searched refs:storage (Results 1 – 200 of 213) sorted by relevance

12

/linux-4.4.14/drivers/usb/storage/
DMakefile11 obj-$(CONFIG_USB_STORAGE) += usb-storage.o
13 usb-storage-y := scsiglue.o protocol.o transport.o usb.o
14 usb-storage-y += initializers.o sierra_ms.o option_ms.o
15 usb-storage-y += usual-tables.o
16 usb-storage-$(CONFIG_USB_STORAGE_DEBUG) += debug.o
DKconfig12 Say Y here if you want to connect USB mass storage devices to your
21 (BLK_DEV_SD) for most USB storage devices.
24 module will be called usb-storage.
84 tristate "USBAT/USBAT02-based storage support"
87 Say Y here to include additional code to support storage devices
168 This code places the Rio Karma into mass storage mode, enabling
184 mass storage class.
198 (BLK_DEV_SD) for most USB storage devices.
208 storage devices. It permits higher performance by supporting
/linux-4.4.14/drivers/md/
Dbitmap.c212 struct bitmap_storage *store = &bitmap->storage; in write_sb_page()
289 if (bitmap->storage.file == NULL) { in write_page()
430 if (!bitmap->storage.sb_page) /* no superblock */ in bitmap_update_sb()
432 sb = kmap_atomic(bitmap->storage.sb_page); in bitmap_update_sb()
449 write_page(bitmap, bitmap->storage.sb_page, 1); in bitmap_update_sb()
457 if (!bitmap || !bitmap->storage.sb_page) in bitmap_print_sb()
459 sb = kmap_atomic(bitmap->storage.sb_page); in bitmap_print_sb()
497 bitmap->storage.sb_page = alloc_page(GFP_KERNEL | __GFP_ZERO); in bitmap_new_disk_sb()
498 if (bitmap->storage.sb_page == NULL) in bitmap_new_disk_sb()
500 bitmap->storage.sb_page->index = 0; in bitmap_new_disk_sb()
[all …]
Dbitmap.h209 } storage; member
DKconfig354 shared storage logs) or experimental logs can be implemented
/linux-4.4.14/Documentation/block/
Dwriteback_cache_control.txt8 Many storage devices, especially in the consumer market, come with volatile
10 operating system before data actually has hit the non-volatile storage. This
12 system needs to force data out to the non-volatile storage when it performs
16 control the caching behavior of the storage device. These mechanisms are
24 the filesystem and will make sure the volatile cache of the storage device
27 storage before the flagged bio starts. In addition the REQ_FLUSH flag can be
38 signaled after the data has been committed to non-volatile storage.
Dcfq-iosched.txt27 level and one should see an overall improved throughput on faster storage
32 So depending on storage and workload, it might be useful to set slice_idle=0.
36 controller or for storage arrays), setting slice_idle=0 might end up in better
73 in higher end storage due to idle on sequential queue and allow dispatch
80 on higher end storage.
141 In case of storage with several disk, this setting can limit the parallel
208 slice. Measuring time becomes harder if storage is fast and supports NCQ and
218 If one sets slice_idle=0 and if storage supports NCQ, CFQ internally switches
Ddata-integrity.txt21 Current storage controllers and devices implement various protective
35 controller and storage device. However, many controllers actually
86 they enable us to protect the entire path from application to storage
92 the storage devices they are accessing. The virtual filesystem switch
113 Some storage devices allow each hardware sector to be tagged with a
241 contain the integrity metadata received from the storage device.
Dcmdline-partition.txt6 It has no MBR, so saves storage space. Bootloader can be easily accessed
Dpr.txt8 access to block devices to specific initiators in a shared storage
Dqueue-sysfs.txt131 For storage configurations that need to maximize distribution of completion
Dbiodoc.txt956 specific storage for a request.
966 elevator_exit_fn Allocate and free any elevator specific storage
/linux-4.4.14/tools/perf/util/
Dsrcline.c53 long storage; in slurp_symtab() local
61 storage = bfd_get_symtab_upper_bound(abfd); in slurp_symtab()
62 if (storage == 0L) { in slurp_symtab()
63 storage = bfd_get_dynamic_symtab_upper_bound(abfd); in slurp_symtab()
66 if (storage < 0L) in slurp_symtab()
69 syms = malloc(storage); in slurp_symtab()
/linux-4.4.14/Documentation/device-mapper/
Dswitch.txt17 Dell EqualLogic and some other iSCSI storage arrays use a distributed
18 frameless architecture. In this architecture, the storage group
19 consists of a number of distinct storage arrays ("members") each having
20 independent controllers, disk storage and network adapters. When a LUN
22 spreading are hidden from initiators connected to this storage system.
23 The storage group exposes a single target discovery portal, no matter
28 forwarding is invisible to the initiator. The storage layout is also
33 the storage group and initiators. In a multipathing configuration, it
37 robin algorithm to send I/O across all paths and let the storage array
Dzero.txt12 than the amount of actual storage space available for that device. A user can
15 enough data has been written to fill up the actual storage space, the sparse
35 10GB of actual storage space available. If more than 10GB of data is written
Ddm-log.txt34 performance. This method can also be used if no storage device is
52 provide a cluster-coherent log for shared-storage. Device-mapper mirroring
53 can be used in a shared-storage environment when the cluster log implementations
Dsnapshot.txt16 storage.
18 For snapshot merge the contents of the COW storage are merged back into
Dera.txt79 - Rollback vendor storage
Dpersistent-data.txt19 upcoming hierarchical storage target.
Ddm-raid.txt216 When a block is discarded, some storage devices will return zeroes when
230 Since the behavior of storage devices is unreliable in this respect,
Dcache.txt205 underlying storage). Reads and writes always go to
/linux-4.4.14/fs/exofs/
DKconfig5 EXOFS is a file system that uses an OSD storage device,
6 as its backing storage.
/linux-4.4.14/Documentation/usb/
Dmass-storage.txt5 multiple logical units (LUNs). Backing storage for each LUN is
22 relation to mass storage function (or MSF) and different gadgets
29 The mass storage gadget accepts the following mass storage specific
35 backing storage for each logical unit. There may be at most
39 *BEWARE* that if a file is used as a backing storage, it may not
104 MS Windows mounts removable storage in “Removal optimised mode” by
180 * Other gadgets using mass storage function
183 mass storage protocol. As a composite function, MSF may be used by
187 gadgets using MSF, except that support for mass storage related
192 For examples of how to include mass storage function in gadgets, one
[all …]
Dauthorization.txt67 Authentication or stuff like that. Something simple for an storage key
Dpersist.txt35 Unfortunately problems _can_ arise, particularly with mass-storage
129 just mass-storage devices. It might turn out to be equally useful for
Dehci.txt27 While usb-storage devices have been available since mid-2001 (working
118 usb-storage doing disk I/O; watch the request queues!)
Dgadget_multi.txt61 For mass storage it is trivial since Windows detect it's an interface
Dgadget_configfs.txt18 port or a mass storage capability.
Dusbmon.txt187 Bulk wrapper to a storage device at address 5:
/linux-4.4.14/arch/arm/include/asm/
Ducontext.h45 struct crunch_state storage; member
57 struct iwmmxt_struct storage; member
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dsocfpga-dw-mshc.txt4 The Synopsys designware mobile storage host controller is used to interface
5 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
Dimg-dw-mshc.txt4 The Synopsys designware mobile storage host controller is used to interface
5 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
Drockchip-dw-mshc.txt4 The Synopsys designware mobile storage host controller is used to interface
5 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
Dk3-dw-mshc.txt6 The Synopsys designware mobile storage host controller is used to interface
7 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
Dsamsung-sdhci.txt4 MMC, SD and eMMC storage mediums. This file documents differences between the
Dexynos-dw-mshc.txt4 The Synopsys designware mobile storage host controller is used to interface
5 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
Dsynopsys-dw-mshc.txt3 The Synopsys designware mobile storage host controller is used to interface
4 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
/linux-4.4.14/Documentation/filesystems/
Dceph.txt12 * N-way replication of data across storage nodes
25 storage nodes run entirely as user space daemons. Storage nodes
28 across storage nodes in large chunks to distribute workload and
29 facilitate high throughputs. When storage nodes fail, data is
30 re-replicated in a distributed fashion by the storage nodes themselves
39 storage to significantly improve performance for common workloads. In
118 Disable CRC32C calculation for data writes. If set, the storage node
Ddax.txt12 unnecessary copies of the original storage. The DAX code removes the
13 extra copy by performing reads and writes directly to the storage device.
14 For file mappings, the storage device is mapped directly into userspace.
41 In order to support this method, the storage must be byte-accessible by
Dbtrfs.txt11 number of challenges with scaling to the large storage subsystems that
13 in their ability to address and manage large storage, and also in
21 * Extent based file storage (2^64 max file size)
77 values defer data being synced to permanent storage with obvious
153 persistent storage. If disabled on a device with a volatile
Df2fs.txt5 NAND flash memory-based storage devices, such as SSD, eMMC, and SD cards, have
8 disks, a file system, an upper layer to the storage device, should adapt to the
11 F2FS is a file system exploiting NAND flash memory-based storage devices, which
16 Since a NAND flash memory-based storage device shows different characteristic
59 scattered across the whole storage. In order to serve new empty log space, it
136 nobarrier This option can be used if underlying storage guarantees
374 In order to avoid misalignment between file system and flash-based storage, F2FS
554 In order to align F2FS with underlying flash-based storage, F2FS allocates a
D00-INDEX36 - info on the cram filesystem for small storage (ROMs etc).
39 storage devices.
Dspufs.txt53 the contents of the local storage memory of the SPU. This can be
61 file. The file size is the size of the local storage of the SPU,
66 SPU local storage within the process address space. Only
322 A DMA storage error
Dvfs.txt548 An address space acts as an intermediate between storage and
553 written-back to storage typically in whole pages, however the
559 sync_page, and writepages to writeback data to storage.
663 storage, then those blocks should be pre-read (if they haven't been
733 they believe the cache may be out of date with storage) by
748 and transfer data directly between the storage and the
Dexofs.txt9 OSD is a new T10 command set that views storage devices not as a large/flat
Dfiemap.txt123 the data is stored on an inaccessible volume or that no storage has
Dsquashfs.txt157 and doesn't require much extra storage on disk.
Dxfs.txt222 namespace is on stable storage. This is useful in HA setups
Dproc.txt870 Buffers: Relatively temporary storage for raw disk blocks
907 storage
1530 The number of bytes which this task has caused to be read from storage. This
1566 be fetched from the storage layer. Done at the submit_bio() level, so it is
1576 the storage layer. This is done at page-dirtying time.
Dporting357 Even though i_dentry and i_rcu share storage in a union, we will
/linux-4.4.14/Documentation/ABI/testing/
Dpstore5 Description: Generic interface to platform dependent persistent storage.
27 the file will signal to the underlying persistent storage
40 persistent storage until at least this amount is reached.
Dsysfs-block60 Indicates whether a storage device is capable of storing
105 This is the smallest unit the storage device can
112 This is the smallest unit a physical storage device can
202 trimmed or unmapped in a single operation. Some storage
231 contiguous blocks on storage. This can be used to wipe
Dsysfs-bus-rbd73 The name of the storage pool where this rbd image resides.
Dsysfs-bus-iio1109 Description of the scan element data storage within the buffer
1126 For other storage combinations this attribute will be extended
1170 and the relevant _type attributes to establish the data storage
/linux-4.4.14/drivers/iio/dac/
Dad5446.c142 #define _AD5446_CHANNEL(bits, storage, _shift, ext) { \ argument
152 .storagebits = (storage), \
158 #define AD5446_CHANNEL(bits, storage, shift) \ argument
159 _AD5446_CHANNEL(bits, storage, shift, NULL)
161 #define AD5446_CHANNEL_POWERDOWN(bits, storage, shift) \ argument
162 _AD5446_CHANNEL(bits, storage, shift, ad5446_ext_info_powerdown)
/linux-4.4.14/tools/usb/usbip/
DREADME98 3-3.2:1.0 -> usb-storage
111 A USB storage device of busid 3-3.2 is now bound to the usb-storage
120 usbip debug: usbip_bind.c:162:[unbind_other] 3-3.2:1.0 -> usb-storage
179 6-1:1.0 used by usb-storage
DCOPYING131 a storage or distribution medium does not bring the other work under
/linux-4.4.14/drivers/usb/
DMakefile42 obj-$(CONFIG_USB_STORAGE) += storage/
43 obj-$(CONFIG_USB) += storage/
DREADME49 storage/ - This is for USB mass-storage drivers.
DKconfig91 source "drivers/usb/storage/Kconfig"
/linux-4.4.14/Documentation/
Ddma-buf-sharing.txt21 - decides about the actual backing storage where this allocation happens,
111 allocate the backing storage for this buffer, but wait for the first buffer-user
138 of the attached devices, and choose an appropriate backing storage for the
197 The attach-detach calls allow the exporter to figure out backing-storage
199 allocation, and/or migration of pages across different types of storage
203 to allow just-in-time backing of storage, and migration mid-way through a
206 - Migration of backing storage if needed
209 - and the backing storage has been allocated for this buffer,
214 if the new buffer-user has stricter 'backing-storage constraints', and the
219 exporter could potentially move the buffer to the stricter backing-storage,
[all …]
Dflexible-arrays.txt97 zero. If storage for the indicated element is not allocated for the array,
99 element does not release the storage associated with it; to reduce the
Dinit.txt19 required drivers such as storage hardware (such as SCSI or USB!)
Dvolatile-considered-harmful.txt49 The volatile storage class was originally meant for memory-mapped I/O
Ddevices.txt1154 proprietary OS's and limited memory and storage
1684 94 block IBM S/390 DASD block storage
1986 Partitions as a logical storage segment for
2027 storage. This allows for easy expansion or customization
2333 153 block Enhanced Metadisk RAID (EMD) storage units
2609 186 char Object-based storage control device
2886 usb-storage SCSI emulation and this osst device and
Dbcache.txt19 writes as completed until they're on stable storage).
Dmd.txt434 for storage of data. This will normally be the same as the
Dkernel-parameters.txt1110 your efi variable storage. Use this parameter only if
1427 Claim all unknown PCI IDE storage controllers.
3900 usb-storage.delay_use=
3904 usb-storage.quirks=
3911 to a common usb-storage quirk flag as follows:
Dkmemcheck.txt132 any context, we need a temporary storage area which is guaranteed not
Dkernel-docs.txt123 secondary-storage capability using software".
Dmemory-barriers.txt1082 prior to the storage of B ---->| A->1 |------>| |
1122 prior to the storage of B ---->| A->1 |------>| 2nd |
2923 assumed that the effect of the storage of V to *A is lost. Similarly:
/linux-4.4.14/fs/romfs/
DMakefile7 romfs-y := storage.o super.o
Dsuper.c473 const char *storage; in romfs_fill_super() local
521 storage = sb->s_mtd ? "MTD" : "the block layer"; in romfs_fill_super()
526 (unsigned) len, (unsigned) len, rsb->name, storage); in romfs_fill_super()
/linux-4.4.14/drivers/net/ethernet/calxeda/
Dxgmac.c1465 struct rtnl_link_stats64 *storage) in xgmac_get_stats64() argument
1474 storage->rx_bytes = readl(base + XGMAC_MMC_RXOCTET_G_LO); in xgmac_get_stats64()
1475 storage->rx_bytes |= (u64)(readl(base + XGMAC_MMC_RXOCTET_G_HI)) << 32; in xgmac_get_stats64()
1477 storage->rx_packets = readl(base + XGMAC_MMC_RXFRAME_GB_LO); in xgmac_get_stats64()
1478 storage->multicast = readl(base + XGMAC_MMC_RXMCFRAME_G); in xgmac_get_stats64()
1479 storage->rx_crc_errors = readl(base + XGMAC_MMC_RXCRCERR); in xgmac_get_stats64()
1480 storage->rx_length_errors = readl(base + XGMAC_MMC_RXLENGTHERR); in xgmac_get_stats64()
1481 storage->rx_missed_errors = readl(base + XGMAC_MMC_RXOVERFLOW); in xgmac_get_stats64()
1483 storage->tx_bytes = readl(base + XGMAC_MMC_TXOCTET_G_LO); in xgmac_get_stats64()
1484 storage->tx_bytes |= (u64)(readl(base + XGMAC_MMC_TXOCTET_G_HI)) << 32; in xgmac_get_stats64()
[all …]
/linux-4.4.14/drivers/staging/octeon-usb/
DTODO2 USB mass storage.
/linux-4.4.14/Documentation/devicetree/bindings/nvmem/
Dnvmem.txt9 these data from, and where they are stored on the storage device.
25 reg: specifies the offset in byte within the storage device.
/linux-4.4.14/block/
DKconfig18 Also, SCSI character devices and USB storage will be disabled since
82 Some storage devices allow extra information to be
87 Say yes here if you have a storage device that provides the
/linux-4.4.14/drivers/infiniband/ulp/srp/
DKconfig7 allows you to access storage devices that speak SRP over
/linux-4.4.14/drivers/infiniband/ulp/iser/
DKconfig7 over InfiniBand. This allows you to access storage devices
/linux-4.4.14/drivers/memstick/
DKconfig8 Sony MemoryStick is a proprietary storage/extension card protocol.
/linux-4.4.14/drivers/infiniband/ulp/srpt/
DKconfig8 a block storage device on another host (target) over a network
/linux-4.4.14/drivers/staging/lustre/
DREADME.txt10 can scale to thousands of clients, petabytes of storage and
13 Unlike shared disk storage cluster filesystems (e.g. OCFS2, GFS, GPFS),
Dsysfs-fs-lustre150 Biggest blocksize on object storage server for this filesystem.
281 in current configuration of storage.
/linux-4.4.14/Documentation/scsi/
Dufs.txt23 Universal Flash Storage(UFS) is a storage specification for flash devices.
24 It is aimed to provide a universal storage interface for both
25 embedded and removable flash memory based storage in mobile
Dhpsa.txt58 tape drives, or entire storage boxes containing pre-configured logical drives.
128 These are used extensively by the HP Array Configuration Utility, SNMP storage
Dbnx2fc.txt7 automatically with the upper storage layers.
Dosd.txt5 allocation, placement, and accessing of variable-size data-storage containers,
20 as its back-end data storage. Other clients are the other osd parts listed below.
Dosst.txt116 Via the SCSI emulation layers usb-storage and ide-scsi, you can also use the
120 latest usb-storage driver from
Dscsi-changer.txt33 storage - a slot which can hold a media.
DFlashPoint.txt45 computer products for network servers, mass storage systems, workstations
Dscsi_mid_low_api.txt20 Examples are the usb-storage driver (found in the drivers/usb/storage
55 about the USB mass storage driver see the
56 /usr/src/linux/drivers/usb/storage directory.
DLICENSE.qla4xxx142 a storage or distribution medium does not bring the other work under
DLICENSE.qla2xxx143 a storage or distribution medium does not bring the other work under
Dscsi_fc_transport.txt55 distinct N_Port_ID and view of fabric endpoints and storage entities.
/linux-4.4.14/Documentation/blockdev/drbd/
DREADME.txt6 storage. Simplistically, you could see it as a network RAID 1.
/linux-4.4.14/Documentation/s390/
Dmonreader.txt38 guest virtual storage around the address range of the DCSS.
42 This defines two blocks of storage, the first is 140MB in size an begins at
44 resulting in a total storage of 340MB. Note that the first block should
49 Your guest virtual storage has to end below the starting address of the DCSS
55 This defines 140MB storage size for your guest, the parameter "mem=160M" is
Dcds.txt222 key : the storage key to use for the I/O (useful for operating on a
223 storage with a storage key != default key)
DDebugging390.txt55 temporary storage. These registers have a 1:1 association with general
177 z/Architecture in absolute storage by the set prefix instruction during Linux
339 4TB of virtual storage per process i.e.
546 temporary storage but it isn't recommended.
1450 DASD's direct access storage devices ( otherwise known as hard disks ).
/linux-4.4.14/drivers/block/zram/
DKconfig13 It has several use cases, for example: /tmp storage, use as swap
/linux-4.4.14/Documentation/target/
Dtcmu-design.txt30 protocols. TCM also modularizes the data storage. There are existing
32 storage. These are called "backstores" or "storage engines". These
39 the actual data storage as well. These are referred to as "backstores"
40 or "storage engines". The target comes with backstores that allow a
42 local storage needed for the exported SCSI LUN. Like the rest of LIO,
49 in these non-traditional networked storage systems, while still only
/linux-4.4.14/arch/arm/kernel/
Dsignal.c39 crunch_task_copy(current_thread_info(), &kframe->storage); in preserve_crunch_context()
55 crunch_task_restore(current_thread_info(), &kframe->storage); in restore_crunch_context()
71 iwmmxt_task_copy(current_thread_info(), &kframe->storage); in preserve_iwmmxt_context()
87 iwmmxt_task_restore(current_thread_info(), &kframe->storage); in restore_iwmmxt_context()
/linux-4.4.14/fs/notify/fanotify/
DKconfig24 hierarchical storage managent systems.
/linux-4.4.14/Documentation/mic/
Dmic_overview.txt14 devices for networking, storage and console. We provide these devices
39 the fact that the virtio block storage backend can only be on the host.
/linux-4.4.14/Documentation/i2c/busses/
Di2c-ismt30 targeted primarily at the microserver and storage markets.
/linux-4.4.14/Documentation/aoe/
Dtodo.txt2 data that needs to be written out to aoe storage. If the data is
Daoe.txt2 block storage on the LAN.
/linux-4.4.14/Documentation/fmc/
Didentifiers.txt13 storage area of the EEPROM as it wants.
102 We chose to use SDB as a storage filesystem because the format is very
110 there. To avoid wasting precious storage space while still allowing
117 at the beginning of the storage device. If needed, you can also place
/linux-4.4.14/fs/ceph/
DKconfig13 reliable access to petabytes of storage.
/linux-4.4.14/tools/testing/selftests/zram/
DREADME8 good amounts of memory savings. Some of the usecases include /tmp storage,
/linux-4.4.14/Documentation/vm/
Dsplit_page_table_lock58 This field shares storage with page->ptl.
79 page of page containing the table. It shares storage with page->private
Dzswap.txt66 storage method, and it can achieve greater storage densities. However,
Dpage_owner.txt9 and order of pages is stored into certain storage for each page.
Dfrontswap.txt13 a "backing" store for a swap device. The storage is assumed to be
/linux-4.4.14/drivers/mtd/devices/
DKconfig86 program and data storage. Series supported include Atmel AT26DF,
110 for program and data storage.
127 you can still use it for storage or swap by using this driver to
151 provide storage. You probably want to say 'N' unless you're
/linux-4.4.14/Documentation/nvdimm/
Dbtt.txt8 Persistent memory based storage is able to perform IO at byte (or more
10 storage as traditional block devices. The block drivers for persistent memory
21 device, and reserves a portion of the underlying storage for its metadata. At
30 The underlying storage on which a BTT can be laid out is not limited in any way.
262 Any block driver that supports byte granularity IO to the storage may register
Dnvdimm.txt78 (persistently names) storage between PMEM and BLK. It also partitions
79 BLK storage to host BTTs with different parameters per BLK-partition.
159 NVDIMM storage, it does not provide the best system RAS (recovery,
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-class-rfkill39 storage at startup.
Dsysfs-bus-xen-backend23 physical device providing the storage for this backend
/linux-4.4.14/drivers/platform/chrome/
DKconfig31 This module instantiates the persistent storage on x86 ChromeOS
/linux-4.4.14/Documentation/filesystems/nfs/
Dpnfs-block-server.txt11 file system must sit on shared storage (typically iSCSI) that is accessible
/linux-4.4.14/fs/pstore/
DKconfig8 persistent storage via "pstore" filesystem that can
/linux-4.4.14/Documentation/timers/
Dhrtimers.txt110 be enqueued again. The time-ordered enqueueing and the storage of the
131 CPUs. This build-time-selectable ktime_t storage format was implemented
134 between the storage formats provided by kernel and userspace interfaces
/linux-4.4.14/drivers/usb/gadget/legacy/
DKconfig199 mass storage) and other are implemented in user space.
239 As its storage repository it can use a regular file or a block
359 tristate "CDC Composite Device (ACM and mass storage)"
367 a mass storage, and a CDC ACM (serial port) link.
383 and/or CDC Ethernet), mass storage and ACM serial link
/linux-4.4.14/arch/s390/kernel/
Dhead64.S43 # Save ipl parameters, clear bss memory, initialize storage key for kernel pages,
/linux-4.4.14/Documentation/blockdev/
Dmflash.txt64 * If you use mflash as storage device (i.e. other than MG_BOOT_DEV),
Dzram.txt9 good amounts of memory savings. Some of the usecases include /tmp storage,
DREADME.DAC960272 installation and subsequent configuration of additional storage. The BIOS
/linux-4.4.14/drivers/block/drbd/
DKconfig22 storage. Simplistically, you could see it as a network RAID 1.
/linux-4.4.14/drivers/usb/gadget/
DKconfig115 int "Number of storage pipeline buffers"
339 bool "Mass storage"
345 As its storage repository it can use a regular file or a block
372 mass storage) and other are implemented in user space.
/linux-4.4.14/drivers/s390/block/
DKconfig9 Select this option if you want to use your expanded storage on S/390
/linux-4.4.14/drivers/firmware/efi/
DKconfig40 Saying Y here will disable the use of efivars as a storage
/linux-4.4.14/drivers/net/ethernet/nvidia/
Dforcedeth.c1737 nv_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *storage) in nv_get_stats64() argument
1757 storage->rx_packets = np->stat_rx_packets; in nv_get_stats64()
1758 storage->rx_bytes = np->stat_rx_bytes; in nv_get_stats64()
1759 storage->rx_dropped = np->stat_rx_dropped; in nv_get_stats64()
1760 storage->rx_missed_errors = np->stat_rx_missed_errors; in nv_get_stats64()
1765 storage->tx_packets = np->stat_tx_packets; in nv_get_stats64()
1766 storage->tx_bytes = np->stat_tx_bytes; in nv_get_stats64()
1767 storage->tx_dropped = np->stat_tx_dropped; in nv_get_stats64()
1777 storage->rx_errors = np->estats.rx_errors_total; in nv_get_stats64()
1778 storage->tx_errors = np->estats.tx_errors_total; in nv_get_stats64()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/nintendo/
Dgamecube.txt69 Represents the interface used to communicate with mass storage devices.
Dwii.txt177 Represents the interface used to communicate with mass storage devices.
/linux-4.4.14/security/keys/
DKconfig28 primarily aimed at Kerberos key storage. The keyrings are persistent
/linux-4.4.14/arch/arm/boot/dts/
Dorion5x-maxtor-shared-storage-2.dts19 compatible = "maxtor,shared-storage-2", "marvell,orion5x-88f5182", "marvell,orion5x";
Dam335x-nano.dts306 | |-->0x04000000-> Data storage start
DMakefile498 orion5x-maxtor-shared-storage-2.dtb \
/linux-4.4.14/lib/
DKconfig.kmemcheck59 temporary storage area which is guarantueed not to generate any
/linux-4.4.14/drivers/firewire/
DKconfig37 FireWire bus. SBP-2 devices include storage devices like
/linux-4.4.14/arch/m68k/fpsp040/
Ddecbin.S133 | (*) d0: temp digit storage
146 leal FP_SCR1(%a6),%a0 |load tmp bcd storage address
/linux-4.4.14/Documentation/powerpc/
Dcxlflash.txt21 directly talk to a device (network or storage) bypassing the typical
23 user space application direct access to Flash storage.
221 storage. This is reflected by the last LBA being a non-zero value.
261 support maintaining user space access to storage after a process
Dcxl.txt100 Data storage faults and error interrupts are handled by the kernel
/linux-4.4.14/Documentation/video4linux/
Dzr364xx.txt7 …et on your PC the pictures and movies on the camera, you should use the usb-storage module instead.
Dvideobuf7 the storage of video frames. There is a set of functions which can be used
/linux-4.4.14/mm/
DKconfig553 tristate "Common API for compressed memory storage"
556 Compressed memory storage API. This allows using either zbud or
560 tristate "Low density storage for compressed pages"
565 page. While this design limits storage density, it has simple and
/linux-4.4.14/Documentation/filesystems/caching/
Dfscache.txt216 dat=N Number of data storage cookies allocated
268 Stores n=N Number of storage (write) requests seen
270 agn=N Number of store reqs on a page already pending storage
Doperations.txt25 data storage and retrieval routines. Its operations are represented by
Dbackend-api.txt201 (*) FS-Cache storage operation record:
212 storage.
385 storage and retrieval operations from the netfs are excluded during the
Dnetfs-api.txt695 storage request to complete, or it may attempt to cancel the storage request -
866 All extant storage, retrieval and attribute change ops at this point are
Dobject.txt83 and DObject represent data storage objects. Indices may have representation in
/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c1055 struct rtnl_link_stats64 *storage) in xgene_enet_get_stats64() argument
1064 memcpy(storage, &pdata->stats, sizeof(struct rtnl_link_stats64)); in xgene_enet_get_stats64()
1066 return storage; in xgene_enet_get_stats64()
/linux-4.4.14/drivers/scsi/
DKconfig29 version of the IOMEGA ZIP drive, USB storage devices, Fibre
30 Channel, and FireWire storage.
79 USB storage or the SCSI or parallel port version of
113 use the /dev/osstX char device nodes (major 206). Via usb-storage,
313 The iSCSI Driver provides a host with the ability to access storage
467 ICP storage products. For a list of supported products, refer
595 tristate "Microsoft Hyper-V virtual storage driver"
599 Select this option to enable the Hyper-V virtual storage driver.
775 This driver supports the 6Gb/s SAS capabilities of the storage
1023 This driver supports Promise SuperTrak EX series storage controllers.
/linux-4.4.14/Documentation/i2c/
Dupgrading-clients160 Remove the storage of 'struct i2c_client' from the 'struct example_state'
/linux-4.4.14/arch/powerpc/platforms/ps3/
DKconfig146 storage or system swap.
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/
Domap-mailbox.txt7 communication is achieved through a set of registers for message storage and
/linux-4.4.14/net/core/
Ddev.c6995 struct rtnl_link_stats64 *storage) in dev_get_stats() argument
7000 memset(storage, 0, sizeof(*storage)); in dev_get_stats()
7001 ops->ndo_get_stats64(dev, storage); in dev_get_stats()
7003 netdev_stats_to_stats64(storage, ops->ndo_get_stats(dev)); in dev_get_stats()
7005 netdev_stats_to_stats64(storage, &dev->stats); in dev_get_stats()
7007 storage->rx_dropped += atomic_long_read(&dev->rx_dropped); in dev_get_stats()
7008 storage->tx_dropped += atomic_long_read(&dev->tx_dropped); in dev_get_stats()
7009 return storage; in dev_get_stats()
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_avx-x86_64.S215 TMP1 = 16*0 # Temporary storage for AAD
216 TMP2 = 16*1 # Temporary storage for AES State 2 (State 1 is stored in an XMM register)
217 TMP3 = 16*2 # Temporary storage for AES State 3
218 TMP4 = 16*3 # Temporary storage for AES State 4
219 TMP5 = 16*4 # Temporary storage for AES State 5
220 TMP6 = 16*5 # Temporary storage for AES State 6
221 TMP7 = 16*6 # Temporary storage for AES State 7
222 TMP8 = 16*7 # Temporary storage for AES State 8
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dhead.S178 ;; Put the following in a section so that storage for it can be
/linux-4.4.14/fs/nfs/
DKconfig170 without local permanent storage. For details, read
/linux-4.4.14/Documentation/arm/
DBooting32 kernel will use for volatile data storage in the system. It performs
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e.h751 struct rtnl_link_stats64 *storage);
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt2853 Returns: 0 on success, KVM_S390_GET_KEYS_NONE if guest is not using storage
2856 This ioctl is used to get guest storage key values on the s390
2867 The start_gfn field is the number of the first guest frame whose storage keys
2871 whose storage keys to get. The count field must be at least 1 and the maximum
2876 bytes. This buffer will be filled with storage key data by the ioctl.
2886 This ioctl is used to set guest storage key values on the s390
2890 The start_gfn field is the number of the first guest frame whose storage keys
2894 whose storage keys to get. The count field must be at least 1 and the maximum
2899 storage keys. Each byte in the buffer will be set as the storage key for a
3361 primary storage for certain register types. Therefore, the kernel may use the
/linux-4.4.14/Documentation/power/
Duserland-swsusp.txt118 partition, or a swap file as storage space (if a swap file is used, the resume
Dpci.txt544 a system image to be created and written into a persistent storage medium. The
760 after a system image has been loaded into memory from persistent storage and the
792 storage. prepare() callbacks are executed for all devices before poweroff() is
Ddevices.txt478 devices (thaw), write the image to permanent storage, and finally shut down the
560 include at least a subset of device drivers allowing it to access the storage
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dsunxi.txt63 "allwinner,sun9i-a80-mod0-clk" - for module 0 (storage) clocks on A80
/linux-4.4.14/Documentation/cgroups/
Dblkio-controller.txt7 both at leaf nodes as well as at intermediate nodes in a storage hierarchy.
355 drive deeper request queue depths to keep the storage busy. In such scenarios
/linux-4.4.14/drivers/block/
DKconfig328 OSD (object-based storage) object as a Linux block device.
545 storage device: Flash Adapter 900GB Full Height.
/linux-4.4.14/Documentation/networking/
Dppp_generic.txt202 the storage for the ppp_channel structure, and so the channel is
203 required to provide the guarantee that this storage exists and is
DLICENSE.qlcnic141 a storage or distribution medium does not bring the other work under
DLICENSE.qlge141 a storage or distribution medium does not bring the other work under
Dip-sysctl.txt153 INET peer storage:
156 The approximate size of the storage. Starting from this threshold
/linux-4.4.14/Documentation/arm64/
Dbooting.txt36 kernel will use for volatile data storage in the system. It performs
/linux-4.4.14/Documentation/fb/
Dapi.txt46 to be aware of the pixel storage format in order to write image data to the
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dgpc.fuc395 // Transfer GPC context data between GPU and storage area
Dhub.fuc591 // Transfer HUB context data between GPU and storage area
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dhead.S160 ;; Put this in a suitable section where we can reclaim storage
/linux-4.4.14/arch/xtensa/
DKconfig397 storage.
/linux-4.4.14/Documentation/nfc/
Dnfc-hci.txt162 - init() : allocate and init your private storage
/linux-4.4.14/Documentation/sound/alsa/
DAudigy-mixer.txt339 US 6151670 Method for conserving memory storage using a (Nov. 21, 2000)
DSB-Live-mixer.txt350 US 6151670 Method for conserving memory storage using a (Nov. 21, 2000)
/linux-4.4.14/drivers/net/
DKconfig98 large storage devices to the computer; it is compatible with and
/linux-4.4.14/include/linux/
Dnetdevice.h1093 struct rtnl_link_stats64 *storage);
3556 struct rtnl_link_stats64 *storage);
/linux-4.4.14/drivers/acpi/
DKconfig448 addition to storage devices this also enables libnvdimm to pass
/linux-4.4.14/arch/xtensa/kernel/
Dentry.S583 wsr a1, depc # use DEPC as temp storage
/linux-4.4.14/drivers/misc/
DKconfig209 contain storage devices). You also need either a host
/linux-4.4.14/drivers/staging/rtl8192u/
Dcopying131 a storage or distribution medium does not bring the other work under
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt53 disconnects of PCI devices attached to storage media, and, in particular,
DMSI-HOWTO.txt61 in a network card or each port in a storage controller.
/linux-4.4.14/drivers/staging/rtl8192e/
Dlicense134 storage or distribution medium does not bring the other work under the
/linux-4.4.14/
DCOPYING147 a storage or distribution medium does not bring the other work under
/linux-4.4.14/Documentation/trace/
Dring-buffer-design.txt713 been moved forward, the writer will just try again to reserve storage
/linux-4.4.14/include/net/
Dcfg80211.h3033 unsigned long *storage);
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt535 0x500B Tablet pen inserted into its storage bay
536 0x500C Tablet pen removed from its storage bay
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.reg1488 * Temporary storage for the
/linux-4.4.14/init/
DKconfig457 bool "Enable per-task storage I/O accounting"
460 Collect information on the number of bytes of storage I/O which this
/linux-4.4.14/arch/blackfin/
DKconfig931 stack storage. You cannot place the stacks of FLAT binaries
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped93 /* The "const" storage-class-modifier is valid. */
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped91 /* The "const" storage-class-modifier is valid. */

12