ialloc             40 defs.h         struct inode*   ialloc(uint, short);
ialloc             41 mkfs.c         uint ialloc(ushort type);
ialloc            117 mkfs.c           rootino = ialloc(T_DIR);
ialloc            145 mkfs.c             inum = ialloc(T_FILE);
ialloc            258 sysfile.c        if((ip = ialloc(dp->dev, type)) == 0)