Searched refs:llog_init_handle (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog.c | 141 int llog_init_handle(const struct lu_env *env, struct llog_handle *handle, in llog_init_handle() function 208 EXPORT_SYMBOL(llog_init_handle);
|
D | llog_cat.c | 106 rc = llog_init_handle(env, loghandle, LLOG_F_IS_PLAIN, NULL); in llog_cat_id2handle()
|
D | obd_config.c | 1265 rc = llog_init_handle(env, llh, LLOG_F_IS_PLAIN, NULL); in class_config_parse_llog()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 86 int llog_init_handle(const struct lu_env *env, struct llog_handle *handle,
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1531 rc = llog_init_handle(NULL, llh, LLOG_F_IS_CAT, NULL); in mdc_changelog_send_thread()
|