Home | History | Annotate | Download | only in mount_psshfs

Lines Matching defs:pctx

45 	struct psshfs_ctx *pctx = puffs_getspecific(pu);
62 rv = sftp_readdir(pu, pctx, pn_dir);
137 struct psshfs_ctx *pctx = puffs_getspecific(pu);
153 if (!psn->attrread || REFRESHTIMEOUT(pctx, time(NULL)-psn->attrread))
165 ((pctx->DOMANGLE && (va->FIELD == pctx->MINE)) \
166 ? pctx->MANGLED \
185 reqid = NEXTREQ(pctx);
208 psbuf_put_vattr(pb, &kludgeva, pctx);
209 GETRESPONSE(pb, pctx->sshfd);
236 psbuf_put_vattr(pb, va, pctx);
237 GETRESPONSE(pb, pctx->sshfd);
252 reqid = NEXTREQ(pctx);
254 JUSTSEND(pb2, pctx->sshfd);
261 reqid = NEXTREQ(pctx);
264 JUSTSEND(pb, pctx->sshfd);
289 struct psshfs_ctx *pctx = puffs_getspecific(pu);
307 reqid = NEXTREQ(pctx);
310 psbuf_put_vattr(pb, &va, pctx);
312 if (puffs_framev_enqueue_cb(pu, pctx->sshfd_data, pb,
325 reqid = NEXTREQ(pctx);
328 psbuf_put_vattr(pb2, &va, pctx);
330 if (puffs_framev_enqueue_cb(pu, pctx->sshfd_data, pb2,
392 struct psshfs_ctx *pctx = puffs_getspecific(pu);
415 rv = sftp_readdir(pu, pctx, pn);
547 GETRESPONSE(pb, pctx->sshfd_data);
567 reqid = NEXTREQ(pctx);
650 GETRESPONSE(pb, pctx->sshfd_data);
680 if (pctx->protover < 3) {
692 if (psn->symlink && !REFRESHTIMEOUT(pctx, time(NULL) - psn->slread))
702 GETRESPONSE(pb, pctx->sshfd);
738 GETRESPONSE(pb, pctx->sshfd);
790 psbuf_put_vattr(pb, va, pctx);
791 GETRESPONSE(pb, pctx->sshfd);
802 reqid = NEXTREQ(pctx);
805 JUSTSEND(pb2, pctx->sshfd);
822 if (pctx->protover < 3) {
833 GETRESPONSE(pb, pctx->sshfd);
844 reqid = NEXTREQ(pctx);
847 JUSTSEND(pb2, pctx->sshfd);
867 if (pctx->protover < 2) {
880 GETRESPONSE(pb, pctx->sshfd);