Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2691 LASSERTF((int)sizeof(struct mdt_rec_reint) == 136, "found %lld\n", in lustre_assert_wire_constants()
2692 (long long)(int)sizeof(struct mdt_rec_reint)); in lustre_assert_wire_constants()
2693 LASSERTF((int)offsetof(struct mdt_rec_reint, rr_opcode) == 0, "found %lld\n", in lustre_assert_wire_constants()
2694 (long long)(int)offsetof(struct mdt_rec_reint, rr_opcode)); in lustre_assert_wire_constants()
2695 LASSERTF((int)sizeof(((struct mdt_rec_reint *)0)->rr_opcode) == 4, "found %lld\n", in lustre_assert_wire_constants()
2696 (long long)(int)sizeof(((struct mdt_rec_reint *)0)->rr_opcode)); in lustre_assert_wire_constants()
2697 LASSERTF((int)offsetof(struct mdt_rec_reint, rr_cap) == 4, "found %lld\n", in lustre_assert_wire_constants()
2698 (long long)(int)offsetof(struct mdt_rec_reint, rr_cap)); in lustre_assert_wire_constants()
2699 LASSERTF((int)sizeof(((struct mdt_rec_reint *)0)->rr_cap) == 4, "found %lld\n", in lustre_assert_wire_constants()
2700 (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.c1865 void lustre_swab_mdt_rec_reint (struct mdt_rec_reint *rr) in lustre_swab_mdt_rec_reint()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c119 CLASSERT(sizeof(struct mdt_rec_reint) == sizeof(struct mdt_rec_create)); in mdc_create_pack()
188 CLASSERT(sizeof(struct mdt_rec_reint) == sizeof(struct mdt_rec_create)); in mdc_open_pack()
312 CLASSERT(sizeof(struct mdt_rec_reint) == in mdc_setattr_pack()
347 CLASSERT(sizeof(struct mdt_rec_reint) == sizeof(struct mdt_rec_unlink)); in mdc_unlink_pack()
374 CLASSERT(sizeof(struct mdt_rec_reint) == sizeof(struct mdt_rec_link)); in mdc_link_pack()
399 CLASSERT(sizeof(struct mdt_rec_reint) == sizeof(struct mdt_rec_rename)); in mdc_rename_pack()
Dmdc_request.c338 sizeof(struct mdt_rec_reint)); in mdc_xattr_common()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2548 struct mdt_rec_reint { struct
2574 void lustre_swab_mdt_rec_reint(struct mdt_rec_reint *rr); argument