Searched refs:FANOTIFY_EVENT_HASH_BITS (Results 1 – 2 of 2) sorted by relevance
28 return hash_ptr(path->dentry, FANOTIFY_EVENT_HASH_BITS) ^ in fanotify_hash_path()29 hash_ptr(path->mnt, FANOTIFY_EVENT_HASH_BITS); in fanotify_hash_path()40 return hash_32(fsid->val[0], FANOTIFY_EVENT_HASH_BITS) ^ in fanotify_hash_fsid()41 hash_32(fsid->val[1], FANOTIFY_EVENT_HASH_BITS); in fanotify_hash_fsid()651 hash ^= hash_long((unsigned long)pid | ondir, FANOTIFY_EVENT_HASH_BITS); in fanotify_alloc_event()
149 #define FANOTIFY_EVENT_HASH_BITS \ macro158 unsigned int hash : FANOTIFY_EVENT_HASH_BITS;