Lines Matching defs:left
145 * only one window and around 200MB left in the
829 int numfound = 0, bitoff, left, startoff;
867 left = le32_to_cpu(alloc->id1.bitmap1.i_total);
868 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) != -1) {
869 if (bitoff == left) {
870 /* mlog(0, "bitoff (%d) == left", bitoff); */
956 int bit_off, left, count, start;
979 left = le32_to_cpu(alloc->id1.bitmap1.i_total);
981 while ((bit_off = ocfs2_find_next_zero_bit(bitmap, left, start))
983 if ((bit_off < left) && (bit_off == start)) {
1007 if (bit_off >= left)
1038 * Returns the state which the local alloc was left in. This value can