Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c297 static void mdc_ioepoch_pack(struct mdt_ioepoch *epoch, in mdc_ioepoch_pack()
309 struct mdt_ioepoch *epoch; in mdc_setattr_pack()
475 struct mdt_ioepoch *epoch; in mdc_close_pack()
Dmdc_reint.c179 struct mdt_ioepoch *epoch; in mdc_setattr()
Dmdc_request.c617 struct mdt_ioepoch *epoch; in mdc_replay_open()
767 struct mdt_ioepoch *epoch; in mdc_close_handle_reply()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2041 LASSERTF((int)sizeof(struct mdt_ioepoch) == 24, "found %lld\n", in lustre_assert_wire_constants()
2042 (long long)(int)sizeof(struct mdt_ioepoch)); in lustre_assert_wire_constants()
2043 LASSERTF((int)offsetof(struct mdt_ioepoch, handle) == 0, "found %lld\n", in lustre_assert_wire_constants()
2044 (long long)(int)offsetof(struct mdt_ioepoch, handle)); in lustre_assert_wire_constants()
2045 LASSERTF((int)sizeof(((struct mdt_ioepoch *)0)->handle) == 8, "found %lld\n", in lustre_assert_wire_constants()
2046 (long long)(int)sizeof(((struct mdt_ioepoch *)0)->handle)); in lustre_assert_wire_constants()
2047 LASSERTF((int)offsetof(struct mdt_ioepoch, ioepoch) == 8, "found %lld\n", in lustre_assert_wire_constants()
2048 (long long)(int)offsetof(struct mdt_ioepoch, ioepoch)); in lustre_assert_wire_constants()
2049 LASSERTF((int)sizeof(((struct mdt_ioepoch *)0)->ioepoch) == 8, "found %lld\n", in lustre_assert_wire_constants()
2050 (long long)(int)sizeof(((struct mdt_ioepoch *)0)->ioepoch)); in lustre_assert_wire_constants()
[all …]
Dlayout.c909 sizeof(struct mdt_ioepoch), lustre_swab_mdt_ioepoch, NULL);
Dpack_generic.c1708 void lustre_swab_mdt_ioepoch(struct mdt_ioepoch *b) in lustre_swab_mdt_ioepoch()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2240 struct mdt_ioepoch { struct
2247 void lustre_swab_mdt_ioepoch(struct mdt_ioepoch *b); argument