Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Ddt_object.h665 static inline int lu_device_is_dt(const struct lu_device *d) in lu_device_is_dt() function
672 LASSERT(lu_device_is_dt(l)); in lu2dt_dev()
703 LASSERT(l == NULL || IS_ERR(l) || lu_device_is_dt(l->lo_dev)); in lu2dt()
724 LASSERT(ergo(o != NULL, lu_device_is_dt(o->lo_dev))); in lu2dt_obj()