Home
last modified time | relevance | path

Searched full:underlying (Results 1 – 25 of 1035) sorted by relevance

12345678910>>...42

/linux-6.14.4/Documentation/admin-guide/device-mapper/
Dstriped.rst6 device across one or more underlying devices. Data is written in "chunks",
7 with consecutive chunks rotating among the underlying devices. This can
13 Number of underlying devices.
18 Full pathname to the underlying block-device, or a
23 One or more underlying devices can be specified. The striped device size must
24 be a multiple of the chunk size multiplied by the number of underlying devices.
33 # Create a striped device across any number of underlying devices. The device
Ddm-ebs.rst13 Underlying block size can be set to > 4K to test buffering larger units.
18 <dev path> <offset> <emulated sectors> [<underlying sectors>]
23 Full pathname to the underlying block-device,
34 <underlying sectors>:
43 offset 1024 sectors with underlying devices block size automatically set:
48 offset 128 sectors, enforce 2KiB underlying device block size.
Dwritecache.rst17 2. the underlying device that will be cached
47 underlying device
53 - some underlying devices perform better with fua, some
69 written to the underlying device and cleaned up.
105 to the underlying device
Dvdo.rst120 The number of threads used to issue bios to the underlying
146 underlying storage device. At format time, a slab size for
186 underlying storage device. Additionally, when formatting the vdo device, a
349 Because the underlying storage may be multiply referenced, over-writing
360 - Assuming the underlying storage properly implements flush requests, vdo
396 the underlying storage; fewer threads mean there is more opportunity to
/linux-6.14.4/Documentation/filesystems/
Doverlayfs.rst32 In the special case of all overlay layers on the same underlying
34 filesystem and st_ino from the underlying filesystem. This will
40 underlying filesystem, the same compliant behavior could be achieved
42 identifier from the real object st_ino and an underlying fsid number.
44 underlying filesystems rarely use the high inode number bits. In case
45 the underlying inode number does overflow into the high xino bits, overlay
49 If all underlying filesystems support NFS file handles, the value of st_ino
196 underlying directory (upper or lower).
302 compared to direct access on underlying lower or upper filesystems
310 upper layer based on underlying filesystem permissions, again including
[all …]
/linux-6.14.4/drivers/gpio/
Dgpio-grgpio.c45 /* Structure for an irq of the core - called an underlying irq */
48 u8 uirq; /* Underlying irq of the gpio driver */
53 * used to map to the corresponding underlying irq.
68 * The grgpio core can have multiple "underlying" irqs. The gpio lines
69 * can be mapped to any one or none of these underlying irqs
76 * This array contains information on each underlying irq, each
85 * the irq to the underlying irq by pointing into the uirqs array.
205 * For each gpio line, call its interrupt handler if it its underlying in grgpio_irq_handler()
252 /* Request underlying irq if not already requested */ in grgpio_irq_map()
261 "Could not request underlying irq %d\n", in grgpio_irq_map()
[all …]
/linux-6.14.4/drivers/md/
Ddm-ebs-target.c24 struct dm_dev *dev; /* Underlying device to emulate block size on. */
32 …unsigned int u_bs; /* Underlying block size in sectors retrieved from/set on lower layer device. …
34 bool u_bs_set:1; /* Flag to indicate underlying block size is set on table line. */
151 * Partial first underlying block (__nr_blocks() may have in __ebs_discard_bio()
159 /* Partial last underlying block if any. */ in __ebs_discard_bio()
241 * <dev_path>: path of the underlying device
244 * [<ubs>]: underlying block size in units of 512 bytes imposed on the lower layer;
245 * optional, if not supplied, retrieve logical block size from underlying device
285 ti->error = "Invalid underlying block size"; in ebs_ctr()
304 ti->error = "Invalid retrieved underlying block size"; in ebs_ctr()
[all …]
/linux-6.14.4/security/landlock/
Dobject.h19 * struct landlock_object_underops - Operations on an underlying object
23 * @release: Releases the underlying object (e.g. iput() for an inode).
59 * tied to its underlying kernel structure. This pointer is protected
73 * underlying object (e.g. inode).
/linux-6.14.4/Documentation/networking/
Dnetmem.rst9 supporting netmem, drivers can work with various underlying memory types
20 regardless of the underlying memory implementation.
60 Ideally, drivers should not have to check the underlying netmem type via
62 underlying types via netmem_to_page() or netmem_to_net_iov(). In most cases,
/linux-6.14.4/Documentation/devicetree/bindings/soc/samsung/
Dexynos-usi.yaml75 Enable this property if underlying protocol requires the clock to be
86 description: Child node describing underlying I2C
90 description: Child node describing underlying UART/serial
94 description: Child node describing underlying SPI
/linux-6.14.4/Documentation/ABI/testing/
Dsysfs-driver-intel-m10-bmc-sec-update8 visible if the underlying device supports it.
18 is only visible if the underlying device supports it.
28 underlying device supports it.
Dsysfs-bus-event_source-devices-hv_gpci103 underlying platform/firmware.
135 underlying platform/firmware.
167 underlying platform/firmware.
199 underlying platform/firmware.
231 underlying platform/firmware.
Dpstore28 the file will signal to the underlying persistent storage
40 multiple) files based on the record size of the underlying
/linux-6.14.4/arch/m68k/include/asm/
Dtimex.h12 * CLOCK_TICK_RATE should give the underlying frequency of the tick timer
22 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */
/linux-6.14.4/include/linux/
Dhwspinlock.h177 * This function attempts to lock the underlying hwspinlock, and will
198 * This function attempts to lock the underlying hwspinlock, and will
275 * This function locks the underlying @hwlock. If the @hwlock
298 * This function locks the underlying @hwlock. If the @hwlock
321 * This function locks the underlying @hwlock. If the @hwlock
344 * This function locks the underlying @hwlock. If the @hwlock
366 * This function locks the underlying @hwlock. If the @hwlock
Ddevice-mapper.h113 * properties of underlying devices.
114 * E.g. Does at least one underlying device support flush?
115 * Does any underlying device not support WRITE_SAME?
118 * an underlying device. State can be maintained in *data.
322 * to the real underlying devices.
358 * whether or not its underlying devices have support.
364 * whether or not its underlying devices have support.
410 * targets in a table use the same underlying device.
413 * flushes to the underlying devices without performing any other
/linux-6.14.4/include/xen/interface/io/
Dblkif.h89 * the underlying block-device hardware. The boolean simply indicates whether
98 * info. A flush will ask the underlying storage hardware to flush its
102 * with BLKIF_RSP_EOPNOTSUPP if it is unsupported by the underlying
116 * the underlying block-device hardware. The boolean simply indicates whether
121 * Discard operation is a request for the underlying block device to mark
129 * underlying block device supports trim (ATA) or unmap (SCSI) operations,
/linux-6.14.4/include/linux/iio/
Dsysfs.h17 * @dev_attr: underlying device attribute
20 * @c: specification for the underlying channel
42 * @dev_attr: underlying device attribute
/linux-6.14.4/Documentation/admin-guide/nfs/
Dpnfs-scsi-server.rst10 underlying SCSI LUNs that are shared with the client.
21 option and the underlying SCSI device support persistent reservations.
/linux-6.14.4/include/drm/
Ddrm_simple_kms_helper.h59 * It is called when the underlying crtc is enabled.
69 * It is called when the underlying crtc is disabled.
78 * specifically when the underlying plane is checked.
97 * This function is called when the underlying plane state is updated.
/linux-6.14.4/fs/ocfs2/
Dstackglue.h5 * Glue to the underlying cluster stack.
89 * state for the underlying stack. ocfs2 does use cc_version to determine
154 * Call the underlying dlm lock function. The ->dlm_lock()
171 * Call the underlying dlm unlock function. The ->dlm_unlock()
/linux-6.14.4/Documentation/locking/
Dfutex-requeue-pi.rst6 special handling in order to ensure the underlying rt_mutex is never
50 underlying rt_mutex with waiters, and no owner, breaking the
120 task as a waiter on the underlying rt_mutex. It is possible that
Dhwspinlock.rst411 To be called from the underlying platform-specific implementation, in
422 To be called from the underlying vendor-specific implementation, in order
435 of hardware locks. It is registered by the underlying hwspinlock
442 * @dev: underlying device, will be used to invoke runtime PM api
463 * @priv: private data, owned by the underlying platform-specific hwspinlock drv
495 spinning on a lock, and can be used by the underlying implementation to force
/linux-6.14.4/include/uapi/linux/
Dip6_tunnel.h29 int link; /* ifindex of underlying L2 interface */
41 int link; /* ifindex of underlying L2 interface */
/linux-6.14.4/fs/9p/
Dfid.h44 * make sure mode reflects flags of underlying mounts
47 * underlying file system on server.

12345678910>>...42