Searched refs:llog_logid (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 84 static inline void logid_to_fid(struct llog_logid *id, struct lu_fid *fid) in logid_to_fid() 98 static inline void fid_to_logid(struct lu_fid *fid, struct llog_logid *id) in fid_to_logid() 105 static inline void logid_set_id(struct llog_logid *log_id, __u64 id) in logid_set_id() 110 static inline __u64 logid_id(struct llog_logid *log_id) in logid_id() 133 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, 288 struct llog_logid lgh_id; /* id of this log */ 496 struct llog_logid *logid, struct llog_gen *gen, in llog_connect() 535 struct llog_handle **res, struct llog_logid *logid, [all …]
|
/drivers/staging/lustre/lustre/obdclass/ |
D | llog_internal.h | 75 lustre_build_llog_lvfs_oid(struct llog_logid *logid, __u64 ino, __u32 gen) in lustre_build_llog_lvfs_oid() 88 struct llog_handle **res, struct llog_logid *logid);
|
D | llog_cat.c | 153 struct llog_handle **res, struct llog_logid *logid) in llog_cat_id2handle() 164 struct llog_logid *cgl = &loghandle->lgh_id; in llog_cat_id2handle() 495 struct llog_logid *lgl = &cookies->lgc_lgl; in llog_cat_cancel_records()
|
D | llog.c | 746 struct llog_handle **res, struct llog_logid *logid, in llog_open_create() 788 struct llog_logid *logid, char *name) in llog_erase() 854 struct llog_handle **lgh, struct llog_logid *logid, in llog_open()
|
D | llog_swab.c | 81 void lustre_swab_llog_id(struct llog_logid *log_id) in lustre_swab_llog_id()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2949 struct llog_logid { struct 2957 struct llog_logid lci_logid; argument 3020 struct llog_logid lid_id; 3202 struct llog_logid lgc_lgl; 3224 struct llog_logid lgd_logid; 3235 struct llog_logid lgdc_logid; 3360 extern void lustre_swab_llog_id(struct llog_logid *lid);
|
/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 | 3231 LASSERTF((int)sizeof(struct llog_logid) == 20, "found %lld\n", in lustre_assert_wire_constants() 3232 (long long)(int)sizeof(struct llog_logid)); in lustre_assert_wire_constants() 3233 LASSERTF((int)offsetof(struct llog_logid, lgl_oi) == 0, "found %lld\n", in lustre_assert_wire_constants() 3234 (long long)(int)offsetof(struct llog_logid, lgl_oi)); in lustre_assert_wire_constants() 3235 LASSERTF((int)sizeof(((struct llog_logid *)0)->lgl_oi) == 16, "found %lld\n", in lustre_assert_wire_constants() 3236 (long long)(int)sizeof(((struct llog_logid *)0)->lgl_oi)); in lustre_assert_wire_constants() 3237 LASSERTF((int)offsetof(struct llog_logid, lgl_ogen) == 16, "found %lld\n", in lustre_assert_wire_constants() 3238 (long long)(int)offsetof(struct llog_logid, lgl_ogen)); in lustre_assert_wire_constants() 3239 LASSERTF((int)sizeof(((struct llog_logid *)0)->lgl_ogen) == 4, "found %lld\n", in lustre_assert_wire_constants() 3240 (long long)(int)sizeof(((struct llog_logid *)0)->lgl_ogen)); in lustre_assert_wire_constants()
|