Searched refs:llog_cookie (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 75 struct llog_cookie phd_cookie; /* cookie of this log in its cat */ 177 struct llog_rec_hdr *rec, struct llog_cookie *reccookie, 183 struct llog_rec_hdr *rec, struct llog_cookie *reccookie, 187 struct llog_cookie *cookies); 207 struct llog_cookie *cookies, int flags); 229 struct llog_cookie *cookies, int flags); 270 struct llog_cookie *cookie, int cookiecount, 280 struct llog_rec_hdr *rec, struct llog_cookie *cookie, 523 struct llog_rec_hdr *rec, struct llog_cookie *logcookies, 526 struct llog_rec_hdr *rec, struct llog_cookie *logcookies, [all …]
|
D | obd.h | 673 struct llog_cookie oti_onecookie; 674 struct llog_cookie *oti_logcookies;
|
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_misc.c | 75 cookiesize = stripes * sizeof(struct llog_cookie); in cl_init_ea_size()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog_obd.c | 230 struct llog_cookie *cookies, int flags) in llog_cancel()
|
D | llog_cat.c | 324 struct llog_rec_hdr *rec, struct llog_cookie *reccookie, in llog_cat_add_rec() 436 struct llog_rec_hdr *rec, struct llog_cookie *reccookie, in llog_cat_add() 488 struct llog_cookie *cookies) in llog_cat_cancel_records()
|
D | llog.c | 672 struct llog_rec_hdr *rec, struct llog_cookie *logcookies, in llog_write_rec() 705 struct llog_rec_hdr *rec, struct llog_cookie *logcookies, in llog_add() 818 struct llog_rec_hdr *rec, struct llog_cookie *reccookie, in llog_write()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3664 LASSERTF((int)sizeof(struct llog_cookie) == 32, "found %lld\n", in lustre_assert_wire_constants() 3665 (long long)(int)sizeof(struct llog_cookie)); in lustre_assert_wire_constants() 3666 LASSERTF((int)offsetof(struct llog_cookie, lgc_lgl) == 0, "found %lld\n", in lustre_assert_wire_constants() 3667 (long long)(int)offsetof(struct llog_cookie, lgc_lgl)); in lustre_assert_wire_constants() 3668 LASSERTF((int)sizeof(((struct llog_cookie *)0)->lgc_lgl) == 20, "found %lld\n", in lustre_assert_wire_constants() 3669 (long long)(int)sizeof(((struct llog_cookie *)0)->lgc_lgl)); in lustre_assert_wire_constants() 3670 LASSERTF((int)offsetof(struct llog_cookie, lgc_subsys) == 20, "found %lld\n", in lustre_assert_wire_constants() 3671 (long long)(int)offsetof(struct llog_cookie, lgc_subsys)); in lustre_assert_wire_constants() 3672 LASSERTF((int)sizeof(((struct llog_cookie *)0)->lgc_subsys) == 4, "found %lld\n", in lustre_assert_wire_constants() 3673 (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.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_internal.h | 109 struct llog_cookie *set_cookies;
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lib.c | 439 cli->cl_max_mds_cookiesize = sizeof(struct llog_cookie); in client_obd_setup()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3206 struct llog_cookie { struct 3271 struct llog_cookie o_lcookie; /* destroy: unlink cookie from
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | namei.c | 948 sizeof(struct llog_cookie) * in ll_objects_destroy()
|