Home
last modified time | relevance | path

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

/drivers/md/
Ddm-ioctl.c552 size_t val_len, pfx_len; in filter_device() local
556 pfx_len = strnlen(pfx_name, DM_NAME_LEN); in filter_device()
557 if (pfx_len > val_len) in filter_device()
559 if (memcmp(val, pfx_name, pfx_len)) in filter_device()
564 pfx_len = strnlen(pfx_uuid, DM_UUID_LEN); in filter_device()
565 if (pfx_len > val_len) in filter_device()
567 if (memcmp(val, pfx_uuid, pfx_len)) in filter_device()