Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_dev.c74 .ckd_size = sizeof(struct osc_thread_info)
123 struct osc_thread_info *info; in osc_key_init()
134 struct osc_thread_info *info = data; in osc_key_fini()
Dosc_cl_internal.h102 struct osc_thread_info { struct
470 static inline struct osc_thread_info *osc_env_info(const struct lu_env *env) in osc_env_info()
472 struct osc_thread_info *info; in osc_env_info()
Dosc_page.c68 struct osc_thread_info *info;
Dosc_lock.c1120 struct osc_thread_info *info = osc_env_info(env); in osc_lock_enqueue()