Home
last modified time | relevance | path

Searched refs:hsm_current_action (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h241 struct hsm_current_action)
926 struct hsm_current_action { struct
Dlustre_idl.h3573 void lustre_swab_hsm_current_action(struct hsm_current_action *action);
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4322 LASSERTF((int)sizeof(struct hsm_current_action) == 24, "found %lld\n", in lustre_assert_wire_constants()
4323 (long long)(int)sizeof(struct hsm_current_action)); in lustre_assert_wire_constants()
4324 LASSERTF((int)offsetof(struct hsm_current_action, hca_state) == 0, "found %lld\n", in lustre_assert_wire_constants()
4325 (long long)(int)offsetof(struct hsm_current_action, hca_state)); in lustre_assert_wire_constants()
4326 LASSERTF((int)sizeof(((struct hsm_current_action *)0)->hca_state) == 4, "found %lld\n", in lustre_assert_wire_constants()
4327 (long long)(int)sizeof(((struct hsm_current_action *)0)->hca_state)); in lustre_assert_wire_constants()
4328 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()
[all …]
Dlayout.c1128 DEFINE_MSGF("hsm_current_action", 0, sizeof(struct hsm_current_action),
Dpack_generic.c2246 void lustre_swab_hsm_current_action(struct hsm_current_action *action) in lustre_swab_hsm_current_action()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1226 struct hsm_current_action *hca = op_data->op_data; in mdc_ioc_hsm_current_action()
1227 struct hsm_current_action *req_hca; in mdc_ioc_hsm_current_action()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c2372 struct hsm_current_action *hca; in ll_file_ioctl()