Searched refs:logid (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog_cat.c | 67 struct llog_logid *logid) in llog_cat_id2handle() argument 80 if (ostid_id(&cgl->lgl_oi) == ostid_id(&logid->lgl_oi) && in llog_cat_id2handle() 81 ostid_seq(&cgl->lgl_oi) == ostid_seq(&logid->lgl_oi)) { in llog_cat_id2handle() 82 if (cgl->lgl_ogen != logid->lgl_ogen) { in llog_cat_id2handle() 85 POSTID(&logid->lgl_oi), cgl->lgl_ogen, in llog_cat_id2handle() 86 logid->lgl_ogen); in llog_cat_id2handle() 97 rc = llog_open(env, cathandle->lgh_ctxt, &loghandle, logid, NULL, in llog_cat_id2handle() 102 POSTID(&logid->lgl_oi), logid->lgl_ogen, rc); in llog_cat_id2handle()
|
D | llog.c | 410 struct llog_handle **lgh, struct llog_logid *logid, in llog_open() argument 433 rc = ctxt->loc_logops->lop_open(env, *lgh, logid, name, open_param); in llog_open()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | llog_client.c | 80 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()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 94 struct llog_handle **lgh, struct llog_logid *logid, 166 int (*lop_connect)(struct llog_ctxt *ctxt, struct llog_logid *logid, 174 struct llog_logid *logid, char *name,
|