Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext2/
Dxattr.c980 #define NAME_HASH_SHIFT 5 macro
996 hash = (hash << NAME_HASH_SHIFT) ^ in ext2_xattr_hash_entry()
997 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext2_xattr_hash_entry()
1014 #undef NAME_HASH_SHIFT
/linux-6.6.21/fs/ext4/
Dxattr.c3144 #define NAME_HASH_SHIFT 5 macro
3158 hash = (hash << NAME_HASH_SHIFT) ^ in ext4_xattr_hash_entry()
3159 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext4_xattr_hash_entry()
3180 hash = (hash << NAME_HASH_SHIFT) ^ in ext4_xattr_hash_entry_signed()
3181 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext4_xattr_hash_entry_signed()
3192 #undef NAME_HASH_SHIFT