Lines Matching defs:depth
501 static int rbd_dev_image_probe(struct rbd_device *rbd_dev, int depth);
6735 * @depth is rbd_dev_image_probe() -> rbd_dev_probe_parent() ->
6736 * rbd_dev_image_probe() recursion depth, which means it's also the
6739 static int rbd_dev_probe_parent(struct rbd_device *rbd_dev, int depth)
6747 if (++depth > RBD_MAX_PARENT_CHAIN_LEN) {
6748 pr_info("parent chain is too long (%d)\n", depth);
6768 ret = rbd_dev_image_probe(parent, depth);
6893 * with @depth == 0.
6895 static int rbd_dev_image_probe(struct rbd_device *rbd_dev, int depth)
6923 if (!depth)
6941 if (!depth)
6968 ret = rbd_dev_probe_parent(rbd_dev, depth);
6977 if (!depth)
7400 * rbd devices * queue depth, so leave @max_active at default.