Searched defs:llog_operations (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/drivers/staging/lustre/lustre/include/ | 
| D | lustre_log.h | 212 struct llog_operations {  struct213 	int (*lop_destroy)(const struct lu_env *env,
 215 	int (*lop_next_block)(const struct lu_env *env, struct llog_handle *h,
 218 	int (*lop_prev_block)(const struct lu_env *env, struct llog_handle *h,
 220 	int (*lop_read_header)(const struct lu_env *env,
 222 	int (*lop_setup)(const struct lu_env *env, struct obd_device *obd,
 225 	int (*lop_sync)(struct llog_ctxt *ctxt, struct obd_export *exp,
 227 	int (*lop_cleanup)(const struct lu_env *env, struct llog_ctxt *ctxt);
 228 	int (*lop_cancel)(const struct lu_env *env, struct llog_ctxt *ctxt,
 230 	int (*lop_connect)(struct llog_ctxt *ctxt, struct llog_logid *logid,
 [all …]
 
 |