Searched refs:psshfs_dir (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.sbin/puffs/mount_psshfs/ |
H A D | subr.c | 45 freedircache(struct psshfs_dir *base, size_t count) in freedircache() 65 psn->denttot * sizeof(struct psshfs_dir)); in allocdirs() 66 memset(psn->dir + oldtot, 0, ENTRYCHUNK * sizeof(struct psshfs_dir)); in allocdirs() 97 struct psshfs_dir * 98 lookup(struct psshfs_dir *bdir, size_t ndir, const char *name) in lookup() 100 struct psshfs_dir *test; in lookup() 114 static struct psshfs_dir * 115 lookup_by_entry(struct psshfs_dir *bdir, size_t ndir, struct puffs_node *entry) in lookup_by_entry() 117 struct psshfs_dir *test; in lookup_by_entry() 265 struct psshfs_dir *olddir, *testd; in sftp_readdir() [all …]
|
H A D | psshfs.h | 92 struct psshfs_dir { struct 119 struct psshfs_dir *dir; /* only valid if we're of type VDIR */ argument 231 struct psshfs_dir *lookup(struct psshfs_dir *, size_t, const char *); 233 const struct psshfs_dir *, const struct vattr *); 236 struct psshfs_dir *direnter(struct puffs_node *, const char *);
|
H A D | node.c | 49 struct psshfs_dir *pd; in psshfs_node_lookup() 395 struct psshfs_dir *pd; in psshfs_node_readdir() 884 struct psshfs_dir *pd; in psshfs_node_rename()
|