Home
last modified time | relevance | path

Searched refs:mdt_ioepoch (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c333 static void mdc_ioepoch_pack(struct mdt_ioepoch *epoch, in mdc_ioepoch_pack()
345 struct mdt_ioepoch *epoch; in mdc_setattr_pack()
523 struct mdt_ioepoch *epoch; in mdc_close_pack()
Dmdc_reint.c181 struct mdt_ioepoch *epoch; in mdc_setattr()
Dmdc_request.c696 struct mdt_ioepoch *epoch; in mdc_replay_open()
846 struct mdt_ioepoch *epoch; in mdc_close_handle_reply()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2043 LASSERTF((int)sizeof(struct mdt_ioepoch) == 24, "found %lld\n", in lustre_assert_wire_constants()
2044 (long long)(int)sizeof(struct mdt_ioepoch)); in lustre_assert_wire_constants()
2045 LASSERTF((int)offsetof(struct mdt_ioepoch, handle) == 0, "found %lld\n", in lustre_assert_wire_constants()
2046 (long long)(int)offsetof(struct mdt_ioepoch, handle)); in lustre_assert_wire_constants()
2047 LASSERTF((int)sizeof(((struct mdt_ioepoch *)0)->handle) == 8, "found %lld\n", in lustre_assert_wire_constants()
2048 (long long)(int)sizeof(((struct mdt_ioepoch *)0)->handle)); in lustre_assert_wire_constants()
2049 LASSERTF((int)offsetof(struct mdt_ioepoch, ioepoch) == 8, "found %lld\n", in lustre_assert_wire_constants()
2050 (long long)(int)offsetof(struct mdt_ioepoch, ioepoch)); in lustre_assert_wire_constants()
2051 LASSERTF((int)sizeof(((struct mdt_ioepoch *)0)->ioepoch) == 8, "found %lld\n", in lustre_assert_wire_constants()
2052 (long long)(int)sizeof(((struct mdt_ioepoch *)0)->ioepoch)); in lustre_assert_wire_constants()
[all …]
Dlayout.c910 sizeof(struct mdt_ioepoch), lustre_swab_mdt_ioepoch, NULL);
Dpack_generic.c1891 void lustre_swab_mdt_ioepoch(struct mdt_ioepoch *b) in lustre_swab_mdt_ioepoch()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2230 struct mdt_ioepoch { struct
2237 extern void lustre_swab_mdt_ioepoch (struct mdt_ioepoch *b); argument