Searched refs:cr_time (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 762 __u64 cr_time; member 782 __u64 cr_time; member
|
D | lustre_idl.h | 2404 __s64 cr_time; member
|
/drivers/staging/lustre/lustre/mdc/ |
D | mdc_lib.c | 130 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()
|
D | mdc_request.c | 1484 changelog_type2str(rec->cr.cr_type), rec->cr.cr_time, in changelog_kkuc_cb()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 2257 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/ |
D | llog_swab.c | 176 __swab64s(&cr->cr.cr_time); in lustre_swab_llog_rec()
|