Searched refs:hc_flags (Results 1 – 3 of 3) sorted by relevance
1169 __u16 hc_flags; member
4214 LASSERTF((int)offsetof(struct hsm_copy, hc_flags) == 8, "found %lld\n", in lustre_assert_wire_constants()4215 (long long)(int)offsetof(struct hsm_copy, hc_flags)); in lustre_assert_wire_constants()4216 LASSERTF((int)sizeof(((struct hsm_copy *)0)->hc_flags) == 2, "found %lld\n", in lustre_assert_wire_constants()4217 (long long)(int)sizeof(((struct hsm_copy *)0)->hc_flags)); in lustre_assert_wire_constants()
987 hpk.hpk_flags = copy->hc_flags | HP_FLAG_COMPLETED; in ll_ioc_copy_end()