Searched refs:llog_cookie (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 74 struct llog_cookie phd_cookie; /* cookie of this log in its cat */ 165 struct llog_cookie *cookies, int flags); 204 struct llog_cookie *cookie, int cookiecount, 214 struct llog_rec_hdr *rec, struct llog_cookie *cookie, 374 struct llog_rec_hdr *rec, struct llog_cookie *logcookies,
|
D | obd.h | 582 struct llog_cookie oti_onecookie; 583 struct llog_cookie *oti_logcookies;
|
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_misc.c | 74 cookiesize = stripes * sizeof(struct llog_cookie); in cl_init_ea_size()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3662 LASSERTF((int)sizeof(struct llog_cookie) == 32, "found %lld\n", in lustre_assert_wire_constants() 3663 (long long)(int)sizeof(struct llog_cookie)); in lustre_assert_wire_constants() 3664 LASSERTF((int)offsetof(struct llog_cookie, lgc_lgl) == 0, "found %lld\n", in lustre_assert_wire_constants() 3665 (long long)(int)offsetof(struct llog_cookie, lgc_lgl)); in lustre_assert_wire_constants() 3666 LASSERTF((int)sizeof(((struct llog_cookie *)0)->lgc_lgl) == 20, "found %lld\n", in lustre_assert_wire_constants() 3667 (long long)(int)sizeof(((struct llog_cookie *)0)->lgc_lgl)); in lustre_assert_wire_constants() 3668 LASSERTF((int)offsetof(struct llog_cookie, lgc_subsys) == 20, "found %lld\n", in lustre_assert_wire_constants() 3669 (long long)(int)offsetof(struct llog_cookie, lgc_subsys)); in lustre_assert_wire_constants() 3670 LASSERTF((int)sizeof(((struct llog_cookie *)0)->lgc_subsys) == 4, "found %lld\n", in lustre_assert_wire_constants() 3671 (long long)(int)sizeof(((struct llog_cookie *)0)->lgc_subsys)); in lustre_assert_wire_constants() [all …]
|
D | layout.c | 1036 sizeof(struct llog_cookie), NULL, NULL);
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_internal.h | 101 struct llog_cookie *set_cookies;
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lib.c | 437 cli->cl_max_mds_cookiesize = sizeof(struct llog_cookie); in client_obd_setup()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | namei.c | 921 sizeof(struct llog_cookie) * in ll_objects_destroy()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3185 struct llog_cookie { struct 3250 struct llog_cookie o_lcookie; /* destroy: unlink cookie from
|