Lines Matching refs:step
207 u64 step = count >> 1; in __dcache_readdir() local
208 dentry = __dcache_find_get_entry(parent, idx + step, in __dcache_readdir()
222 idx += step + 1; in __dcache_readdir()
223 count -= step + 1; in __dcache_readdir()
225 count = step; in __dcache_readdir()
531 int step, nr = rinfo->dir_nr; in ceph_readdir() local
533 step = nr >> 1; in ceph_readdir()
534 if (rinfo->dir_entries[i + step].offset < ctx->pos) { in ceph_readdir()
535 i += step + 1; in ceph_readdir()
536 nr -= step + 1; in ceph_readdir()
538 nr = step; in ceph_readdir()