Searched refs:hpk_errval (Results 1 – 5 of 5) sorted by relevance
914 hpk.hpk_errval = 0; in ll_ioc_copy_start()928 hpk.hpk_errval = -PTR_ERR(inode); in ll_ioc_copy_start()943 hpk.hpk_errval = -rc; in ll_ioc_copy_start()990 hpk.hpk_errval = copy->hc_errval; in ll_ioc_copy_end()1009 hpk.hpk_errval = -PTR_ERR(inode); in ll_ioc_copy_end()1019 if (hpk.hpk_errval == 0) in ll_ioc_copy_end()1020 hpk.hpk_errval = -rc; in ll_ioc_copy_end()1045 hpk.hpk_errval = EBUSY; in ll_ioc_copy_end()1846 hpk.hpk_errval = hp.hp_errval; in ll_dir_ioctl()
1266 req_hpk->hpk_errval = lustre_errno_hton(hpk->hpk_errval); in mdc_ioc_hsm_progress()
4250 LASSERTF((int)offsetof(struct hsm_progress_kernel, hpk_errval) == 42, "found %lld\n", in lustre_assert_wire_constants()4251 (long long)(int)offsetof(struct hsm_progress_kernel, hpk_errval)); in lustre_assert_wire_constants()4252 LASSERTF((int)sizeof(((struct hsm_progress_kernel *)0)->hpk_errval) == 2, "found %lld\n", in lustre_assert_wire_constants()4253 (long long)(int)sizeof(((struct hsm_progress_kernel *)0)->hpk_errval)); in lustre_assert_wire_constants()
2493 __swab16s(&hpk->hpk_errval); in lustre_swab_hsm_progress_kernel()
3615 __u16 hpk_errval; /* positive val */ member