Searched refs:upc_req (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/fs/intermezzo/ |
D | psdev.c | 103 struct upc_req *req; in izo_psdev_setpid() 106 req = list_entry(lh, struct upc_req, rq_chain); in izo_psdev_setpid() 184 struct upc_req *req = NULL; in presto_psdev_write() 185 struct upc_req *tmp; in presto_psdev_write() 211 tmp = list_entry(lh, struct upc_req , rq_chain); in presto_psdev_write() 254 struct upc_req *req; in presto_psdev_read() 268 req = list_entry((channel->uc_pending.next), struct upc_req, rq_chain); in presto_psdev_read() 325 struct upc_req *req; in presto_psdev_release() 342 req = list_entry(lh, struct upc_req, rq_chain); in presto_psdev_release() 355 req = list_entry(lh, struct upc_req, rq_chain); in presto_psdev_release() [all …]
|
D | inode.c | 152 struct upc_req *req; in presto_put_super() 153 req = list_entry(lh, struct upc_req, rq_chain); in presto_put_super() 161 PRESTO_FREE(req, sizeof(struct upc_req)); in presto_put_super()
|
/linux-2.4.37.9/fs/coda/ |
D | psdev.c | 106 struct upc_req *req = NULL; in coda_psdev_write() 107 struct upc_req *tmp; in coda_psdev_write() 169 tmp = list_entry(lh, struct upc_req , uc_chain); in coda_psdev_write() 230 struct upc_req *req; in coda_psdev_read() 259 req = list_entry(vcp->vc_pending.next, struct upc_req,uc_chain); in coda_psdev_read() 328 struct upc_req *req; in coda_psdev_release() 350 req = list_entry(lh, struct upc_req, uc_chain); in coda_psdev_release() 364 req = list_entry(lh, struct upc_req, uc_chain); in coda_psdev_release()
|
D | upcall.c | 41 #define upc_alloc() kmalloc(sizeof(struct upc_req), GFP_KERNEL) 639 static inline unsigned long coda_waitfor_upcall(struct upc_req *vmp, in coda_waitfor_upcall() 715 struct upc_req *req; in coda_upcall() 794 struct upc_req *sig_req; in coda_upcall()
|
/linux-2.4.37.9/include/linux/ |
D | intermezzo_psdev.h | 45 struct upc_req { struct
|
D | intermezzo_upcall.h | 144 struct upc_req *rq );
|
D | coda_psdev.h | 81 struct upc_req { struct
|