Searched refs:calc_chksums (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/debugfs/
H A Drecovery.c363 * calc_chksums calculates the checksums for the blocks described in the
366 static int calc_chksums(journal_t *journal, struct buffer_head *bh, function
552 if (calc_chksums(journal, bh,
/external/e2fsprogs/e2fsck/
H A Drecovery.c363 * calc_chksums calculates the checksums for the blocks described in the
366 static int calc_chksums(journal_t *journal, struct buffer_head *bh, function
552 if (calc_chksums(journal, bh,
/external/python/cpython2/Lib/
H A Dtarfile.py246 def calc_chksums(buf): function
1137 chksum = calc_chksums(buf[-BLOCKSIZE:])[0]
1212 if chksum not in calc_chksums(buf):

Completed in 110 milliseconds