Home
last modified time | relevance | path

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

/fs/
Dcompat_ioctl.c2746 static inline unsigned long ioctl32_hash(unsigned long cmd) in ioctl32_hash() function
2830 for (t = ioctl32_hash_table[ioctl32_hash(cmd)]; t; t = t->next) { in compat_sys_ioctl()
2872 hash = ioctl32_hash (trans->cmd); in ioctl32_insert_translation()