Searched refs:hpk_flags (Results 1 – 4 of 4) sorted by relevance
913 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()
4246 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()
2492 __swab16s(&hpk->hpk_flags); in lustre_swab_hsm_progress_kernel()
3614 __u16 hpk_flags; member