Searched refs:mdt_rec_unlink (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 2397 LASSERTF((int)sizeof(struct mdt_rec_unlink) == 136, "found %lld\n", in lustre_assert_wire_constants() 2398 (long long)(int)sizeof(struct mdt_rec_unlink)); in lustre_assert_wire_constants() 2399 LASSERTF((int)offsetof(struct mdt_rec_unlink, ul_opcode) == 0, "found %lld\n", in lustre_assert_wire_constants() 2400 (long long)(int)offsetof(struct mdt_rec_unlink, ul_opcode)); in lustre_assert_wire_constants() 2401 LASSERTF((int)sizeof(((struct mdt_rec_unlink *)0)->ul_opcode) == 4, "found %lld\n", in lustre_assert_wire_constants() 2402 (long long)(int)sizeof(((struct mdt_rec_unlink *)0)->ul_opcode)); in lustre_assert_wire_constants() 2403 LASSERTF((int)offsetof(struct mdt_rec_unlink, ul_cap) == 4, "found %lld\n", in lustre_assert_wire_constants() 2404 (long long)(int)offsetof(struct mdt_rec_unlink, ul_cap)); in lustre_assert_wire_constants() 2405 LASSERTF((int)sizeof(((struct mdt_rec_unlink *)0)->ul_cap) == 4, "found %lld\n", in lustre_assert_wire_constants() 2406 (long long)(int)sizeof(((struct mdt_rec_unlink *)0)->ul_cap)); in lustre_assert_wire_constants() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_lib.c | 379 struct mdt_rec_unlink *rec; in mdc_unlink_pack() 382 CLASSERT(sizeof(struct mdt_rec_reint) == sizeof(struct mdt_rec_unlink)); in mdc_unlink_pack()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2470 struct mdt_rec_unlink { struct
|