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