HomeSort by relevance Sort by last modified time
    Searched refs:count_tags (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/debugfs/
recovery.c 201 static int count_tags(journal_t *journal, struct buffer_head *bh) function
373 num_blks = count_tags(journal, bh);
561 next_log_block += count_tags(journal, bh);
do_journal.c 619 static int count_tags(journal_t *journal, char *buf) function
731 next_log_block += count_tags(journal, bh->b_data);
  /external/e2fsprogs/e2fsck/
recovery.c 201 static int count_tags(journal_t *journal, struct buffer_head *bh) function
373 num_blks = count_tags(journal, bh);
561 next_log_block += count_tags(journal, bh);

Completed in 245 milliseconds