Searched refs:llog_handle (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 73 struct llog_handle *phd_cat_handle; 79 struct llog_handle *chd_current_log; /* currently open log */ 80 struct llog_handle *chd_next_log; /* llog to be used next */ 83 struct llog_handle; 86 int llog_init_handle(const struct lu_env *env, struct llog_handle *handle, 88 int llog_process(const struct lu_env *env, struct llog_handle *loghandle, 91 struct llog_handle *loghandle, 94 struct llog_handle **lgh, struct llog_logid *logid, 96 int llog_close(const struct lu_env *env, struct llog_handle *cathandle); 136 int llog_cat_close(const struct lu_env *env, struct llog_handle *cathandle); [all …]
|
D | obd_class.h | 100 struct llog_handle; 102 typedef int (*llog_cb_t)(const struct lu_env *, struct llog_handle *, 113 struct llog_handle *handle,
|
/drivers/staging/lustre/lustre/obdclass/ |
D | llog_internal.h | 43 struct llog_handle *lpi_loghandle; 67 void llog_handle_get(struct llog_handle *loghandle); 68 void llog_handle_put(struct llog_handle *loghandle); 70 struct llog_handle *handle, 73 struct llog_handle *loghandle, 75 int llog_cat_cleanup(const struct lu_env *env, struct llog_handle *cathandle, 76 struct llog_handle *loghandle, int index);
|
D | llog_cat.c | 65 struct llog_handle *cathandle, in llog_cat_id2handle() 66 struct llog_handle **res, in llog_cat_id2handle() 69 struct llog_handle *loghandle; in llog_cat_id2handle() 127 int llog_cat_close(const struct lu_env *env, struct llog_handle *cathandle) in llog_cat_close() 129 struct llog_handle *loghandle, *n; in llog_cat_close() 147 struct llog_handle *cat_llh, in llog_cat_process_cb() 152 struct llog_handle *llh; in llog_cat_process_cb() 194 struct llog_handle *cat_llh, in llog_cat_process_or_fork() 233 int llog_cat_process(const struct lu_env *env, struct llog_handle *cat_llh, in llog_cat_process()
|
D | llog.c | 58 static struct llog_handle *llog_alloc_handle(void) in llog_alloc_handle() 60 struct llog_handle *loghandle; in llog_alloc_handle() 77 static void llog_free_handle(struct llog_handle *loghandle) in llog_free_handle() 95 void llog_handle_get(struct llog_handle *loghandle) in llog_handle_get() 100 void llog_handle_put(struct llog_handle *loghandle) in llog_handle_put() 108 struct llog_handle *handle, in llog_read_header() 141 int llog_init_handle(const struct lu_env *env, struct llog_handle *handle, in llog_init_handle() 213 struct llog_handle *loghandle = lpi->lpi_loghandle; in llog_process_thread() 362 struct llog_handle *loghandle, in llog_process_or_fork() 402 int llog_process(const struct lu_env *env, struct llog_handle *loghandle, in llog_process() [all …]
|
D | obd_config.c | 1065 struct llog_handle *handle, in class_config_llog_handler() 1256 struct llog_handle *llh; in class_config_parse_llog() 1347 struct llog_handle *handle, in class_config_dump_handler()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | llog_client.c | 80 struct llog_handle *lgh, struct llog_logid *logid, in llog_client_open() 147 struct llog_handle *loghandle, in llog_client_next_block() 206 struct llog_handle *loghandle, in llog_client_prev_block() 259 struct llog_handle *handle) in llog_client_read_header() 316 struct llog_handle *handle) in llog_client_close()
|
/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1459 static int changelog_kkuc_cb(const struct lu_env *env, struct llog_handle *llh, in changelog_kkuc_cb() 1505 struct llog_handle *llh = NULL; in mdc_changelog_send_thread()
|