Home
last modified time | relevance | path

Searched refs:mapper (Results 1 – 27 of 27) sorted by relevance

/linux-4.1.27/Documentation/device-mapper/
Ddm-uevent.txt1 The device-mapper uevent code adds the capability to device-mapper to create
2 and send kobject uevents (uevents). Previously device-mapper events were only
5 the event avoiding the need to query the state of the device-mapper device after
8 There are two functions currently for device-mapper events. The first function
23 Value: Name of device-mapper target that generated the event.
29 Value: Device-mapper specific action that caused the uevent action.
36 Description: A sequence number for this specific device-mapper device.
55 Description: Name of the device-mapper device.
61 Description: UUID of the device-mapper device.
Dsnapshot.txt1 Device-mapper snapshot support
4 Device-mapper allows you, without massive data copying:
92 # ls -lL /dev/mapper/volumeGroup-*
93 brw------- 1 root root 254, 11 29 ago 18:15 /dev/mapper/volumeGroup-base-real
94 brw------- 1 root root 254, 12 29 ago 18:15 /dev/mapper/volumeGroup-snap-cow
95 brw------- 1 root root 254, 13 29 ago 18:15 /dev/mapper/volumeGroup-snap
96 brw------- 1 root root 254, 10 29 ago 18:14 /dev/mapper/volumeGroup-base
121 # ls -lL /dev/mapper/volumeGroup-*
122 brw------- 1 root root 254, 11 29 ago 18:15 /dev/mapper/volumeGroup-base-real
123 brw------- 1 root root 254, 12 29 ago 18:16 /dev/mapper/volumeGroup-base-cow
[all …]
Ddm-log.txt3 The device-mapper logging code is used by some of the device-mapper
13 There is a generic logging interface that the device-mapper RAID
52 provide a cluster-coherent log for shared-storage. Device-mapper mirroring
Dthin-provisioning.txt4 This document describes a collection of device-mapper targets that
47 They use the dmsetup program to control the device-mapper driver
60 - Device-mapper 'messages' from userspace which control the creation of new
154 active pool device, /dev/mapper/pool in this example.
156 dmsetup message /dev/mapper/pool 0 "create_thin 0"
166 dmsetup create thin --table "0 2097152 thin /dev/mapper/pool 0"
181 dmsetup suspend /dev/mapper/thin
182 dmsetup message /dev/mapper/pool 0 "create_snap 1 0"
183 dmsetup resume /dev/mapper/thin
196 device-mapper snapshots.)
[all …]
Dcache.txt4 dm-cache is a device mapper target written by Joe Thornber, Heinz
11 This device-mapper solution allows us to insert this caching at
157 need a generic way of getting and setting these. Device-mapper
261 need a generic way of getting and setting these. Device-mapper
292 https://github.com/jthornber/device-mapper-test-suite
294 dmsetup create my_cache --table '0 41943040 cache /dev/mapper/metadata \
295 /dev/mapper/ssd /dev/mapper/origin 512 1 writeback default 0'
296 dmsetup create my_cache --table '0 41943040 cache /dev/mapper/metadata \
297 /dev/mapper/ssd /dev/mapper/origin 1024 1 writeback \
Dlog-writes.txt80 mkfs.btrfs -f /dev/mapper/log
104 mkfs.btrfs -f /dev/mapper/log
107 mount /dev/mapper/log /mnt/btrfs-test
124 mkfs.btrfs -f /dev/mapper/log
127 mount /dev/mapper/log /mnt/btrfs-test
Dzero.txt31 echo "0 $TEN_TERABYTES snapshot /dev/mapper/zero1 /dev/sdb1 p 128" | \
34 This will create a 10TB sparse device called /dev/mapper/sparse1 that has
Dswitch.txt4 The device-mapper switch target creates a device that supports an
41 A device-mapper table already lets you map different regions of a
47 Using this device-mapper switch target we can now build a two-layer
Dpersistent-data.txt4 The more-sophisticated device-mapper targets require complex metadata
17 framework for people who want to store metadata in device-mapper
Ddm-queue-length.txt4 dm-queue-length is a path selector module for device-mapper targets,
Ddm-raid.txt4 The device-mapper RAID (dm-raid) target provides a bridge from DM to MD.
5 It allows the MD RAID drivers to be accessed using a device-mapper
164 Line 1 is the standard output produced by device-mapper.
Ddm-service-time.txt4 dm-service-time is a path selector module for device-mapper targets,
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-block-dm5 Description: Device-mapper device name.
7 Users: util-linux, device-mapper udev rules
13 Description: Device-mapper device UUID.
16 Users: util-linux, device-mapper udev rules
22 Description: Device-mapper device suspend state.
25 Users: util-linux, device-mapper udev rules
45 Description: Request-based Device-mapper blk-mq I/O path mode.
Dsysfs-bus-iio-light-lm3533-als60 These values correspond to the ALS-mapper target registers for
61 ALS-mapper Y + 1.
/linux-4.1.27/Documentation/power/
Dswsusp-dmcrypt.txt34 brw------- 1 root root 254, 0 Jul 28 13:37 /dev/mapper/swap0
36 Now set up your kernel to use /dev/mapper/swap0 as the default
39 CONFIG_PM_STD_PARTITION="/dev/mapper/swap0"
102 mkswap /dev/mapper/swap0 > /dev/null 2>&1
126 then attempts to resume from the first device mapper device.
/linux-4.1.27/net/ceph/
DMakefile8 osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
/linux-4.1.27/drivers/md/persistent-data/
DKconfig8 device-mapper targets such as the thin provisioning target.
/linux-4.1.27/drivers/md/
DKconfig200 tristate "Device mapper support"
203 Device-mapper is a low level volume manager. It works by allowing
227 bool "Device mapper debugging support"
230 Enable this for messages that may help debug device-mapper problems.
246 Some bio locking schemes used by other device-mapper targets
257 This device-mapper target allows you to create a device that
435 This device-mapper target creates a read-only device that
452 This device-mapper target creates a device that supports an arbitrary
466 This device-mapper target takes two devices, one device to use
/linux-4.1.27/Documentation/filesystems/nfs/
Didmapper.txt5 Id mapper is used by NFS to translate user and group ids into names, and to
38 id mapper uses for key descriptions:
/linux-4.1.27/drivers/staging/android/ion/
Dion_cma_heap.c138 static int ion_cma_mmap(struct ion_heap *mapper, struct ion_buffer *buffer, in ion_cma_mmap() argument
Dion_priv.h121 int (*map_user)(struct ion_heap *mapper, struct ion_buffer *buffer,
/linux-4.1.27/Documentation/filesystems/
Dntfs.txt362 If it all worked, you will now have the device /dev/device-mapper/myvolume1
366 $ mount -t ntfs -o ro /dev/device-mapper/myvolume1 /mnt/myvol1
/linux-4.1.27/Documentation/cgroups/
Dblkio-controller.txt16 used on leaf nodes as well as higher level logical devices like device mapper.
/linux-4.1.27/Documentation/
D00-INDEX154 device-mapper/
Ddevices.txt453 236 = /dev/mapper/control Device-Mapper control device
/linux-4.1.27/drivers/platform/x86/
DKconfig569 Instrumentation) mapper device (PNP0C14) found on some systems.
/linux-4.1.27/
DMAINTAINERS3152 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3155 F: Documentation/device-mapper/
3158 F: include/linux/device-mapper.h