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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/nfsd/
H A Dexport.h114 struct cache_req *reqp);
118 struct cache_req *reqp);
137 struct cache_req *reqp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dinet_connection_sock.c413 struct request_sock **reqp, *req; local
454 reqp=&lopt->syn_table[i];
455 while ((req = *reqp) != NULL) {
466 reqp = &req->dl_next;
471 inet_csk_reqsk_queue_unlink(parent, req, reqp);
476 reqp = &req->dl_next;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/misc/
H A Dusbtest.c727 struct usb_ctrlrequest *reqp; local
731 reqp = (struct usb_ctrlrequest *)urb->setup_packet;
732 subcase = container_of (reqp, struct subcase, setup);
781 reqp->bRequestType, reqp->bRequest,
812 reqp->bRequestType, reqp->bRequest, status);
854 struct subcase *reqp; local
972 reqp = usb_buffer_alloc (udev, sizeof *reqp, GFP_KERNE
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dexport.c735 exp_find_key(svc_client *clp, int fsid_type, u32 *fsidv, struct cache_req *reqp) argument
749 if ((err = cache_check(&svc_expkey_cache, &ek->h, reqp)))
808 struct cache_req *reqp)
823 err = cache_check(&svc_export_cache, &exp->h, reqp);
843 struct cache_req *reqp)
848 exp = exp_get_by_name(clp, mnt, dentry, reqp);
856 exp = exp_get_by_name(clp, mnt, dentry, reqp);
1175 struct cache_req *reqp)
1178 struct svc_expkey *ek = exp_find_key(clp, fsid_type, fsidv, reqp);
1182 exp = exp_get_by_name(clp, ek->ek_mnt, ek->ek_dentry, reqp);
807 exp_get_by_name(svc_client *clp, struct vfsmount *mnt, struct dentry *dentry, struct cache_req *reqp) argument
842 exp_parent(svc_client *clp, struct vfsmount *mnt, struct dentry *dentry, struct cache_req *reqp) argument
1174 exp_find(struct auth_domain *clp, int fsid_type, u32 *fsidv, struct cache_req *reqp) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_meta.c963 DB_LOCKREQ couple[3], *reqp; local
1063 dbc->locker, lkflags, couple, i, &reqp);
1064 if (ret == 0 || reqp == &couple[i - 1])
1086 DB_LOCKREQ couple[2], *reqp; local
1122 ret = __lock_vec(env, dbc->locker, 0, couple, 2, &reqp);
1123 if (ret == 0 || reqp == &couple[1])
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dadvansys.c2761 * REQPTID(reqp) - reqp's target id
2762 * REQPNEXT(reqp) - reqp's next pointer
2763 * REQPNEXTP(reqp) - pointer to reqp's next pointer
2764 * REQPTIME(reqp) - reqp's time stamp value
2768 #define REQPNEXT(reqp) ((REQP) ((reqp)
4503 adv_req_t *reqp = NULL; local
5781 adv_req_t *reqp; local
5948 adv_get_sglist(asc_board_t *boardp, adv_req_t *reqp, struct scsi_cmnd *scp, int use_sg) argument
6226 adv_req_t *reqp; local
6465 asc_enqueue(asc_queue_t *ascq, REQP reqp, int flag) argument
6520 REQP reqp; local
6590 REQP reqp; local
6620 REQP reqp; local
6645 asc_rmqueue(asc_queue_t *ascq, REQP reqp) argument
6716 REQP reqp; local
[all...]

Completed in 284 milliseconds