Searched refs:mdt_ioepoch (Results 1 – 7 of 7) sorted by relevance
/drivers/staging/lustre/lustre/mdc/ |
D | mdc_lib.c | 333 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()
|
D | mdc_reint.c | 181 struct mdt_ioepoch *epoch; in mdc_setattr()
|
D | mdc_request.c | 696 struct mdt_ioepoch *epoch; in mdc_replay_open() 846 struct mdt_ioepoch *epoch; in mdc_close_handle_reply()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 2043 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 …]
|
D | layout.c | 910 sizeof(struct mdt_ioepoch), lustre_swab_mdt_ioepoch, NULL);
|
D | pack_generic.c | 1891 void lustre_swab_mdt_ioepoch(struct mdt_ioepoch *b) in lustre_swab_mdt_ioepoch()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2230 struct mdt_ioepoch { struct 2237 extern void lustre_swab_mdt_ioepoch (struct mdt_ioepoch *b); argument
|