taglinefilesource code
end_goal324fs/ext2/balloc.cint end_goal = (j + 63) & ~63;
end_goal325fs/ext2/balloc.cj = find_next_zero_bit(bh->b_data, end_goal, j);
end_goal326fs/ext2/balloc.cif (j < end_goal)