Home
last modified time | relevance | path

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

/fs/ext2/
Dxattr.c948 #define NAME_HASH_SHIFT 5 macro
964 hash = (hash << NAME_HASH_SHIFT) ^ in ext2_xattr_hash_entry()
965 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext2_xattr_hash_entry()
982 #undef NAME_HASH_SHIFT
/fs/ext3/
Dxattr.c1248 #define NAME_HASH_SHIFT 5 macro
1264 hash = (hash << NAME_HASH_SHIFT) ^ in ext3_xattr_hash_entry()
1265 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext3_xattr_hash_entry()
1282 #undef NAME_HASH_SHIFT
/fs/ext4/
Dxattr.c1648 #define NAME_HASH_SHIFT 5 macro
1664 hash = (hash << NAME_HASH_SHIFT) ^ in ext4_xattr_hash_entry()
1665 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext4_xattr_hash_entry()
1682 #undef NAME_HASH_SHIFT