Searched refs:mgs_target_info (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3801 LASSERTF((int)sizeof(struct mgs_target_info) == 4544, "found %lld\n", in lustre_assert_wire_constants() 3802 (long long)(int)sizeof(struct mgs_target_info)); in lustre_assert_wire_constants() 3803 LASSERTF((int)offsetof(struct mgs_target_info, mti_lustre_ver) == 0, "found %lld\n", in lustre_assert_wire_constants() 3804 (long long)(int)offsetof(struct mgs_target_info, mti_lustre_ver)); in lustre_assert_wire_constants() 3805 LASSERTF((int)sizeof(((struct mgs_target_info *)0)->mti_lustre_ver) == 4, "found %lld\n", in lustre_assert_wire_constants() 3806 (long long)(int)sizeof(((struct mgs_target_info *)0)->mti_lustre_ver)); in lustre_assert_wire_constants() 3807 LASSERTF((int)offsetof(struct mgs_target_info, mti_stripe_index) == 4, "found %lld\n", in lustre_assert_wire_constants() 3808 (long long)(int)offsetof(struct mgs_target_info, mti_stripe_index)); in lustre_assert_wire_constants() 3809 LASSERTF((int)sizeof(((struct mgs_target_info *)0)->mti_stripe_index) == 4, "found %lld\n", in lustre_assert_wire_constants() 3810 (long long)(int)sizeof(((struct mgs_target_info *)0)->mti_stripe_index)); in lustre_assert_wire_constants() [all …]
|
D | layout.c | 825 sizeof(struct mgs_target_info),
|
D | pack_generic.c | 1717 void lustre_swab_mgs_target_info(struct mgs_target_info *mti) in lustre_swab_mgs_target_info()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 915 struct mgs_target_info *mti) in mgc_target_register() 918 struct mgs_target_info *req_mti, *rep_mti; in mgc_target_register() 1599 struct mgs_target_info *mti; in mgc_process_config() 1602 sizeof(struct mgs_target_info)) { in mgc_process_config() 1607 mti = (struct mgs_target_info *)lustre_cfg_buf(lcfg, 1); in mgc_process_config()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2846 struct mgs_target_info { struct 2860 void lustre_swab_mgs_target_info(struct mgs_target_info *oinfo); argument
|