Home
last modified time | relevance | path

Searched refs:mdt_rec_reint (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2693 LASSERTF((int)sizeof(struct mdt_rec_reint) == 136, "found %lld\n", in lustre_assert_wire_constants()
2694 (long long)(int)sizeof(struct mdt_rec_reint)); in lustre_assert_wire_constants()
2695 LASSERTF((int)offsetof(struct mdt_rec_reint, rr_opcode) == 0, "found %lld\n", in lustre_assert_wire_constants()
2696 (long long)(int)offsetof(struct mdt_rec_reint, rr_opcode)); in lustre_assert_wire_constants()
2697 LASSERTF((int)sizeof(((struct mdt_rec_reint *)0)->rr_opcode) == 4, "found %lld\n", in lustre_assert_wire_constants()
2698 (long long)(int)sizeof(((struct mdt_rec_reint *)0)->rr_opcode)); in lustre_assert_wire_constants()
2699 LASSERTF((int)offsetof(struct mdt_rec_reint, rr_cap) == 4, "found %lld\n", in lustre_assert_wire_constants()
2700 (long long)(int)offsetof(struct mdt_rec_reint, rr_cap)); in lustre_assert_wire_constants()
2701 LASSERTF((int)sizeof(((struct mdt_rec_reint *)0)->rr_cap) == 4, "found %lld\n", in lustre_assert_wire_constants()
2702 (long long)(int)sizeof(((struct mdt_rec_reint *)0)->rr_cap)); in lustre_assert_wire_constants()
[all …]
Dlayout.c1016 DEFINE_MSGF("rec_reint", 0, sizeof(struct mdt_rec_reint),
Dpack_generic.c2028 void lustre_swab_mdt_rec_reint (struct mdt_rec_reint *rr) in lustre_swab_mdt_rec_reint()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c145 CLASSERT(sizeof(struct mdt_rec_reint) == sizeof(struct mdt_rec_create)); in mdc_create_pack()
217 CLASSERT(sizeof(struct mdt_rec_reint) == sizeof(struct mdt_rec_create)); in mdc_open_pack()
345 CLASSERT(sizeof(struct mdt_rec_reint) == in mdc_setattr_pack()
382 CLASSERT(sizeof(struct mdt_rec_reint) == sizeof(struct mdt_rec_unlink)); in mdc_unlink_pack()
411 CLASSERT(sizeof(struct mdt_rec_reint) == sizeof(struct mdt_rec_link)); in mdc_link_pack()
439 CLASSERT(sizeof(struct mdt_rec_reint) == sizeof(struct mdt_rec_rename)); in mdc_rename_pack()
Dmdc_request.c395 sizeof(struct mdt_rec_reint)); in mdc_xattr_common()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2560 struct mdt_rec_reint { struct
2586 extern void lustre_swab_mdt_rec_reint(struct mdt_rec_reint *rr); argument