Home
last modified time | relevance | path

Searched full:create (Results 1 – 25 of 661) sorted by relevance

12345678910>>...27

/Documentation/admin-guide/sysctl/
Duser.rst19 malfunction and attempt to create a ridiculous number of objects,
42 user namespace may create.
48 user namespace may create.
54 user namespace may create.
60 current user namespace may create.
66 user namespace may create.
72 user namespace may create.
78 user namespace may create.
84 user namespace may create.
/Documentation/admin-guide/device-mapper/
Ddelay.rst35 # Create mapped device named "delayed" delaying read, write and flush operations for 500ms.
37 dmsetup create delayed --table "0 `blockdev --getsz $1` delay $1 0 500"
42 # Create mapped device delaying write and flush operations for 400ms and
46 dmsetup create delayed --table "0 `blockdev --getsz $1` delay $1 2048 0 $2 4096 400"
51 # Create mapped device delaying reads for 50ms, writes for 100ms and flushs for 333ms
54 dmsetup create delayed --table "0 `blockdev --getsz $1` delay $1 0 50 $2 0 100 $1 0 333"
Dzero.rst20 To create a sparse device, start by creating a dm-zero device that's the
25 echo "0 $TEN_TERABYTES zero" | dmsetup create zero1
27 Then create a snapshot of the zero device, using any available block-device as
33 dmsetup create sparse1
35 This will create a 10TB sparse device called /dev/mapper/sparse1 that has
Dlinear.rst23 # Create an identity mapping for a device
24 echo "0 `blockdev --getsz $1` linear $1 0" | dmsetup create identity
33 $size1 $size2 linear $2 0" | dmsetup create joined
63 `echo \"$table\" | dmsetup create $name`;
Dunstriped.rst61 echo $DM_PARMS | dmsetup create raid0
63 echo "0 1 unstriped ${NUM} ${CHUNK} ${i} /dev/mapper/raid0 0" | dmsetup create set-${i}
118 dmsetup create nvmset0 --table '0 512 unstriped 2 256 0 /dev/nvme0n1 0'
119 dmsetup create nvmset1 --table '0 512 unstriped 2 256 1 /dev/nvme0n1 0'
132 dmsetup create raid_disk0 --table '0 512 unstriped 4 256 0 /dev/mapper/striped 0'
133 dmsetup create raid_disk1 --table '0 512 unstriped 4 256 1 /dev/mapper/striped 0'
134 dmsetup create raid_disk2 --table '0 512 unstriped 4 256 2 /dev/mapper/striped 0'
135 dmsetup create raid_disk3 --table '0 512 unstriped 4 256 3 /dev/mapper/striped 0'
Dstriped.rst5 Device-Mapper's "striped" target is used to create a striped (i.e. RAID-0)
33 # Create a striped device across any number of underlying devices. The device
61 `echo $table | dmsetup create $dev_name`;
Ddm-init.rst11 The second is to create one or more device-mappers using the module parameter
12 "dm-mod.create=" through the kernel boot command line argument.
23 …dm-mod.create=<name>,<uuid>,<minor>,<flags>,<table>[,<table>+][;<name>,<uuid>,<minor>,<flags>,<tab…
73 dm-mod.create="lroot,,,rw, 0 4096 linear 98:16 0, 4096 4096 linear 98:32 0" root=/dev/dm-0
79 An example of multiple device-mappers, with the dm-mod.create="..." contents
Ddm-crypt.rst193 # Create a crypt device using dmsetup
194 …dmsetup create crypt1 --table "0 `blockdev --getsz $1` crypt aes-cbc-essiv:sha256 babebabebabebabe…
199 # Create a crypt device using dmsetup when encryption key is stored in keyring service
200 …dmsetup create crypt2 --table "0 `blockdev --getsize $1` crypt aes-cbc-essiv:sha256 :32:logon:my_p…
205 # Create a crypt device using cryptsetup and LUKS header with default cipher
/Documentation/sound/designs/
Djack-controls.rst26 Each jack will have a kcontrol list, so that we can create a kcontrol
39 if true, create a kcontrol and add it to the jack list.
41 Don't create a input device for phantom jacks.
43 HDA jacks can set phantom_jack to true in order to create a phantom
44 jack and set initial_kctl to true to create an initial kcontrol with
/Documentation/target/
Dtarget-export-device4 # create a very simple LIO iSCSI target with a file or block device
46 # Create a backstore
61 # Create an iSCSI target and a target portal group (TPG)
65 # Create a LUN
70 # Create a network portal
/Documentation/networking/device_drivers/ethernet/amd/
Dpds_vdpa.rst25 depends on the ``pds_core`` driver to create and enable SR-IOV Virtual
27 in the ``pds_core`` device to create the auxiliary devices used by pds_vdpa.
44 # Create a VF for vDPA use
50 # Create a vDPA device for use in virtio network configurations
/Documentation/input/
Duinput.rst10 process can create a virtual input device with specific capabilities. Once
21 The uinput header defines ioctls to create, set up, and destroy virtual
28 create uinput devices and send events. libevdev is less error-prone than
40 This first example shows how to create a new virtual device, and how to
86 * On UI_DEV_CREATE the kernel will create the device node for this
115 This example shows how to create a virtual device that behaves like a physical
149 * On UI_DEV_CREATE the kernel will create the device node for this
220 * On UI_DEV_CREATE the kernel will create the device node for this
/Documentation/filesystems/
Ddebugfs.rst32 of business will be to create at least one directory to hold a set of
40 dentry pointer which can be used to create files in the directory (and to
46 The most general way to create a file within a debugfs directory is with::
52 Here, name is the name of the file to create, mode describes the access
62 Create a file with an initial size, the following function can be used
109 As might be expected, this function will create a debugfs file to represent
186 If you want to dump a u32 array in debugfs, you can create a file with::
200 There is a helper function to create a device-related seq_file::
233 be prepared to remove all files and directories they create there. A file
Dhfs.rst59 * You can't create hard- or symlinks, device files, sockets or FIFOs.
66 * You can't create, delete or rename resource forks of files or the
78 hformat that can be used to create HFS filesystem. See
/Documentation/maintainer/
Dpull-requests.rst4 This chapter describes how maintainers can create and submit pull requests
19 Create Branch
27 In order to create the pull request you must first tag the branch that you
40 that will create a signed tag called ``char-misc-4.15-rc1`` based on the
130 Create Pull Request
133 The last thing to do is create the pull request message. ``git`` handily
158 information in that tag). It will also create a diffstat of the
/Documentation/power/
Dswsusp-dmcrypt.rst14 You know how to create or how to modify an initrd.
43 Prepare your boot loader to use the initrd you will create or
52 Finally you need to create or modify your initrd. Lets assume
53 you create an initrd that reads the required dm-crypt setup
91 dmsetup create swap0 /mnt/swapkey > /dev/null 2>&1 && mapped=1
/Documentation/bpf/
Dmaps.rst14 commands to create maps, lookup elements, update elements and delete elements.
39 Create a map with the desired type and attributes in ``attr``:
70 Create or update key/value pair in a given map using ``attr->map_fd``, ``attr->key``,
/Documentation/networking/
Dvxlan.rst27 1. Create vxlan device::
47 It is possible to create, destroy and display the vxlan
50 1. Create forwarding table entry::
Dipvlan.rst41 (a) Following will create IPvlan link with eth0 as master in
45 (b) This command will create IPvlan link in L2 bridge mode::
49 (c) This command will create an IPvlan device in L2 private mode::
53 (d) This command will create an IPvlan device in L2 vepa mode::
156 (a) Create two network namespaces - ns0, ns1::
161 (b) Create two ipvlan slaves on eth0 (master device)::
Dgeneric-hdlc.rst33 create a number of "hdlc" (hdlc0 etc) network devices, one for each
55 sethdlc hdlc0 create 99
122 * create n | delete n - adds / deletes PVC interface with DLCI #n.
125 * create ether n | delete ether n - adds a device for Ethernet-bridged
/Documentation/mm/
Dremap_file_pages.rst5 The remap_file_pages() system call is used to create a nonlinear mapping,
9 require the kernel to create additional VMA (Virtual Memory Area) data
/Documentation/ABI/testing/
Dsysfs-driver-xdata6 will create write TLPs frames - from the Root Complex to the
31 will create read TLPs frames - from the Endpoint to the Root
/Documentation/driver-api/
Dvfio-mediated-device.rst19 developers had to create their own management interfaces and APIs, and then
35 * Create and destroy a mediated device
116 The mediated bus driver's probe function should create a vfio_device on top of
126 This will provide the 'mdev_supported_types/XX/create' files which can then be
162 | | |--- create
169 | | |--- create
176 | |--- create
/Documentation/admin-guide/
DREADME.rst178 "make defconfig" Create a ./.config file by using the default
184 Create a ./.config file by using the default
191 Create a ./.config file by setting symbol
195 Create a ./.config file by setting symbol
198 "make allnoconfig" Create a ./.config file by setting symbol
201 "make randconfig" Create a ./.config file by setting symbol
204 "make localmodconfig" Create a config based on current config and
208 To create a localmodconfig for another machine,
265 - Do a ``make`` to create a compressed kernel image. It is also possible to do
/Documentation/usb/
Dgadget_uvc.rst45 The first step is to create the UVC function:
95 units of pixels, frame interval in units of 100ns. To create the structure
133 It's possible to specify some colometry information for each format you create.
138 To create a Color Matching Descriptor, create a configfs item and set its three
144 # Create a new Color Matching Descriptor
155 # Create a symlink to the Color Matching Descriptor from the format's config item
316 # Create a string descriptor in us-EN and link to it from the function

12345678910>>...27