[go: nahoru, domu]

Searched defs:llog_open (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
H A Dllog.c57 * Used inside llog_open().
576 * llog_open - open llog, may not exist
753 rc = llog_open(env, ctxt, res, logid, name, LLOG_OPEN_NEW);
797 rc = llog_open(env, ctxt, &handle, logid, name, LLOG_OPEN_EXISTS);
853 int llog_open(const struct lu_env *env, struct llog_ctxt *ctxt, function
886 EXPORT_SYMBOL(llog_open); variable
913 rc = llog_open(env, ctxt, &llh, NULL, name, LLOG_OPEN_EXISTS);
954 rc = llog_open(env, ctxt, &llh, NULL, name, LLOG_OPEN_EXISTS);

Completed in 46 milliseconds