Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
kernel
/
linux-linaro-stable.git
/
24af03ea5e765d57860c975efcdcd41ec7f63fd9
/
.
/
fs
/
btrfs
/
hash.h
blob: e56c4670093d432d9d75ac2639547aecb3c99688 [
file
] [
log
] [
blame
]
#ifndef
__HASH__
#define
__HASH__
int
btrfs_name_hash
(
const
char
*
name
,
int
len
,
u64
*
hash_result
);
#endif