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

  /src/sys/ufs/chfs/
chfs_malloc.c 274 struct chfs_dirent*
277 struct chfs_dirent *ret;
278 size_t size = sizeof(struct chfs_dirent) + namesize;
287 chfs_free_dirent(struct chfs_dirent *dirent)
289 size_t size = sizeof(struct chfs_dirent) + dirent->nsize + 1;
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_inode.h 91 struct chfs_dirent *fd; /* full dirent of this node */
chfs_build.c 72 struct chfs_dirent *fd, *tmpfd;
115 struct chfs_dirent *fd, *tmpfd;
212 struct chfs_dirent *fd, *tmpfd;
chfs_subr.c 103 struct chfs_dirent *
107 struct chfs_dirent *fd;
chfs_scan.c 180 struct chfs_vnode_cache *vc, struct chfs_dirent *fd)
211 struct chfs_dirent *new, struct chfs_vnode_cache *pvc)
216 struct chfs_dirent *fd, *tmpfd;
283 struct chfs_dirent *fd;
chfs_gc.c 56 struct chfs_dirent *);
59 struct chfs_dirent *);
306 struct chfs_dirent *fd, *tmpfd;
854 struct chfs_dirent *fd = NULL;
954 struct chfs_dirent *fd)
989 struct chfs_dirent *fd)
chfs_write.c 158 struct chfs_inode *ip, struct chfs_dirent *fd,
421 struct chfs_dirent *newfd = NULL;
469 struct chfs_dirent *fd, *tmpfd;
chfs_vnode.c 146 struct chfs_dirent *fd;
203 struct chfs_dirent *nfd;
chfs_nodeops.c 174 struct chfs_inode *parent, struct chfs_dirent *new)
176 struct chfs_dirent *fd, *tmpfd;
chfs_vnops.c 64 struct chfs_dirent* fd;
1140 struct chfs_dirent *fd;
1230 struct chfs_dirent *fd;
1347 struct chfs_dirent *fd;
1503 struct chfs_dirent *fd;

Completed in 19 milliseconds