Home
last modified time | relevance | path

Searched refs:hpk_cookie (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/llite/
Ddir.c908 hpk.hpk_cookie = copy->hc_hai.hai_cookie; in ll_ioc_copy_start()
985 hpk.hpk_cookie = copy->hc_hai.hai_cookie; in ll_ioc_copy_end()
1902 hpk.hpk_cookie = hp.hp_cookie; in ll_dir_ioctl()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4238 LASSERTF((int)offsetof(struct hsm_progress_kernel, hpk_cookie) == 16, "found %lld\n", in lustre_assert_wire_constants()
4239 (long long)(int)offsetof(struct hsm_progress_kernel, hpk_cookie)); in lustre_assert_wire_constants()
4240 LASSERTF((int)sizeof(((struct hsm_progress_kernel *)0)->hpk_cookie) == 8, "found %lld\n", in lustre_assert_wire_constants()
4241 (long long)(int)sizeof(((struct hsm_progress_kernel *)0)->hpk_cookie)); in lustre_assert_wire_constants()
Dpack_generic.c2520 __swab64s(&hpk->hpk_cookie); in lustre_swab_hsm_progress_kernel()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3607 __u64 hpk_cookie; member