Lines Matching refs:rec
1001 struct izo_rcvd_rec rec; in presto_ioctl() local
1010 rc = izo_rcvd_get(&rec, fset, data->ioc_uuid); in presto_ioctl()
1017 return copy_to_user((char *)arg, &rec, sizeof(rec))? -EFAULT : 0; in presto_ioctl()
1023 struct izo_rcvd_rec rec; in presto_ioctl() local
1039 lr_client, &rec); in presto_ioctl()
1046 return copy_to_user((char *)arg, &rec, sizeof(rec))? -EFAULT : 0; in presto_ioctl()
1308 struct izo_rcvd_rec rec; in presto_ioctl() local
1325 rc = izo_rcvd_get(&rec, fset, data->ioc_uuid); in presto_ioctl()
1329 memset(&rec, 0, sizeof(rec)); in presto_ioctl()
1335 rec.lr_remote_offset = data->ioc_kmlsize; in presto_ioctl()
1336 rc = izo_rcvd_write(fset, &rec); in presto_ioctl()