Home
last modified time | relevance | path

Searched refs:lu_device_is_cl (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/include/
Dcl_object.h2649 static inline int lu_device_is_cl(const struct lu_device *d) in lu_device_is_cl() function
2656 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()
/drivers/staging/lustre/lustre/llite/
Dvvp_dev.c320 LASSERT(lu_device_is_cl(dev)); in vvp_pgcache_obj()
/drivers/staging/lustre/lustre/obdecho/
Decho_client.c755 if (next != NULL && !lu_device_is_cl(next)) in echo_device_alloc()