Searched refs:hui_atime_ns (Results 1 – 3 of 3) sorted by relevance
1145 __u32 hui_atime_ns; member
4410 LASSERTF(offsetof(struct hsm_user_import, hui_atime_ns) == 24, in lustre_assert_wire_constants()4412 (long long)(int)offsetof(struct hsm_user_import, hui_atime_ns)); in lustre_assert_wire_constants()4413 LASSERTF(sizeof(((struct hsm_user_import *)0)->hui_atime_ns) == 4, in lustre_assert_wire_constants()4415 (long long)sizeof(((struct hsm_user_import *)0)->hui_atime_ns)); in lustre_assert_wire_constants()
2175 attr->ia_atime.tv_nsec = hui->hui_atime_ns; in ll_hsm_import()