projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62e2749
)
Btrfs: add hash.h
author
Chris Mason
<chris.mason@oracle.com>
Thu, 15 Mar 2007 16:57:43 +0000
(12:57 -0400)
committer
David Woodhouse
<dwmw2@hera.kernel.org>
Thu, 15 Mar 2007 16:57:43 +0000
(12:57 -0400)
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/hash.h
[new file with mode: 0644]
patch
|
blob
diff --git a/fs/btrfs/hash.h
b/fs/btrfs/hash.h
new file mode 100644
(file)
index 0000000..
e56c467
--- /dev/null
+++ b/
fs/btrfs/hash.h
@@ -0,0
+1,4
@@
+#ifndef __HASH__
+#define __HASH__
+int btrfs_name_hash(const char *name, int len, u64 *hash_result);
+#endif