Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h766 __u64 cr_time; member
786 __u64 cr_time; member
Dlustre_idl.h2411 __s64 cr_time; member
/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c157 rec->cr_time = op_data->op_mod_time; in mdc_create_pack()
234 rec->cr_time = op_data->op_mod_time; in mdc_open_pack()
Dmdc_request.c1576 changelog_type2str(rec->cr.cr_type), rec->cr.cr_time, in changelog_kkuc_cb()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2259 LASSERTF((int)offsetof(struct mdt_rec_create, cr_time) == 80, "found %lld\n", in lustre_assert_wire_constants()
2260 (long long)(int)offsetof(struct mdt_rec_create, cr_time)); in lustre_assert_wire_constants()
2261 LASSERTF((int)sizeof(((struct mdt_rec_create *)0)->cr_time) == 8, "found %lld\n", in lustre_assert_wire_constants()
2262 (long long)(int)sizeof(((struct mdt_rec_create *)0)->cr_time)); in lustre_assert_wire_constants()
3478 LASSERTF((int)offsetof(struct changelog_rec, cr_time) == 24, "found %lld\n", in lustre_assert_wire_constants()
3479 (long long)(int)offsetof(struct changelog_rec, cr_time)); in lustre_assert_wire_constants()
3480 LASSERTF((int)sizeof(((struct changelog_rec *)0)->cr_time) == 8, "found %lld\n", in lustre_assert_wire_constants()
3481 (long long)(int)sizeof(((struct changelog_rec *)0)->cr_time)); in lustre_assert_wire_constants()
3514 LASSERTF((int)offsetof(struct changelog_ext_rec, cr_time) == 24, "found %lld\n", in lustre_assert_wire_constants()
3515 (long long)(int)offsetof(struct changelog_ext_rec, cr_time)); in lustre_assert_wire_constants()
[all …]
/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c178 __swab64s(&cr->cr.cr_time); in lustre_swab_llog_rec()