Home
last modified time | relevance | path

Searched refs:cfg_marker (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3193 LASSERTF((int)sizeof(struct cfg_marker) == 160, "found %lld\n", in lustre_assert_wire_constants()
3194 (long long)(int)sizeof(struct cfg_marker)); in lustre_assert_wire_constants()
3195 LASSERTF((int)offsetof(struct cfg_marker, cm_step) == 0, "found %lld\n", in lustre_assert_wire_constants()
3196 (long long)(int)offsetof(struct cfg_marker, cm_step)); in lustre_assert_wire_constants()
3197 LASSERTF((int)sizeof(((struct cfg_marker *)0)->cm_step) == 4, "found %lld\n", in lustre_assert_wire_constants()
3198 (long long)(int)sizeof(((struct cfg_marker *)0)->cm_step)); in lustre_assert_wire_constants()
3199 LASSERTF((int)offsetof(struct cfg_marker, cm_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()
3200 (long long)(int)offsetof(struct cfg_marker, cm_flags)); in lustre_assert_wire_constants()
3201 LASSERTF((int)sizeof(((struct cfg_marker *)0)->cm_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()
3202 (long long)(int)sizeof(((struct cfg_marker *)0)->cm_flags)); in lustre_assert_wire_constants()
[all …]
/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c366 (sizeof(struct cfg_marker) - sizeof(struct cfg_marker32)))
368 void lustre_swab_cfg_marker(struct cfg_marker *marker, int swab, int size) in lustre_swab_cfg_marker()
Dobd_config.c851 struct cfg_marker *marker; in class_process_config()
1093 struct cfg_marker *marker = lustre_cfg_buf(lcfg, 1); in class_config_llog_handler()
1328 struct cfg_marker *marker = lustre_cfg_buf(lcfg, 1); in class_config_parse_rec()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2904 struct cfg_marker { struct
2915 void lustre_swab_cfg_marker(struct cfg_marker *marker, int swab, int size); argument