Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h1147 __u64 hui_mtime; member
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4418 LASSERTF(offsetof(struct hsm_user_import, hui_mtime) == 16, in lustre_assert_wire_constants()
4420 (long long)offsetof(struct hsm_user_import, hui_mtime)); in lustre_assert_wire_constants()
4421 LASSERTF(sizeof(((struct hsm_user_import *)0)->hui_mtime) == 8, in lustre_assert_wire_constants()
4423 (long long)sizeof(((struct hsm_user_import *)0)->hui_mtime)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c2178 attr->ia_mtime.tv_sec = hui->hui_mtime; in ll_hsm_import()