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