Searched refs:hp_errval (Results 1 – 3 of 3) sorted by relevance
1162 __u16 hp_errval; /* positive val */ member
4195 LASSERTF((int)offsetof(struct hsm_progress, hp_errval) == 42, "found %lld\n", in lustre_assert_wire_constants()4196 (long long)(int)offsetof(struct hsm_progress, hp_errval)); in lustre_assert_wire_constants()4197 LASSERTF((int)sizeof(((struct hsm_progress *)0)->hp_errval) == 2, "found %lld\n", in lustre_assert_wire_constants()4198 (long long)(int)sizeof(((struct hsm_progress *)0)->hp_errval)); in lustre_assert_wire_constants()
1809 hpk.hpk_errval = hp.hp_errval; in ll_dir_ioctl()