Symbol: psshfs_dir
usr.sbin/puffs/mount_psshfs/node.c
395
struct psshfs_dir *pd;
usr.sbin/puffs/mount_psshfs/node.c
49
struct psshfs_dir *pd;
usr.sbin/puffs/mount_psshfs/node.c
884
struct psshfs_dir *pd;
usr.sbin/puffs/mount_psshfs/psshfs.h
119
struct psshfs_dir *dir; /* only valid if we're of type VDIR */
usr.sbin/puffs/mount_psshfs/psshfs.h
231
struct psshfs_dir *lookup(struct psshfs_dir *, size_t, const char *);
usr.sbin/puffs/mount_psshfs/psshfs.h
233
const struct psshfs_dir *, const struct vattr *);
usr.sbin/puffs/mount_psshfs/psshfs.h
236
struct psshfs_dir *direnter(struct puffs_node *, const char *);
usr.sbin/puffs/mount_psshfs/subr.c
100
struct psshfs_dir *test;
usr.sbin/puffs/mount_psshfs/subr.c
114
static struct psshfs_dir *
usr.sbin/puffs/mount_psshfs/subr.c
115
lookup_by_entry(struct psshfs_dir *bdir, size_t ndir, struct puffs_node *entry)
usr.sbin/puffs/mount_psshfs/subr.c
117
struct psshfs_dir *test;
usr.sbin/puffs/mount_psshfs/subr.c
265
struct psshfs_dir *olddir, *testd;
usr.sbin/puffs/mount_psshfs/subr.c
424
const struct psshfs_dir *pd, const struct vattr *vap)
usr.sbin/puffs/mount_psshfs/subr.c
45
freedircache(struct psshfs_dir *base, size_t count)
usr.sbin/puffs/mount_psshfs/subr.c
455
struct psshfs_dir *pd;
usr.sbin/puffs/mount_psshfs/subr.c
477
struct psshfs_dir *
usr.sbin/puffs/mount_psshfs/subr.c
481
struct psshfs_dir *pd;
usr.sbin/puffs/mount_psshfs/subr.c
504
struct psshfs_dir *dent;
usr.sbin/puffs/mount_psshfs/subr.c
533
struct psshfs_dir *pd;
usr.sbin/puffs/mount_psshfs/subr.c
65
psn->denttot * sizeof(struct psshfs_dir));
usr.sbin/puffs/mount_psshfs/subr.c
66
memset(psn->dir + oldtot, 0, ENTRYCHUNK * sizeof(struct psshfs_dir));
usr.sbin/puffs/mount_psshfs/subr.c
97
struct psshfs_dir *
usr.sbin/puffs/mount_psshfs/subr.c
98
lookup(struct psshfs_dir *bdir, size_t ndir, const char *name)