Home
last modified time | relevance | path

Searched refs:hpk_errval (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/lustre/lustre/llite/
Ddir.c907 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()
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1177 req_hpk->hpk_errval = lustre_errno_hton(hpk->hpk_errval); in mdc_ioc_hsm_progress()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4248 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()
Dpack_generic.c2277 __swab16s(&hpk->hpk_errval); in lustre_swab_hsm_progress_kernel()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3565 __u16 hpk_errval; /* positive val */ member