Home
last modified time | relevance | path

Searched refs:hui_mtime_ns (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h1148 __u32 hui_mtime_ns; member
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4422 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()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c2173 attr->ia_mtime.tv_nsec = hui->hui_mtime_ns; in ll_hsm_import()