Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h2615 struct cl_site { struct
2632 int cl_site_init (struct cl_site *s, struct cl_device *top); argument
2633 void cl_site_fini (struct cl_site *s);
2640 int cl_site_stats_print(const struct cl_site *site, struct seq_file *m);
2649 static inline struct cl_site *lu2cl_site(const struct lu_site *site) in lu2cl_site()
2651 return container_of(site, struct cl_site, cs_lu); in lu2cl_site()
2698 static inline struct cl_site *cl_object_site(const struct cl_object *obj) in cl_object_site()
/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()
440 void cl_site_fini(struct cl_site *s) in cl_site_fini()
455 int cl_site_stats_print(const struct cl_site *site, struct seq_file *m) in cl_site_stats_print()
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c202 struct cl_site *site; in ccc_device_alloc()
237 struct cl_site *site = lu2cl_site(d->ld_site); in ccc_device_free()
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c60 struct cl_site ed_site_myself;
61 struct cl_site *ed_site;
600 struct cl_site *site = &ed->ed_site_myself; in echo_site_init()