Searched defs:lov_layout_operations (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/staging/lustre/lustre/lov/ | 
| D | lov_object.c | 56 struct lov_layout_operations {  struct57 	int (*llo_init)(const struct lu_env *env, struct lov_device *dev,
 61 	int (*llo_delete)(const struct lu_env *env, struct lov_object *lov,
 63 	void (*llo_fini)(const struct lu_env *env, struct lov_object *lov,
 65 	void (*llo_install)(const struct lu_env *env, struct lov_object *lov,
 67 	int  (*llo_print)(const struct lu_env *env, void *cookie,
 69 	int  (*llo_page_init)(const struct lu_env *env, struct cl_object *obj,
 71 	int  (*llo_lock_init)(const struct lu_env *env,
 74 	int  (*llo_io_init)(const struct lu_env *env,
 76 	int  (*llo_getattr)(const struct lu_env *env, struct cl_object *obj,
 
 |