Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h931 __u32 hca_action; member
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4328 LASSERTF((int)offsetof(struct hsm_current_action, hca_action) == 4, "found %lld\n", in lustre_assert_wire_constants()
4329 (long long)(int)offsetof(struct hsm_current_action, hca_action)); in lustre_assert_wire_constants()
4330 LASSERTF((int)sizeof(((struct hsm_current_action *)0)->hca_action) == 4, "found %lld\n", in lustre_assert_wire_constants()
4331 (long long)(int)sizeof(((struct hsm_current_action *)0)->hca_action)); in lustre_assert_wire_constants()
Dpack_generic.c2249 __swab32s(&action->hca_action); in lustre_swab_hsm_current_action()