Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c200 struct lu_device *lud; in ccc_device_alloc() local
208 lud = &vdv->cdv_cl.cd_lu_dev; in ccc_device_alloc()
219 LASSERT(lud->ld_site == NULL); in ccc_device_alloc()
226 ccc_device_free(env, lud); in ccc_device_alloc()
227 lud = ERR_PTR(rc); in ccc_device_alloc()
229 return lud; in ccc_device_alloc()