Searched refs:cr_type (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 759 __u32 cr_type; /**< \a changelog_rec_type */ member 779 __u32 cr_type; /**< \a changelog_rec_type */ member
|
/drivers/staging/lustre/lustre/obdclass/ |
D | llog_swab.c | 173 __swab32s(&cr->cr.cr_type); in lustre_swab_llog_rec()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3464 LASSERTF((int)offsetof(struct changelog_rec, cr_type) == 4, "found %lld\n", in lustre_assert_wire_constants() 3465 (long long)(int)offsetof(struct changelog_rec, cr_type)); in lustre_assert_wire_constants() 3466 LASSERTF((int)sizeof(((struct changelog_rec *)0)->cr_type) == 4, "found %lld\n", in lustre_assert_wire_constants() 3467 (long long)(int)sizeof(((struct changelog_rec *)0)->cr_type)); in lustre_assert_wire_constants() 3500 LASSERTF((int)offsetof(struct changelog_ext_rec, cr_type) == 4, "found %lld\n", in lustre_assert_wire_constants() 3501 (long long)(int)offsetof(struct changelog_ext_rec, cr_type)); in lustre_assert_wire_constants() 3502 LASSERTF((int)sizeof(((struct changelog_ext_rec *)0)->cr_type) == 4, "found %lld\n", in lustre_assert_wire_constants() 3503 (long long)(int)sizeof(((struct changelog_ext_rec *)0)->cr_type)); in lustre_assert_wire_constants()
|
/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1471 rec->cr.cr_type, rc); in changelog_kkuc_cb() 1483 " %.*s\n", rec->cr.cr_index, rec->cr.cr_type, in changelog_kkuc_cb() 1484 changelog_type2str(rec->cr.cr_type), rec->cr.cr_time, in changelog_kkuc_cb()
|