Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dcl_object.h2610 struct cl_site { struct
2627 int cl_site_init (struct cl_site *s, struct cl_device *top); argument
2628 void cl_site_fini (struct cl_site *s);
2635 int cl_site_stats_print(const struct cl_site *site, struct seq_file *m);
2644 static inline struct cl_site *lu2cl_site(const struct lu_site *site) in lu2cl_site()
2646 return container_of(site, struct cl_site, cs_lu); in lu2cl_site()
2693 static inline struct cl_site *cl_object_site(const struct cl_object *obj) in cl_object_site()
/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()
414 void cl_site_fini(struct cl_site *s) in cl_site_fini()
429 int cl_site_stats_print(const struct cl_site *site, struct seq_file *m) in cl_site_stats_print()
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c201 struct cl_site *site; in ccc_device_alloc()
236 struct cl_site *site = lu2cl_site(d->ld_site); in ccc_device_free()
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c60 struct cl_site ed_site_myself;
61 struct cl_site *ed_site;
602 struct cl_site *site = &ed->ed_site_myself; in echo_site_init()