Searched refs:llog_init_handle (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog.c | 202 int llog_init_handle(const struct lu_env *env, struct llog_handle *handle, in llog_init_handle() function 269 EXPORT_SYMBOL(llog_init_handle); 801 rc = llog_init_handle(env, handle, LLOG_F_IS_PLAIN, NULL); in llog_erase() 920 rc = llog_init_handle(env, llh, LLOG_F_IS_PLAIN, NULL); in llog_is_empty() 965 rc = llog_init_handle(env, llh, LLOG_F_IS_PLAIN, NULL); in llog_backup() 991 rc = llog_init_handle(env, bllh, LLOG_F_IS_PLAIN, NULL); in llog_backup()
|
D | llog_cat.c | 95 rc = llog_init_handle(env, loghandle, in llog_cat_new_log() 192 rc = llog_init_handle(env, loghandle, LLOG_F_IS_PLAIN, NULL); in llog_cat_id2handle() 805 rc = llog_init_handle(env, llh, LLOG_F_IS_CAT, NULL); in llog_cat_init_and_process()
|
D | obd_config.c | 1590 rc = llog_init_handle(env, llh, LLOG_F_IS_PLAIN, NULL); in class_config_parse_llog() 1702 rc = llog_init_handle(env, llh, LLOG_F_IS_PLAIN, NULL); in class_config_dump_llog()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 118 int llog_init_handle(const struct lu_env *env, struct llog_handle *handle,
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1626 rc = llog_init_handle(NULL, llh, LLOG_F_IS_CAT, NULL); in mdc_changelog_send_thread()
|