chfs_alloc_dirent
struct chfs_dirent* chfs_alloc_dirent(int);
fd = chfs_alloc_dirent(namelen + 1);
fd = chfs_alloc_dirent(chfdn.nsize + 1);
nfd = chfs_alloc_dirent(cnp->cn_namelen + 1);
newfd = chfs_alloc_dirent(namelen + 1);