Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
1b05da2ee6217e7d55460d04335813fec25be4ca
/
.
/
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