Searched defs:lov_layout_operations (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/drivers/staging/lustre/lustre/lov/ | 
| D | lov_object.c | 57 struct lov_layout_operations {  struct58 	int (*llo_init)(const struct lu_env *env, struct lov_device *dev,
 62 	int (*llo_delete)(const struct lu_env *env, struct lov_object *lov,
 64 	void (*llo_fini)(const struct lu_env *env, struct lov_object *lov,
 66 	void (*llo_install)(const struct lu_env *env, struct lov_object *lov,
 68 	int  (*llo_print)(const struct lu_env *env, void *cookie,
 70 	int  (*llo_page_init)(const struct lu_env *env, struct cl_object *obj,
 72 	int  (*llo_lock_init)(const struct lu_env *env,
 75 	int  (*llo_io_init)(const struct lu_env *env,
 77 	int  (*llo_getattr)(const struct lu_env *env, struct cl_object *obj,
 
 |