Searched refs:hpk_errval (Results 1 – 5 of 5) sorted by relevance
907 hpk.hpk_errval = 0; in ll_ioc_copy_start()920 hpk.hpk_errval = -PTR_ERR(inode); in ll_ioc_copy_start()935 hpk.hpk_errval = -rc; in ll_ioc_copy_start()982 hpk.hpk_errval = copy->hc_errval; in ll_ioc_copy_end()1001 hpk.hpk_errval = -PTR_ERR(inode); in ll_ioc_copy_end()1011 if (hpk.hpk_errval == 0) in ll_ioc_copy_end()1012 hpk.hpk_errval = -rc; in ll_ioc_copy_end()1037 hpk.hpk_errval = EBUSY; in ll_ioc_copy_end()1809 hpk.hpk_errval = hp.hp_errval; in ll_dir_ioctl()
1177 req_hpk->hpk_errval = lustre_errno_hton(hpk->hpk_errval); in mdc_ioc_hsm_progress()
4248 LASSERTF((int)offsetof(struct hsm_progress_kernel, hpk_errval) == 42, "found %lld\n", in lustre_assert_wire_constants()4249 (long long)(int)offsetof(struct hsm_progress_kernel, hpk_errval)); in lustre_assert_wire_constants()4250 LASSERTF((int)sizeof(((struct hsm_progress_kernel *)0)->hpk_errval) == 2, "found %lld\n", in lustre_assert_wire_constants()4251 (long long)(int)sizeof(((struct hsm_progress_kernel *)0)->hpk_errval)); in lustre_assert_wire_constants()
2277 __swab16s(&hpk->hpk_errval); in lustre_swab_hsm_progress_kernel()
3565 __u16 hpk_errval; /* positive val */ member