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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c5843 int i, expect_limit, count; local
5858 expect_limit = (fs->blocksize - ((char *) ent - block_buf)) /
5860 if (ext2fs_le16_to_cpu(limit->limit) != expect_limit) {
5865 if (count > expect_limit) {
5869 count = expect_limit;

Completed in 99 milliseconds