Home
last modified time | relevance | path

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

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