Searched refs:hsm_current_action (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 241 struct hsm_current_action) 926 struct hsm_current_action { struct
|
D | lustre_idl.h | 3573 void lustre_swab_hsm_current_action(struct hsm_current_action *action);
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 4322 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 …]
|
D | layout.c | 1128 DEFINE_MSGF("hsm_current_action", 0, sizeof(struct hsm_current_action),
|
D | pack_generic.c | 2246 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/ |
D | mdc_request.c | 1226 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/ |
D | file.c | 2372 struct hsm_current_action *hca; in ll_file_ioctl()
|