Searched refs:hsm_user_state (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 4278 LASSERTF((int)sizeof(struct hsm_user_state) == 32, "found %lld\n", in lustre_assert_wire_constants() 4279 (long long)(int)sizeof(struct hsm_user_state)); in lustre_assert_wire_constants() 4280 LASSERTF((int)offsetof(struct hsm_user_state, hus_states) == 0, "found %lld\n", in lustre_assert_wire_constants() 4281 (long long)(int)offsetof(struct hsm_user_state, hus_states)); in lustre_assert_wire_constants() 4282 LASSERTF((int)sizeof(((struct hsm_user_state *)0)->hus_states) == 4, "found %lld\n", in lustre_assert_wire_constants() 4283 (long long)(int)sizeof(((struct hsm_user_state *)0)->hus_states)); in lustre_assert_wire_constants() 4284 LASSERTF((int)offsetof(struct hsm_user_state, hus_archive_id) == 4, "found %lld\n", in lustre_assert_wire_constants() 4285 (long long)(int)offsetof(struct hsm_user_state, hus_archive_id)); in lustre_assert_wire_constants() 4286 LASSERTF((int)sizeof(((struct hsm_user_state *)0)->hus_archive_id) == 4, "found %lld\n", in lustre_assert_wire_constants() 4287 (long long)(int)sizeof(((struct hsm_user_state *)0)->hus_archive_id)); in lustre_assert_wire_constants() [all …]
|
D | layout.c | 1113 DEFINE_MSGF("hsm_user_state", 0, sizeof(struct hsm_user_state),
|
D | pack_generic.c | 2224 void lustre_swab_hsm_user_state(struct hsm_user_state *state) in lustre_swab_hsm_user_state()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 230 #define LL_IOC_HSM_STATE_GET _IOR('f', 211, struct hsm_user_state) 905 struct hsm_user_state { struct
|
D | lustre_idl.h | 1745 void lustre_swab_hsm_user_state(struct hsm_user_state *hus); 3572 void lustre_swab_hsm_user_state(struct hsm_user_state *hus); 3575 void lustre_swab_hsm_user_state(struct hsm_user_state *hus);
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1292 struct hsm_user_state *hus = op_data->op_data; in mdc_ioc_hsm_state_get() 1293 struct hsm_user_state *req_hus; in mdc_ioc_hsm_state_get()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | file.c | 2333 struct hsm_user_state *hus; in ll_file_ioctl()
|