Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3536 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()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3063 __u64 cs_recno; member
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1747 .cs_recno = icc->icc_recno, in mdc_iocontrol()