Home | History | Annotate | Download | only in debugfs

Lines Matching refs:limit

120 	struct ext2_dx_countlimit	limit;
125 limit = *((struct ext2_dx_countlimit *) ent);
126 limit.count = ext2fs_le16_to_cpu(limit.count);
127 limit.limit = ext2fs_le16_to_cpu(limit.limit);
129 fprintf(pager, "Number of entries (count): %d\n", limit.count);
130 fprintf(pager, "Number of entries (limit): %d\n", limit.limit);
132 for (i=0; i < limit.count; i++) {
141 for (i=0; i < limit.count; i++) {