Searched refs:lv_status_byindex_req (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/md/
H A Dlvm.c2596 lv_status_byindex_req_t lv_status_byindex_req; local
2602 if (copy_from_user(&lv_status_byindex_req, arg,
2603 sizeof(lv_status_byindex_req)) != 0)
2606 if (lv_status_byindex_req.lv == NULL)
2608 if ( ( lv_ptr = vg_ptr->lv[lv_status_byindex_req.lv_index]) == NULL)
2612 if (copy_from_user(&saved_ptr1, &lv_status_byindex_req.lv->lv_current_pe, sizeof(void*)) != 0)
2614 if (copy_from_user(&saved_ptr2, &lv_status_byindex_req.lv->lv_block_exception, sizeof(void*)) != 0)
2617 if (copy_to_user(lv_status_byindex_req.lv, lv_ptr, sizeof(lv_t)) != 0)
2628 if (copy_to_user(&lv_status_byindex_req.lv->lv_current_pe, &saved_ptr1, sizeof(void *)) != 0)

Completed in 36 milliseconds