Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c393 int cl_site_init(struct cl_site *s, struct cl_device *d) in cl_site_init() function
409 EXPORT_SYMBOL(cl_site_init);
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c215 rc = cl_site_init(site, &vdv->cdv_cl); in ccc_device_alloc()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dcl_object.h2627 int cl_site_init (struct cl_site *s, struct cl_device *top);
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c606 rc = cl_site_init(site, &ed->ed_cl); in echo_site_init()