Searched refs:llog_process (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog.c | 471 int llog_process(const struct lu_env *env, struct llog_handle *loghandle, in llog_process() function 476 EXPORT_SYMBOL(llog_process);
|
D | obd_config.c | 1605 rc = llog_process(env, llh, callback, cfg, &cd); in class_config_parse_llog() 1706 rc = llog_process(env, llh, class_config_dump_handler, cfg, NULL); in class_config_dump_llog()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 122 int llog_process(const struct lu_env *env, struct llog_handle *loghandle,
|