Searched refs:hpk_flags (Results 1 – 4 of 4) sorted by relevance
906 hpk.hpk_flags = 0; in ll_ioc_copy_start()918 hpk.hpk_flags |= HP_FLAG_RETRY; in ll_ioc_copy_start()933 hpk.hpk_flags |= HP_FLAG_RETRY; in ll_ioc_copy_start()981 hpk.hpk_flags = copy->hc_flags | HP_FLAG_COMPLETED; in ll_ioc_copy_end()999 hpk.hpk_flags |= HP_FLAG_RETRY; in ll_ioc_copy_end()1035 hpk.hpk_flags &= ~HP_FLAG_RETRY; in ll_ioc_copy_end()1808 hpk.hpk_flags = hp.hp_flags; in ll_dir_ioctl()
4244 LASSERTF((int)offsetof(struct hsm_progress_kernel, hpk_flags) == 40, "found %lld\n", in lustre_assert_wire_constants()4245 (long long)(int)offsetof(struct hsm_progress_kernel, hpk_flags)); in lustre_assert_wire_constants()4246 LASSERTF((int)sizeof(((struct hsm_progress_kernel *)0)->hpk_flags) == 2, "found %lld\n", in lustre_assert_wire_constants()4247 (long long)(int)sizeof(((struct hsm_progress_kernel *)0)->hpk_flags)); in lustre_assert_wire_constants()
2276 __swab16s(&hpk->hpk_flags); in lustre_swab_hsm_progress_kernel()
3564 __u16 hpk_flags; member