Home
last modified time | relevance | path

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

/linux-6.12.1/fs/notify/fanotify/
Dfanotify.c28 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()
34 return hash_32(fsid->val[0], FANOTIFY_EVENT_HASH_BITS) ^ in fanotify_hash_fsid()
35 hash_32(fsid->val[1], FANOTIFY_EVENT_HASH_BITS); in fanotify_hash_fsid()
827 hash ^= hash_long((unsigned long)pid | ondir, FANOTIFY_EVENT_HASH_BITS); in fanotify_alloc_event()
Dfanotify.h252 #define FANOTIFY_EVENT_HASH_BITS \ macro
261 unsigned int hash : FANOTIFY_EVENT_HASH_BITS;