Searched refs:changelog_setinfo (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3534 LASSERTF((int)sizeof(struct changelog_setinfo) == 12, "found %lld\n", in lustre_assert_wire_constants() 3535 (long long)(int)sizeof(struct changelog_setinfo)); in lustre_assert_wire_constants() 3536 LASSERTF((int)offsetof(struct changelog_setinfo, cs_recno) == 0, "found %lld\n", in lustre_assert_wire_constants() 3537 (long long)(int)offsetof(struct changelog_setinfo, cs_recno)); in lustre_assert_wire_constants() 3538 LASSERTF((int)sizeof(((struct changelog_setinfo *)0)->cs_recno) == 8, "found %lld\n", in lustre_assert_wire_constants() 3539 (long long)(int)sizeof(((struct changelog_setinfo *)0)->cs_recno)); in lustre_assert_wire_constants() 3540 LASSERTF((int)offsetof(struct changelog_setinfo, cs_id) == 8, "found %lld\n", in lustre_assert_wire_constants() 3541 (long long)(int)offsetof(struct changelog_setinfo, cs_id)); in lustre_assert_wire_constants() 3542 LASSERTF((int)sizeof(((struct changelog_setinfo *)0)->cs_id) == 4, "found %lld\n", in lustre_assert_wire_constants() 3543 (long long)(int)sizeof(((struct changelog_setinfo *)0)->cs_id)); in lustre_assert_wire_constants()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1746 struct changelog_setinfo cs = { in mdc_iocontrol()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3062 struct changelog_setinfo { struct
|