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

  /src/sys/ufs/chfs/
chfs.h 74 TAILQ_HEAD(chfs_dirent_list, chfs_dirent);
189 /* struct chfs_dirent - full representation of a directory entry */
190 struct chfs_dirent struct
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)
    [all...]
chfs.h 74 TAILQ_HEAD(chfs_dirent_list, chfs_dirent);
189 /* struct chfs_dirent - full representation of a directory entry */
190 struct chfs_dirent struct
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)
    [all...]
chfs.h 74 TAILQ_HEAD(chfs_dirent_list, chfs_dirent);
189 /* struct chfs_dirent - full representation of a directory entry */
190 struct chfs_dirent struct
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)
    [all...]

Completed in 32 milliseconds