Home
last modified time | relevance | path

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

/fs/ext2/
A Dxattr.c981 #define VALUE_HASH_SHIFT 16 macro
1006 hash = (hash << VALUE_HASH_SHIFT) ^ in ext2_xattr_hash_entry()
1007 (hash >> (8*sizeof(hash) - VALUE_HASH_SHIFT)) ^ in ext2_xattr_hash_entry()
1015 #undef VALUE_HASH_SHIFT
/fs/ext4/
A Dxattr.c3128 #define VALUE_HASH_SHIFT 16 macro
3146 hash = (hash << VALUE_HASH_SHIFT) ^ in ext4_xattr_hash_entry()
3147 (hash >> (8*sizeof(hash) - VALUE_HASH_SHIFT)) ^ in ext4_xattr_hash_entry()
3168 hash = (hash << VALUE_HASH_SHIFT) ^ in ext4_xattr_hash_entry_signed()
3169 (hash >> (8*sizeof(hash) - VALUE_HASH_SHIFT)) ^ in ext4_xattr_hash_entry_signed()
3176 #undef VALUE_HASH_SHIFT

Completed in 13 milliseconds