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

/linux-master/drivers/md/
H A Ddm-ioctl.c567 static bool filter_device(struct hash_cell *hc, const char *pfx_name, const char *pfx_uuid) argument
582 pfx_len = strnlen(pfx_uuid, DM_UUID_LEN);
585 if (memcmp(val, pfx_uuid, pfx_len))

Completed in 115 milliseconds