Searched refs:llog_logid (Results 1 – 7 of 7) sorted by relevance
/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, 222 struct llog_logid lgh_id; /* id of this log */
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog_cat.c | 67 struct llog_logid *logid) in llog_cat_id2handle() 78 struct llog_logid *cgl = &loghandle->lgh_id; in llog_cat_id2handle()
|
D | llog.c | 410 struct llog_handle **lgh, struct llog_logid *logid, in llog_open()
|
D | llog_swab.c | 80 static void lustre_swab_llog_id(struct llog_logid *log_id) in lustre_swab_llog_id()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2933 struct llog_logid { struct 2941 struct llog_logid lci_logid; argument 3004 struct llog_logid lid_id; 3186 struct llog_logid lgc_lgl; 3208 struct llog_logid lgd_logid; 3219 struct llog_logid lgdc_logid;
|
/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()
|
D | wiretest.c | 3229 LASSERTF((int)sizeof(struct llog_logid) == 20, "found %lld\n", in lustre_assert_wire_constants() 3230 (long long)(int)sizeof(struct llog_logid)); in lustre_assert_wire_constants() 3231 LASSERTF((int)offsetof(struct llog_logid, lgl_oi) == 0, "found %lld\n", in lustre_assert_wire_constants() 3232 (long long)(int)offsetof(struct llog_logid, lgl_oi)); in lustre_assert_wire_constants() 3233 LASSERTF((int)sizeof(((struct llog_logid *)0)->lgl_oi) == 16, "found %lld\n", in lustre_assert_wire_constants() 3234 (long long)(int)sizeof(((struct llog_logid *)0)->lgl_oi)); in lustre_assert_wire_constants() 3235 LASSERTF((int)offsetof(struct llog_logid, lgl_ogen) == 16, "found %lld\n", in lustre_assert_wire_constants() 3236 (long long)(int)offsetof(struct llog_logid, lgl_ogen)); in lustre_assert_wire_constants() 3237 LASSERTF((int)sizeof(((struct llog_logid *)0)->lgl_ogen) == 4, "found %lld\n", in lustre_assert_wire_constants() 3238 (long long)(int)sizeof(((struct llog_logid *)0)->lgl_ogen)); in lustre_assert_wire_constants()
|