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