Searched refs:lu_device_is_cl (Results 1 – 3 of 3) sorted by relevance
2649 static inline int lu_device_is_cl(const struct lu_device *d) in lu_device_is_cl() function2656 LASSERT(d == NULL || IS_ERR(d) || lu_device_is_cl(d)); in lu2cl_dev()2667 LASSERT(o == NULL || IS_ERR(o) || lu_device_is_cl(o->lo_dev)); in lu2cl()2684 LASSERT(o == NULL || IS_ERR(o) || lu_device_is_cl(o->co_lu.lo_dev)); in cl_object_device()
320 LASSERT(lu_device_is_cl(dev)); in vvp_pgcache_obj()
755 if (next != NULL && !lu_device_is_cl(next)) in echo_device_alloc()