Home
last modified time | relevance | path

Searched refs:llog_cat_process (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c617 int llog_cat_process(const struct lu_env *env, struct llog_handle *cat_llh, in llog_cat_process() function
623 EXPORT_SYMBOL(llog_cat_process);
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h191 int llog_cat_process(const struct lu_env *env, struct llog_handle *cat_llh,
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1632 rc = llog_cat_process(NULL, llh, changelog_kkuc_cb, cs, 0, 0); in mdc_changelog_send_thread()