Searched defs:loghandle (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog.c | 60 struct llog_handle *loghandle; in llog_alloc_handle() local 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() 213 struct llog_handle *loghandle = lpi->lpi_loghandle; in llog_process_thread() local 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() 444 int llog_close(const struct lu_env *env, struct llog_handle *loghandle) in llog_close()
|
D | llog_cat.c | 69 struct llog_handle *loghandle; in llog_cat_id2handle() local 129 struct llog_handle *loghandle, *n; in llog_cat_close() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | llog_client.c | 147 struct llog_handle *loghandle, in llog_client_next_block() 206 struct llog_handle *loghandle, in llog_client_prev_block()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 258 static inline int llog_handle2ops(struct llog_handle *loghandle, in llog_handle2ops() 350 struct llog_handle *loghandle, int *cur_idx, in llog_next_block()
|