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

  /src/usr.sbin/puffs/mount_psshfs/
subr.c 45 freedircache(struct psshfs_dir *base, size_t count)
65 psn->denttot * sizeof(struct psshfs_dir));
66 memset(psn->dir + oldtot, 0, ENTRYCHUNK * sizeof(struct psshfs_dir));
97 struct psshfs_dir *
98 lookup(struct psshfs_dir *bdir, size_t ndir, const char *name)
100 struct psshfs_dir *test;
114 static struct psshfs_dir *
115 lookup_by_entry(struct psshfs_dir *bdir, size_t ndir, struct puffs_node *entry)
117 struct psshfs_dir *test;
265 struct psshfs_dir *olddir, *testd
    [all...]
psshfs.h 92 struct psshfs_dir { struct
119 struct psshfs_dir *dir; /* only valid if we're of type VDIR */
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 *);
node.c 49 struct psshfs_dir *pd;
395 struct psshfs_dir *pd;
884 struct psshfs_dir *pd;

Completed in 12 milliseconds