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