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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppstats/
H A Dpppstats.c169 struct ifpppcstatsreq creq; local
171 memset (&creq, 0, sizeof (creq));
174 creq.stats_ptr = (caddr_t) &creq.stats;
179 strncpy(creq.ifr_name, interface, sizeof(creq.ifr_name));
180 if (ioctl(s, SIOCGPPPCSTATS, &creq) < 0) {
194 if (creq.stats.c.bytes_out == 0) {
195 creq
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dsock.c118 /* We do not need any locking: we first set tx.creq, and then we do sendmsg,
121 if (server->tx.creq)
154 req = server->rcv.creq;
156 server->rcv.creq = NULL;
161 req = server->tx.creq;
163 server->tx.creq = NULL;
220 rq = server->tx.creq;
238 server->rcv.creq = rq;
239 server->tx.creq = NULL;
280 server->rcv.creq
[all...]
H A Dinode.c560 server->tx.creq = NULL;
561 server->rcv.creq = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dncp_fs_sb.h94 spinlock_t requests_lock; /* Lock accesses to tx.requests, tx.creq and rcv.creq when STREAM mode */
101 struct ncp_request_reply* creq; /* STREAM/DGRAM: awaiting reply from this request */ member in struct:ncp_server::__anon10074
102 struct mutex creq_mutex; /* DGRAM only: lock accesses to rcv.creq */
120 struct ncp_request_reply* creq; /* STREAM only: currently transmitted entry */ member in struct:ncp_server::__anon10076
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/nfsd/
H A Dexport.h121 __be32 exp_pseudoroot(struct auth_domain *, struct svc_fh *fhp, struct cache_req *creq);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcpqarray.c893 struct request *creq; local
901 creq = elv_next_request(q);
902 if (!creq)
905 BUG_ON(creq->nr_phys_segments > SG_MAX);
910 blkdev_dequeue_request(creq);
913 c->hdr.unit = (drv_info_t *)(creq->rq_disk->private_data) - h->drv;
917 c->req.hdr.blk = creq->sector;
918 c->rq = creq;
920 printk("sector=%d, nr_sectors=%d\n", creq->sector, creq
[all...]
H A Dcciss.c2513 struct request *creq; local
2526 creq = elv_next_request(q);
2527 if (!creq)
2530 BUG_ON(creq->nr_phys_segments > MAXSGENTRIES);
2535 blkdev_dequeue_request(creq);
2540 c->rq = creq;
2543 drv = creq->rq_disk->private_data;
2556 (rq_data_dir(creq) == READ) ? XFER_READ : XFER_WRITE;
2559 (rq_data_dir(creq) == READ) ? h->cciss_read : h->cciss_write;
2560 start_blk = creq
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dexport.c1198 struct cache_req *creq)
1206 exp = exp_find(clp, FSID_NUM, fsidv, creq);
1197 exp_pseudoroot(struct auth_domain *clp, struct svc_fh *fhp, struct cache_req *creq) argument

Completed in 103 milliseconds