Searched defs:llog_operations (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/staging/lustre/lustre/include/ | 
| D | lustre_log.h | 150 struct llog_operations {  struct151 	int (*lop_next_block)(const struct lu_env *env, struct llog_handle *h,
 154 	int (*lop_prev_block)(const struct lu_env *env, struct llog_handle *h,
 156 	int (*lop_read_header)(const struct lu_env *env,
 158 	int (*lop_setup)(const struct lu_env *env, struct obd_device *obd,
 161 	int (*lop_sync)(struct llog_ctxt *ctxt, struct obd_export *exp,
 163 	int (*lop_cleanup)(const struct lu_env *env, struct llog_ctxt *ctxt);
 164 	int (*lop_cancel)(const struct lu_env *env, struct llog_ctxt *ctxt,
 166 	int (*lop_connect)(struct llog_ctxt *ctxt, struct llog_logid *logid,
 173 	int (*lop_open)(const struct lu_env *env, struct llog_handle *lgh,
 [all …]
 
 |