Symbol: chfs_dirent
sys/ufs/chfs/chfs.h
193
TAILQ_ENTRY(chfs_dirent) fds; /* directory entries */
sys/ufs/chfs/chfs.h
473
struct chfs_vnode_cache *, struct chfs_dirent *);
sys/ufs/chfs/chfs.h
475
struct chfs_dirent *, struct chfs_vnode_cache *);
sys/ufs/chfs/chfs.h
493
struct chfs_inode *, struct chfs_dirent *);
sys/ufs/chfs/chfs.h
538
struct chfs_dirent* chfs_alloc_dirent(int);
sys/ufs/chfs/chfs.h
539
void chfs_free_dirent(struct chfs_dirent *);
sys/ufs/chfs/chfs.h
651
struct chfs_inode *, struct chfs_dirent *, ino_t, int);
sys/ufs/chfs/chfs.h
661
struct chfs_dirent * chfs_dir_lookup(struct chfs_inode *,
sys/ufs/chfs/chfs.h
74
TAILQ_HEAD(chfs_dirent_list, chfs_dirent);
sys/ufs/chfs/chfs_build.c
115
struct chfs_dirent *fd, *tmpfd;
sys/ufs/chfs/chfs_build.c
212
struct chfs_dirent *fd, *tmpfd;
sys/ufs/chfs/chfs_build.c
72
struct chfs_dirent *fd, *tmpfd;
sys/ufs/chfs/chfs_gc.c
306
struct chfs_dirent *fd, *tmpfd;
sys/ufs/chfs/chfs_gc.c
56
struct chfs_dirent *);
sys/ufs/chfs/chfs_gc.c
59
struct chfs_dirent *);
sys/ufs/chfs/chfs_gc.c
854
struct chfs_dirent *fd = NULL;
sys/ufs/chfs/chfs_gc.c
954
struct chfs_dirent *fd)
sys/ufs/chfs/chfs_gc.c
989
struct chfs_dirent *fd)
sys/ufs/chfs/chfs_inode.h
91
struct chfs_dirent *fd; /* full dirent of this node */
sys/ufs/chfs/chfs_malloc.c
274
struct chfs_dirent*
sys/ufs/chfs/chfs_malloc.c
277
struct chfs_dirent *ret;
sys/ufs/chfs/chfs_malloc.c
278
size_t size = sizeof(struct chfs_dirent) + namesize;
sys/ufs/chfs/chfs_malloc.c
287
chfs_free_dirent(struct chfs_dirent *dirent)
sys/ufs/chfs/chfs_malloc.c
289
size_t size = sizeof(struct chfs_dirent) + dirent->nsize + 1;
sys/ufs/chfs/chfs_nodeops.c
174
struct chfs_inode *parent, struct chfs_dirent *new)
sys/ufs/chfs/chfs_nodeops.c
176
struct chfs_dirent *fd, *tmpfd;
sys/ufs/chfs/chfs_scan.c
180
struct chfs_vnode_cache *vc, struct chfs_dirent *fd)
sys/ufs/chfs/chfs_scan.c
211
struct chfs_dirent *new, struct chfs_vnode_cache *pvc)
sys/ufs/chfs/chfs_scan.c
216
struct chfs_dirent *fd, *tmpfd;
sys/ufs/chfs/chfs_scan.c
283
struct chfs_dirent *fd;
sys/ufs/chfs/chfs_subr.c
103
struct chfs_dirent *
sys/ufs/chfs/chfs_subr.c
107
struct chfs_dirent *fd;
sys/ufs/chfs/chfs_vnode.c
146
struct chfs_dirent *fd;
sys/ufs/chfs/chfs_vnode.c
203
struct chfs_dirent *nfd;
sys/ufs/chfs/chfs_vnops.c
1140
struct chfs_dirent *fd;
sys/ufs/chfs/chfs_vnops.c
1230
struct chfs_dirent *fd;
sys/ufs/chfs/chfs_vnops.c
1347
struct chfs_dirent *fd;
sys/ufs/chfs/chfs_vnops.c
1503
struct chfs_dirent *fd;
sys/ufs/chfs/chfs_vnops.c
64
struct chfs_dirent* fd;
sys/ufs/chfs/chfs_write.c
158
struct chfs_inode *ip, struct chfs_dirent *fd,
sys/ufs/chfs/chfs_write.c
421
struct chfs_dirent *newfd = NULL;
sys/ufs/chfs/chfs_write.c
469
struct chfs_dirent *fd, *tmpfd;