Searched refs:hui_mtime_ns (Results 1 – 3 of 3) sorted by relevance
1148 __u32 hui_mtime_ns; member
4422 LASSERTF(offsetof(struct hsm_user_import, hui_mtime_ns) == 28, in lustre_assert_wire_constants()4424 (long long)offsetof(struct hsm_user_import, hui_mtime_ns)); in lustre_assert_wire_constants()4425 LASSERTF(sizeof(((struct hsm_user_import *)0)->hui_mtime_ns) == 4, in lustre_assert_wire_constants()4427 (long long)sizeof(((struct hsm_user_import *)0)->hui_mtime_ns)); in lustre_assert_wire_constants()
2173 attr->ia_mtime.tv_nsec = hui->hui_mtime_ns; in ll_hsm_import()