Searched refs:sa_ctime (Results 1 – 3 of 3) sorted by relevance
284 rec->sa_ctime = LTIME_S(op_data->op_attr.ia_ctime); in mdc_setattr_pack_rec()
2173 LASSERTF((int)offsetof(struct mdt_rec_setattr, sa_ctime) == 104, "found %lld\n", in lustre_assert_wire_constants()2174 (long long)(int)offsetof(struct mdt_rec_setattr, sa_ctime)); in lustre_assert_wire_constants()2175 LASSERTF((int)sizeof(((struct mdt_rec_setattr *)0)->sa_ctime) == 8, "found %lld\n", in lustre_assert_wire_constants()2176 (long long)(int)sizeof(((struct mdt_rec_setattr *)0)->sa_ctime)); in lustre_assert_wire_constants()
2292 __s64 sa_ctime; member