Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BLOCK_HASH_SHIFT
fs/ext2/xattr.c
1038
hash = (hash << BLOCK_HASH_SHIFT) ^
fs/ext2/xattr.c
1039
(hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^
fs/ext4/xattr.c
3205
hash = (hash << BLOCK_HASH_SHIFT) ^
fs/ext4/xattr.c
3206
(hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^