Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h932 struct hsm_extent hca_location; member
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4332 LASSERTF((int)offsetof(struct hsm_current_action, hca_location) == 8, "found %lld\n", in lustre_assert_wire_constants()
4333 (long long)(int)offsetof(struct hsm_current_action, hca_location)); in lustre_assert_wire_constants()
4334 LASSERTF((int)sizeof(((struct hsm_current_action *)0)->hca_location) == 16, "found %lld\n", in lustre_assert_wire_constants()
4335 (long long)(int)sizeof(((struct hsm_current_action *)0)->hca_location)); in lustre_assert_wire_constants()
Dpack_generic.c2250 lustre_swab_hsm_extent(&action->hca_location); in lustre_swab_hsm_current_action()