is_extents         37 drivers/md/bcache/bset.c 		    bkey_cmp(k, b->ops->is_extents ?
is_extents         60 drivers/md/bcache/bset.c 	if (b->ops->is_extents)
is_extents         74 drivers/md/bcache/bset.c 		if (b->ops->is_extents) {
is_extents        116 drivers/md/bcache/bset.c 	    bkey_cmp(k, iter->b->ops->is_extents ?
is_extents        890 drivers/md/bcache/bset.c 	BUG_ON(b->ops->is_extents && !KEY_SIZE(k));
is_extents        897 drivers/md/bcache/bset.c 	if (b->ops->is_extents)
is_extents        910 drivers/md/bcache/bset.c 	       bkey_cmp(k, b->ops->is_extents ? &START_KEY(m) : m) > 0)
is_extents        214 drivers/md/bcache/bset.h 	bool		is_extents;
is_extents       2029 drivers/md/bcache/btree.c 	if (b->keys.ops->is_extents)
is_extents        629 drivers/md/bcache/extents.c 	.is_extents	= true,