transaction handles everywhere
[btrfs-progs-unstable.git] / hash.h
blobe56c4670093d432d9d75ac2639547aecb3c99688
1 #ifndef __HASH__
2 #define __HASH__
3 int btrfs_name_hash(const char *name, int len, u64 *hash_result);
4 #endif