Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c419 int cl_site_init(struct cl_site *s, struct cl_device *d) in cl_site_init() function
435 EXPORT_SYMBOL(cl_site_init);
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c216 rc = cl_site_init(site, &vdv->cdv_cl); in ccc_device_alloc()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h2632 int cl_site_init (struct cl_site *s, struct cl_device *top);
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c604 rc = cl_site_init(site, &ed->ed_cl); in echo_site_init()