HomeSort by relevance Sort by last modified time
    Searched full:expect_limit (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/e2fsck/
pass2.c 535 int i, expect_limit, count; local
567 expect_limit = (fs->blocksize - ((char *) ent - block_buf)) /
569 if (ext2fs_le16_to_cpu(limit->limit) != expect_limit) {
574 if (count > expect_limit) {
578 count = expect_limit;
    [all...]

Completed in 62 milliseconds