Searched refs:hus (Results 1 – 3 of 3) sorted by relevance
2333 struct hsm_user_state *hus; in ll_file_ioctl() local2336 hus = kzalloc(sizeof(*hus), GFP_NOFS); in ll_file_ioctl()2337 if (!hus) in ll_file_ioctl()2341 LUSTRE_OPC_ANY, hus); in ll_file_ioctl()2343 kfree(hus); in ll_file_ioctl()2350 if (copy_to_user((void *)arg, hus, sizeof(*hus))) in ll_file_ioctl()2354 kfree(hus); in ll_file_ioctl()
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);
1292 struct hsm_user_state *hus = op_data->op_data; in mdc_ioc_hsm_state_get() local1323 *hus = *req_hus; in mdc_ioc_hsm_state_get()