[go: nahoru, domu]

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

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

Completed in 77 milliseconds