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

  /src/sys/ufs/chfs/
chfs_vnode.c 164 fd = chfs_alloc_dirent(chfdn.nsize + 1);
285 nfd = chfs_alloc_dirent(cnp->cn_namelen + 1);
chfs_malloc.c 273 /* chfs_alloc_dirent - allocating a directory entry */
275 chfs_alloc_dirent(int namesize) function in typeref:struct:chfs_dirent *
chfs.h 538 struct chfs_dirent* chfs_alloc_dirent(int);
chfs_scan.c 299 fd = chfs_alloc_dirent(namelen + 1);
chfs_write.c 424 newfd = chfs_alloc_dirent(namelen + 1);

Completed in 16 milliseconds