Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:left

46 	int	left = blocksize;
48 while (left > 0) {
51 left--;
63 unsigned int group, left, c, d;
80 left = fs->inode_blocks_per_group;
81 while (left) {
83 if (c > left)
84 c = left;
98 left--;
123 left -= d;
142 unsigned int group, c, left;
158 left = fs->inode_blocks_per_group;
159 while (left) {
161 if (c > left)
162 c = left;
177 left -= c;