Lines Matching defs:left
143 * only one window and around 200MB left in the
827 int numfound = 0, bitoff, left, startoff;
865 left = le32_to_cpu(alloc->id1.bitmap1.i_total);
866 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) != -1) {
867 if (bitoff == left) {
868 /* mlog(0, "bitoff (%d) == left", bitoff); */
954 int bit_off, left, count, start;
977 left = le32_to_cpu(alloc->id1.bitmap1.i_total);
979 while ((bit_off = ocfs2_find_next_zero_bit(bitmap, left, start))
981 if ((bit_off < left) && (bit_off == start)) {
1005 if (bit_off >= left)
1036 * Returns the state which the local alloc was left in. This value can