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.h762 __u64 cr_time; member
782 __u64 cr_time; member
Dlustre_idl.h2404 __s64 cr_time; member
/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c130 rec->cr_time = op_data->op_mod_time; in mdc_create_pack()
202 rec->cr_time = op_data->op_mod_time; in mdc_open_pack()
Dmdc_request.c1484 changelog_type2str(rec->cr.cr_type), rec->cr.cr_time, in changelog_kkuc_cb()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2257 LASSERTF((int)offsetof(struct mdt_rec_create, cr_time) == 80, "found %lld\n", in lustre_assert_wire_constants()
2258 (long long)(int)offsetof(struct mdt_rec_create, cr_time)); in lustre_assert_wire_constants()
2259 LASSERTF((int)sizeof(((struct mdt_rec_create *)0)->cr_time) == 8, "found %lld\n", in lustre_assert_wire_constants()
2260 (long long)(int)sizeof(((struct mdt_rec_create *)0)->cr_time)); in lustre_assert_wire_constants()
3476 LASSERTF((int)offsetof(struct changelog_rec, cr_time) == 24, "found %lld\n", in lustre_assert_wire_constants()
3477 (long long)(int)offsetof(struct changelog_rec, cr_time)); in lustre_assert_wire_constants()
3478 LASSERTF((int)sizeof(((struct changelog_rec *)0)->cr_time) == 8, "found %lld\n", in lustre_assert_wire_constants()
3479 (long long)(int)sizeof(((struct changelog_rec *)0)->cr_time)); in lustre_assert_wire_constants()
3512 LASSERTF((int)offsetof(struct changelog_ext_rec, cr_time) == 24, "found %lld\n", in lustre_assert_wire_constants()
3513 (long long)(int)offsetof(struct changelog_ext_rec, cr_time)); in lustre_assert_wire_constants()
[all …]
/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c176 __swab64s(&cr->cr.cr_time); in lustre_swab_llog_rec()