OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ext2fs_crc32_be
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/lib/ext2fs/
jfs_compat.h
50
#define crc32_be(x, y, z)
ext2fs_crc32_be
((x), (y), (z))
crc32c.c
238
uint32_t
ext2fs_crc32_be
(uint32_t crc, unsigned char const *p, size_t len)
function
[
all
...]
ext2fs.h
1015
extern __u32
ext2fs_crc32_be
(__u32 crc, unsigned char const *p, size_t len);
[
all
...]
/external/e2fsprogs/debugfs/
do_journal.c
112
csum_v1 =
ext2fs_crc32_be
(csum_v1,
Completed in 135 milliseconds