Searched refs:DM_UUID_LEN (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/uapi/linux/
H A Ddm-log-userspace.h12 #include <linux/dm-ioctl.h> /* For DM_UUID_LEN */
419 char uuid[DM_UUID_LEN];
420 char padding[3]; /* Padding because DM_UUID_LEN = 129 */
H A Ddm-ioctl.h18 #define DM_UUID_LEN 129 macro
144 char uuid[DM_UUID_LEN]; /* unique identifier for
/linux-master/drivers/md/
H A Ddm-uevent.c36 char uuid[DM_UUID_LEN];
H A Ddm-log-userspace-transfer.c153 * @uuid: log's universal unique identifier (must be DM_UUID_LEN in size)
201 memcpy(tfr->uuid, uuid, DM_UUID_LEN);
H A Ddm-log-userspace-base.c47 char uuid[DM_UUID_LEN];
219 if (strlen(argv[0]) > (DM_UUID_LEN - 1)) {
H A Ddm-ioctl.c582 pfx_len = strnlen(pfx_uuid, DM_UUID_LEN);
1053 strlen(new_data) > (change_uuid ? DM_UUID_LEN - 1 : DM_NAME_LEN - 1)) {
2023 param->uuid[DM_UUID_LEN - 1] = '\0';
2202 * @uuid: Buffer (size DM_UUID_LEN) for uuid or empty string if uuid not defined
H A Ddm-ima.c77 *dev_uuid = dm_ima_alloc(DM_UUID_LEN*2, GFP_KERNEL, noio);

Completed in 147 milliseconds