Lines Matching refs:status
361 if (map->map_ops[i].status == GNTST_okay) {
371 if (map->kmap_ops[i].status == GNTST_okay) {
392 if (map->unmap_ops[offset + i].status == GNTST_okay &&
396 WARN_ON(map->unmap_ops[offset+i].status &&
400 map->unmap_ops[offset+i].status);
403 if (map->kunmap_ops[offset + i].status == GNTST_okay &&
407 WARN_ON(map->kunmap_ops[offset+i].status &&
411 map->kunmap_ops[offset+i].status);
783 s16 __user *status[GNTDEV_COPY_BATCH];
824 * For each completed op, update the status if the op failed
828 s16 status = batch->ops[i].status;
831 if (status == GNTST_okay)
834 if (__get_user(old_status, batch->status[i]))
840 if (__put_user(status, batch->status[i]))
850 s16 __user *status)
872 if (put_user(GNTST_okay, status))
936 batch->status[batch->nr_ops] = status;
964 ret = gntdev_grant_copy_seg(&batch, &seg, ©.segments[i].status);