Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
24af03ea5e765d57860c975efcdcd41ec7f63fd9
/
.
/
fs
/
btrfs
/
hash.h
blob: e56c4670093d432d9d75ac2639547aecb3c99688 [
file
] [
log
] [
blame
]
Chris Mason
24af03e
2007-03-15 12:57:43 -0400
[
diff
] [
blame^
]
1
#ifndef
__HASH__
2
#define
__HASH__
3
int
btrfs_name_hash
(
const
char
*
name
,
int
len
,
u64
*
hash_result
);
4
#endif