search for: hash_len

Displaying 2 results from an estimated 2 matches for "hash_len".

Did you mean: base_len
2004 Aug 06
2
[PATCH] Solaris needs sys/types.h for uint32_t
...c/md5.h,v retrieving revision 1.2 diff -u -r1.2 md5.h --- src/md5.h 29 Jan 2004 01:02:06 -0000 1.2 +++ src/md5.h 9 Mar 2004 07:41:47 -0000 @@ -16,6 +16,10 @@ #include "config.h" #include "compat.h" +#ifdef HAVE_SYS_TYPES_H + #include <sys/types.h> +#endif + #define HASH_LEN 16 struct MD5Context +mb+rzqk7&zzmy:.mkabzhj]zrj) '+a{ +v&{ay,ry'rzg-b"V ~)mz
2011 Jan 05
52
Offline Deduplication for Btrfs
Here are patches to do offline deduplication for Btrfs. It works well for the cases it''s expected to, I''m looking for feedback on the ioctl interface and such, I''m well aware there are missing features for the userspace app (like being able to set a different blocksize). If this interface is acceptable I will flesh out the userspace app a little more, but I believe the