Lines Matching defs:nextbit
1847 int nextbit;
1872 nextbit = startidx + 1;
1876 nextbit = find_next_zero_bit(holemask, XFS_INOBT_HOLEMASK_BITS,
1877 nextbit);
1882 if (nextbit != XFS_INOBT_HOLEMASK_BITS &&
1883 nextbit == endidx + 1) {
1884 endidx = nextbit;
1889 * nextbit is not contiguous with the current end index. Convert
1908 startidx = endidx = nextbit;
1911 nextbit++;