HomeSort by: relevance | last modified time | path
    Searched refs:psshfs (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/puffs/mount_psshfs/
Makefile 4 SRCS= psshfs.c fs.c node.c psbuf.c subr.c
psshfs.c 1 /* $NetBSD: psshfs.c,v 1.67 2021/12/05 08:11:39 msaitoh Exp $ */
29 * psshfs: puffs sshfs
31 * psshfs implements sshfs functionality on top of puffs making it
34 * psshfs can execute multiple operations in "parallel" by using the
44 __RCSID("$NetBSD: psshfs.c,v 1.67 2021/12/05 08:11:39 msaitoh Exp $");
64 #include "psshfs.h"
251 PUFFSOP_SET(pops, psshfs, fs, unmount);
253 PUFFSOP_SET(pops, psshfs, fs, statvfs);
254 PUFFSOP_SET(pops, psshfs, fs, nodetofh);
255 PUFFSOP_SET(pops, psshfs, fs, fhtonode)
    [all...]
psshfs.h 1 /* $NetBSD: psshfs.h,v 1.40 2010/04/01 02:34:09 pooka Exp $ */
54 PUFFSOP_PROTOS(psshfs);
  /src/tests/fs/
Makefile 9 TESTS_SUBDIRS+= ffs fifofs hfs kernfs lfs msdosfs nfs nullfs psshfs ptyfs puffs
  /src/tests/fs/psshfs/
Makefile 3 TESTSDIR= ${TESTSBASE}/fs/psshfs
t_psshfs.sh 118 # Mounts the given source directory on the target directory using psshfs.
123 mount -t psshfs -o -F=$(pwd)/ssh_config localhost:$(pwd)/${1} ${2}
268 # This test is supposed to make sure psshfs does not hang

Completed in 14 milliseconds