Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Ddir.c913 hpk.hpk_flags = 0; in ll_ioc_copy_start()
926 hpk.hpk_flags |= HP_FLAG_RETRY; in ll_ioc_copy_start()
941 hpk.hpk_flags |= HP_FLAG_RETRY; in ll_ioc_copy_start()
989 hpk.hpk_flags = copy->hc_flags | HP_FLAG_COMPLETED; in ll_ioc_copy_end()
1007 hpk.hpk_flags |= HP_FLAG_RETRY; in ll_ioc_copy_end()
1043 hpk.hpk_flags &= ~HP_FLAG_RETRY; in ll_ioc_copy_end()
1845 hpk.hpk_flags = hp.hp_flags; in ll_dir_ioctl()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4246 LASSERTF((int)offsetof(struct hsm_progress_kernel, hpk_flags) == 40, "found %lld\n", in lustre_assert_wire_constants()
4247 (long long)(int)offsetof(struct hsm_progress_kernel, hpk_flags)); in lustre_assert_wire_constants()
4248 LASSERTF((int)sizeof(((struct hsm_progress_kernel *)0)->hpk_flags) == 2, "found %lld\n", in lustre_assert_wire_constants()
4249 (long long)(int)sizeof(((struct hsm_progress_kernel *)0)->hpk_flags)); in lustre_assert_wire_constants()
Dpack_generic.c2492 __swab16s(&hpk->hpk_flags); in lustre_swab_hsm_progress_kernel()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3614 __u16 hpk_flags; member