Home
last modified time | relevance | path

Searched refs:llog_cookie (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h75 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 …]
Dobd.h673 struct llog_cookie oti_onecookie;
674 struct llog_cookie *oti_logcookies;
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_misc.c75 cookiesize = stripes * sizeof(struct llog_cookie); in cl_init_ea_size()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c230 struct llog_cookie *cookies, int flags) in llog_cancel()
Dllog_cat.c324 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()
Dllog.c672 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/
Dwiretest.c3664 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 …]
Dlayout.c1036 sizeof(struct llog_cookie), NULL, NULL);
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_internal.h109 struct llog_cookie *set_cookies;
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c439 cli->cl_max_mds_cookiesize = sizeof(struct llog_cookie); in client_obd_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3206 struct llog_cookie { struct
3271 struct llog_cookie o_lcookie; /* destroy: unlink cookie from
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dnamei.c948 sizeof(struct llog_cookie) * in ll_objects_destroy()