Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/llite/
Ddir.c908 hpk.hpk_data_version = 0; in ll_ioc_copy_start()
983 hpk.hpk_data_version = 0; in ll_ioc_copy_end()
1018 hpk.hpk_data_version = data_version; in ll_ioc_copy_end()
1810 hpk.hpk_data_version = 0; in ll_dir_ioctl()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4256 LASSERTF((int)offsetof(struct hsm_progress_kernel, hpk_data_version) == 48, "found %lld\n", in lustre_assert_wire_constants()
4257 (long long)(int)offsetof(struct hsm_progress_kernel, hpk_data_version)); in lustre_assert_wire_constants()
4258 LASSERTF((int)sizeof(((struct hsm_progress_kernel *)0)->hpk_data_version) == 8, "found %lld\n", in lustre_assert_wire_constants()
4259 (long long)(int)sizeof(((struct hsm_progress_kernel *)0)->hpk_data_version)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3568 __u64 hpk_data_version; member