Searched refs:hui_atime (Results 1 – 3 of 3) sorted by relevance
1143 __u64 hui_atime; member
4404 LASSERTF(offsetof(struct hsm_user_import, hui_atime) == 8, in lustre_assert_wire_constants()4406 (long long)offsetof(struct hsm_user_import, hui_atime)); in lustre_assert_wire_constants()4407 LASSERTF(sizeof(((struct hsm_user_import *)0)->hui_atime) == 8, in lustre_assert_wire_constants()4409 (long long)sizeof(((struct hsm_user_import *)0)->hui_atime)); in lustre_assert_wire_constants()
2174 attr->ia_atime.tv_sec = hui->hui_atime; in ll_hsm_import()