Home
last modified time | relevance | path

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

/openbmc/linux/fs/autofs/
H A Ddev-ioctl.c568 static const ioctl_fn _ioctls[] = { in lookup_dev_ioctl() local
586 if (idx >= ARRAY_SIZE(_ioctls)) in lookup_dev_ioctl()
588 idx = array_index_nospec(idx, ARRAY_SIZE(_ioctls)); in lookup_dev_ioctl()
589 return _ioctls[idx]; in lookup_dev_ioctl()
/openbmc/linux/drivers/md/
H A Ddm-ioctl.c1847 } _ioctls[] = { in lookup_ioctl() local
1872 if (unlikely(cmd >= ARRAY_SIZE(_ioctls))) in lookup_ioctl()
1875 cmd = array_index_nospec(cmd, ARRAY_SIZE(_ioctls)); in lookup_ioctl()
1876 *ioctl_flags = _ioctls[cmd].flags; in lookup_ioctl()
1877 return _ioctls[cmd].fn; in lookup_ioctl()
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/
H A Ddtx.rst462 .. _ioctls: