Searched defs:obh (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Drecovery.c330 struct buffer_head *obh; local
339 err = jread(&obh, journal, io_block);
345 *crc32_sum = crc32_be(*crc32_sum, (void *)obh->b_data,
346 obh->b_size);
348 brelse(obh);
399 struct buffer_head * obh; local
494 err = jread(&obh, journal, io_block);
506 J_ASSERT(obh != NULL);
515 brelse(obh);
531 brelse(obh);
[all...]

Completed in 38 milliseconds