Home | History | Annotate | Download | only in chfs

Lines Matching defs:chfs_dirent

74 TAILQ_HEAD(chfs_dirent_list, chfs_dirent);
189 /* struct chfs_dirent - full representation of a directory entry */
190 struct chfs_dirent
193 TAILQ_ENTRY(chfs_dirent) fds; /* directory entries */
473 struct chfs_vnode_cache *, struct chfs_dirent *);
475 struct chfs_dirent *, struct chfs_vnode_cache *);
493 struct chfs_inode *, struct chfs_dirent *);
538 struct chfs_dirent* chfs_alloc_dirent(int);
539 void chfs_free_dirent(struct chfs_dirent *);
651 struct chfs_inode *, struct chfs_dirent *, ino_t, int);
661 struct chfs_dirent * chfs_dir_lookup(struct chfs_inode *,