Lines Matching defs:psshfs_ctx
155 struct psshfs_ctx { struct
156 int numconnections;
157 int sshfd;
158 int sshfd_data;
159 pid_t sshpid;
160 pid_t sshpid_data;
162 const char *mountpath;
163 char **sshargs;
165 int protover;
166 int extensions;
168 uint32_t nextreq;
170 struct puffs_framebuf *curpb;
172 struct psshfs_node psn_root;
173 ino_t nextino;
175 int canexport;
176 time_t mounttime;
178 int refreshival;
180 int domangleuid, domanglegid;
204 const struct psshfs_ctx *); argument