Searched refs:sx_time (Results 1 – 3 of 3) sorted by relevance
2649 LASSERTF((int)offsetof(struct mdt_rec_setxattr, sx_time) == 80, "found %lld\n", in lustre_assert_wire_constants()2650 (long long)(int)offsetof(struct mdt_rec_setxattr, sx_time)); in lustre_assert_wire_constants()2651 LASSERTF((int)sizeof(((struct mdt_rec_setxattr *)0)->sx_time) == 8, "found %lld\n", in lustre_assert_wire_constants()2652 (long long)(int)sizeof(((struct mdt_rec_setxattr *)0)->sx_time)); in lustre_assert_wire_constants()
2528 __s64 sx_time; member
348 rec->sx_time = ktime_get_real_seconds(); in mdc_xattr_common()