EXT2FS_DIRSIZ     318 ufs/ext2fs/ext2fs_lookup.c 		slotneeded = EXT2FS_DIRSIZ(cnp->cn_namelen);
EXT2FS_DIRSIZ     404 ufs/ext2fs/ext2fs_lookup.c 				size -= EXT2FS_DIRSIZ(ep->e2d_namlen);
EXT2FS_DIRSIZ     533 ufs/ext2fs/ext2fs_lookup.c 	if (entryoffsetinblock + EXT2FS_DIRSIZ(ep->e2d_namlen)
EXT2FS_DIRSIZ     537 ufs/ext2fs/ext2fs_lookup.c 			entryoffsetinblock + EXT2FS_DIRSIZ(ep->e2d_namlen));
EXT2FS_DIRSIZ     709 ufs/ext2fs/ext2fs_lookup.c 		if (reclen < EXT2FS_DIRSIZ(1)) /* e2d_namlen = 1 */
EXT2FS_DIRSIZ     713 ufs/ext2fs/ext2fs_lookup.c 		else if (reclen < EXT2FS_DIRSIZ(namlen))
EXT2FS_DIRSIZ     770 ufs/ext2fs/ext2fs_lookup.c 	newentrysize = EXT2FS_DIRSIZ(cnp->cn_namelen);
EXT2FS_DIRSIZ     828 ufs/ext2fs/ext2fs_lookup.c 	dsize = EXT2FS_DIRSIZ(ep->e2d_namlen);
EXT2FS_DIRSIZ     840 ufs/ext2fs/ext2fs_lookup.c 		dsize = EXT2FS_DIRSIZ(nep->e2d_namlen);