pssh_connect
if (pssh_connect(pu, PSSHFD_META) == -1)
if (pssh_connect(pu, PSSHFD_DATA) == -1)
if ((newfd = pssh_connect(pu, which)) == -1)
static int pssh_connect(struct puffs_usermount *, int);