Searched refs:hus (Results 1 – 3 of 3) sorted by relevance
2343 struct hsm_user_state *hus; in ll_file_ioctl() local2346 hus = kzalloc(sizeof(*hus), GFP_NOFS); in ll_file_ioctl()2347 if (!hus) in ll_file_ioctl()2351 LUSTRE_OPC_ANY, hus); in ll_file_ioctl()2353 OBD_FREE_PTR(hus); in ll_file_ioctl()2360 if (copy_to_user((void *)arg, hus, sizeof(*hus))) in ll_file_ioctl()2364 OBD_FREE_PTR(hus); in ll_file_ioctl()
1739 extern void lustre_swab_hsm_user_state(struct hsm_user_state *hus);3622 extern void lustre_swab_hsm_user_state(struct hsm_user_state *hus);3625 extern void lustre_swab_hsm_user_state(struct hsm_user_state *hus);
1383 struct hsm_user_state *hus = op_data->op_data; in mdc_ioc_hsm_state_get() local1416 *hus = *req_hus; in mdc_ioc_hsm_state_get()