Lines Matching refs:hash
141 if (old->hash != new->hash ||
404 unsigned int fh_len, unsigned int *hash,
459 if (hash)
460 *hash ^= fanotify_hash_fh(fh);
539 unsigned int *hash,
550 *hash ^= fanotify_hash_path(path);
579 unsigned int *hash,
590 *hash ^= fanotify_hash_fsid(fsid);
592 hash, gfp);
602 unsigned int *hash,
631 *hash ^= fanotify_hash_fsid(fsid);
636 len = fanotify_encode_fh(dfh, dir, dir_fh_len, hash, 0);
641 len = fanotify_encode_fh(dfh, dir2, dir2_fh_len, hash, 0);
646 len = fanotify_encode_fh(ffh, child, child_fh_len, hash, 0);
651 *hash ^= full_name_hash((void *)name_len, name->name, name_len);
655 *hash ^= full_name_hash((void *)name2_len, name2->name,
676 unsigned int *hash)
705 *hash ^= fanotify_hash_fsid(fsid);
727 unsigned int hash = 0;
812 data_type, &hash);
815 moved, &hash, gfp);
817 event = fanotify_alloc_fid_event(id, fsid, &hash, gfp);
819 event = fanotify_alloc_path_event(path, &hash, gfp);
831 hash ^= hash_long((unsigned long)pid | ondir, FANOTIFY_EVENT_HASH_BITS);
832 fanotify_init_event(event, hash, mask);
872 * Add an event to hash table for faster merge.