Home
last modified time | relevance | path

Searched refs:logid (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_internal.h75 lustre_build_llog_lvfs_oid(struct llog_logid *logid, __u64 ino, __u32 gen) in lustre_build_llog_lvfs_oid() argument
77 ostid_set_seq_llog(&logid->lgl_oi); in lustre_build_llog_lvfs_oid()
78 ostid_set_id(&logid->lgl_oi, ino); in lustre_build_llog_lvfs_oid()
79 logid->lgl_ogen = gen; in lustre_build_llog_lvfs_oid()
88 struct llog_handle **res, struct llog_logid *logid);
Dllog_cat.c153 struct llog_handle **res, struct llog_logid *logid) in llog_cat_id2handle() argument
166 if (ostid_id(&cgl->lgl_oi) == ostid_id(&logid->lgl_oi) && in llog_cat_id2handle()
167 ostid_seq(&cgl->lgl_oi) == ostid_seq(&logid->lgl_oi)) { in llog_cat_id2handle()
168 if (cgl->lgl_ogen != logid->lgl_ogen) { in llog_cat_id2handle()
171 POSTID(&logid->lgl_oi), cgl->lgl_ogen, in llog_cat_id2handle()
172 logid->lgl_ogen); in llog_cat_id2handle()
183 rc = llog_open(env, cathandle->lgh_ctxt, &loghandle, logid, NULL, in llog_cat_id2handle()
188 POSTID(&logid->lgl_oi), logid->lgl_ogen, rc); in llog_cat_id2handle()
Dllog.c746 struct llog_handle **res, struct llog_logid *logid, in llog_open_create() argument
753 rc = llog_open(env, ctxt, res, logid, name, LLOG_OPEN_NEW); in llog_open_create()
788 struct llog_logid *logid, char *name) in llog_erase() argument
794 if (name == NULL && logid == NULL) in llog_erase()
797 rc = llog_open(env, ctxt, &handle, logid, name, LLOG_OPEN_EXISTS); in llog_erase()
854 struct llog_handle **lgh, struct llog_logid *logid, in llog_open() argument
877 rc = ctxt->loc_logops->lop_open(env, *lgh, logid, name, open_param); in llog_open()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h133 struct llog_handle **lgh, struct llog_logid *logid,
230 int (*lop_connect)(struct llog_ctxt *ctxt, struct llog_logid *logid,
238 struct llog_logid *logid, char *name,
496 struct llog_logid *logid, struct llog_gen *gen, in llog_connect() argument
508 rc = lop->lop_connect(ctxt, logid, gen, uuid); in llog_connect()
535 struct llog_handle **res, struct llog_logid *logid,
538 struct llog_logid *logid, char *name);
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c80 struct llog_handle *lgh, struct llog_logid *logid, in llog_client_open() argument
115 if (logid) in llog_client_open()
116 body->lgd_logid = *logid; in llog_client_open()