Home
last modified time | relevance | path

Searched refs:changelog_rec (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3456 LASSERTF((int)sizeof(struct changelog_rec) == 64, "found %lld\n", in lustre_assert_wire_constants()
3457 (long long)(int)sizeof(struct changelog_rec)); in lustre_assert_wire_constants()
3458 LASSERTF((int)offsetof(struct changelog_rec, cr_namelen) == 0, "found %lld\n", in lustre_assert_wire_constants()
3459 (long long)(int)offsetof(struct changelog_rec, cr_namelen)); in lustre_assert_wire_constants()
3460 LASSERTF((int)sizeof(((struct changelog_rec *)0)->cr_namelen) == 2, "found %lld\n", in lustre_assert_wire_constants()
3461 (long long)(int)sizeof(((struct changelog_rec *)0)->cr_namelen)); in lustre_assert_wire_constants()
3462 LASSERTF((int)offsetof(struct changelog_rec, cr_flags) == 2, "found %lld\n", in lustre_assert_wire_constants()
3463 (long long)(int)offsetof(struct changelog_rec, cr_flags)); in lustre_assert_wire_constants()
3464 LASSERTF((int)sizeof(((struct changelog_rec *)0)->cr_flags) == 2, "found %lld\n", in lustre_assert_wire_constants()
3465 (long long)(int)sizeof(((struct changelog_rec *)0)->cr_flags)); in lustre_assert_wire_constants()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h760 struct changelog_rec { struct
800 static inline int changelog_rec_size(struct changelog_rec *rec) in changelog_rec_size()
806 static inline char *changelog_rec_name(struct changelog_rec *rec) in changelog_rec_name()
Dlustre_idl.h3091 struct changelog_rec cr;