Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2265 LASSERTF((int)offsetof(struct mdt_rec_create, cr_ioepoch) == 96, "found %lld\n", in lustre_assert_wire_constants()
2266 (long long)(int)offsetof(struct mdt_rec_create, cr_ioepoch)); in lustre_assert_wire_constants()
2267 LASSERTF((int)sizeof(((struct mdt_rec_create *)0)->cr_ioepoch) == 8, "found %lld\n", in lustre_assert_wire_constants()
2268 (long long)(int)sizeof(((struct mdt_rec_create *)0)->cr_ioepoch)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2406 __u64 cr_ioepoch; member
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c710 rec->cr_ioepoch = body->ioepoch; in mdc_set_open_replay_data()