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

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

Completed in 219 milliseconds