Home
last modified time | relevance | path

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

/drivers/md/
Ddm-ioctl.c551 size_t val_len, pfx_len; in filter_device() local
555 pfx_len = strnlen(pfx_name, DM_NAME_LEN); in filter_device()
556 if (pfx_len > val_len) in filter_device()
558 if (memcmp(val, pfx_name, pfx_len)) in filter_device()
563 pfx_len = strnlen(pfx_uuid, DM_UUID_LEN); in filter_device()
564 if (pfx_len > val_len) in filter_device()
566 if (memcmp(val, pfx_uuid, pfx_len)) in filter_device()