Searched refs:cr_prev (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 761 __u64 cr_prev; /**< last index for this target fid */ member 781 __u64 cr_prev; /**< last index for this target fid */ member
|
/drivers/staging/lustre/lustre/obdclass/ |
D | llog_swab.c | 175 __swab64s(&cr->cr.cr_prev); in lustre_swab_llog_rec()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3472 LASSERTF((int)offsetof(struct changelog_rec, cr_prev) == 16, "found %lld\n", in lustre_assert_wire_constants() 3473 (long long)(int)offsetof(struct changelog_rec, cr_prev)); in lustre_assert_wire_constants() 3474 LASSERTF((int)sizeof(((struct changelog_rec *)0)->cr_prev) == 8, "found %lld\n", in lustre_assert_wire_constants() 3475 (long long)(int)sizeof(((struct changelog_rec *)0)->cr_prev)); in lustre_assert_wire_constants() 3508 LASSERTF((int)offsetof(struct changelog_ext_rec, cr_prev) == 16, "found %lld\n", in lustre_assert_wire_constants() 3509 (long long)(int)offsetof(struct changelog_ext_rec, cr_prev)); in lustre_assert_wire_constants() 3510 LASSERTF((int)sizeof(((struct changelog_ext_rec *)0)->cr_prev) == 8, "found %lld\n", in lustre_assert_wire_constants() 3511 (long long)(int)sizeof(((struct changelog_ext_rec *)0)->cr_prev)); in lustre_assert_wire_constants()
|