Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c201 struct lu_device *lud; in ccc_device_alloc() local
209 lud = &vdv->cdv_cl.cd_lu_dev; in ccc_device_alloc()
220 LASSERT(lud->ld_site == NULL); in ccc_device_alloc()
227 ccc_device_free(env, lud); in ccc_device_alloc()
228 lud = ERR_PTR(rc); in ccc_device_alloc()
230 return lud; in ccc_device_alloc()