Home
last modified time | relevance | path

Searched refs:hus_states (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h910 __u32 hus_states; member
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4282 LASSERTF((int)offsetof(struct hsm_user_state, hus_states) == 0, "found %lld\n", in lustre_assert_wire_constants()
4283 (long long)(int)offsetof(struct hsm_user_state, hus_states)); in lustre_assert_wire_constants()
4284 LASSERTF((int)sizeof(((struct hsm_user_state *)0)->hus_states) == 4, "found %lld\n", in lustre_assert_wire_constants()
4285 (long long)(int)sizeof(((struct hsm_user_state *)0)->hus_states)); in lustre_assert_wire_constants()
Dpack_generic.c2442 __swab32s(&state->hus_states); in lustre_swab_hsm_user_state()