Searched refs:lu_device_is_cl (Results 1 – 3 of 3) sorted by relevance
2654 static inline int lu_device_is_cl(const struct lu_device *d) in lu_device_is_cl() function2661 LASSERT(d == NULL || IS_ERR(d) || lu_device_is_cl(d)); in lu2cl_dev()2672 LASSERT(o == NULL || IS_ERR(o) || lu_device_is_cl(o->lo_dev)); in lu2cl()2689 LASSERT(o == NULL || IS_ERR(o) || lu_device_is_cl(o->co_lu.lo_dev)); in cl_object_device()
323 LASSERT(lu_device_is_cl(dev)); in vvp_pgcache_obj()
753 if (next != NULL && !lu_device_is_cl(next)) in echo_device_alloc()