Home
last modified time | relevance | path

Searched refs:llog_handle (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h74 struct llog_handle *phd_cat_handle;
80 struct llog_handle *chd_current_log; /* currently open log */
81 struct llog_handle *chd_next_log; /* llog to be used next */
115 struct llog_handle;
118 int llog_init_handle(const struct lu_env *env, struct llog_handle *handle,
120 int llog_copy_handler(const struct lu_env *env, struct llog_handle *llh,
122 int llog_process(const struct lu_env *env, struct llog_handle *loghandle,
125 struct llog_handle *loghandle,
128 struct llog_handle *loghandle, llog_cb_t cb,
130 int llog_cancel_rec(const struct lu_env *env, struct llog_handle *loghandle,
[all …]
Dobd_class.h117 struct llog_handle;
119 typedef int (*llog_cb_t)(const struct lu_env *, struct llog_handle *,
137 struct llog_handle *handle,
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_internal.h43 struct llog_handle *lpi_loghandle;
85 void llog_handle_get(struct llog_handle *loghandle);
86 void llog_handle_put(struct llog_handle *loghandle);
87 int llog_cat_id2handle(const struct lu_env *env, struct llog_handle *cathandle,
88 struct llog_handle **res, struct llog_logid *logid);
90 struct llog_handle *handle,
94 struct llog_handle *loghandle,
96 int llog_cat_cleanup(const struct lu_env *env, struct llog_handle *cathandle,
97 struct llog_handle *loghandle, int index);
Dllog_cat.c62 struct llog_handle *cathandle, in llog_cat_new_log()
63 struct llog_handle *loghandle, in llog_cat_new_log()
152 int llog_cat_id2handle(const struct lu_env *env, struct llog_handle *cathandle, in llog_cat_id2handle()
153 struct llog_handle **res, struct llog_logid *logid) in llog_cat_id2handle()
155 struct llog_handle *loghandle; in llog_cat_id2handle()
213 int llog_cat_close(const struct lu_env *env, struct llog_handle *cathandle) in llog_cat_close()
215 struct llog_handle *loghandle, *n; in llog_cat_close()
266 static struct llog_handle *llog_cat_current_log(struct llog_handle *cathandle, in llog_cat_current_log()
269 struct llog_handle *loghandle = NULL; in llog_cat_current_log()
323 int llog_cat_add_rec(const struct lu_env *env, struct llog_handle *cathandle, in llog_cat_add_rec()
[all …]
Dllog.c59 static struct llog_handle *llog_alloc_handle(void) in llog_alloc_handle()
61 struct llog_handle *loghandle; in llog_alloc_handle()
78 static void llog_free_handle(struct llog_handle *loghandle) in llog_free_handle()
96 void llog_handle_get(struct llog_handle *loghandle) in llog_handle_get()
101 void llog_handle_put(struct llog_handle *loghandle) in llog_handle_put()
109 int llog_cancel_rec(const struct lu_env *env, struct llog_handle *loghandle, in llog_cancel_rec()
169 struct llog_handle *handle, in llog_read_header()
202 int llog_init_handle(const struct lu_env *env, struct llog_handle *handle, in llog_init_handle()
274 struct llog_handle *loghandle = lpi->lpi_loghandle; in llog_process_thread()
431 struct llog_handle *loghandle, in llog_process_or_fork()
[all …]
Dobd_config.c1387 struct llog_handle *handle, in class_config_llog_handler()
1581 struct llog_handle *llh; in class_config_parse_llog()
1668 struct llog_handle *handle, in class_config_dump_handler()
1693 struct llog_handle *llh; in class_config_dump_llog()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c80 struct llog_handle *lgh, struct llog_logid *logid, in llog_client_open()
146 struct llog_handle *loghandle) in llog_client_destroy()
181 struct llog_handle *loghandle, in llog_client_next_block()
240 struct llog_handle *loghandle, in llog_client_prev_block()
293 struct llog_handle *handle) in llog_client_read_header()
350 struct llog_handle *handle) in llog_client_close()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1554 static int changelog_kkuc_cb(const struct lu_env *env, struct llog_handle *llh, in changelog_kkuc_cb()
1600 struct llog_handle *llh = NULL; in mdc_changelog_send_thread()