Searched defs:loghandle (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog.c | 61 struct llog_handle *loghandle; in llog_alloc_handle() local 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() 274 struct llog_handle *loghandle = lpi->lpi_loghandle; in llog_process_thread() local 431 struct llog_handle *loghandle, in llog_process_or_fork() 471 int llog_process(const struct lu_env *env, struct llog_handle *loghandle, in llog_process() 479 struct llog_handle *loghandle, llog_cb_t cb, in llog_reverse_process() 586 int llog_exist(struct llog_handle *loghandle) in llog_exist() [all …]
|
D | llog_cat.c | 63 struct llog_handle *loghandle, in llog_cat_new_log() 155 struct llog_handle *loghandle; in llog_cat_id2handle() local 215 struct llog_handle *loghandle, *n; in llog_cat_close() local 269 struct llog_handle *loghandle = NULL; in llog_cat_current_log() local 327 struct llog_handle *loghandle; in llog_cat_add_rec() local 376 struct llog_handle *loghandle, *next; in llog_cat_declare_add_rec() local 493 struct llog_handle *loghandle; in llog_cat_cancel_records() local 728 struct llog_handle *loghandle, int index) in llog_cat_cleanup() 758 struct llog_handle *loghandle; in cat_cancel_cb() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | llog_client.c | 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()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 340 static inline int llog_handle2ops(struct llog_handle *loghandle, in llog_handle2ops() 355 static inline int llog_get_size(struct llog_handle *loghandle) in llog_get_size() 460 struct llog_handle *loghandle, int *cur_idx, in llog_next_block() 479 struct llog_handle *loghandle, in llog_prev_block()
|