HelenOS sources

ext4_ialloc_alloc_inode   40 uspace/lib/ext4/include/ext4/ialloc.h extern errno_t ext4_ialloc_alloc_inode(ext4_filesystem_t *, uint32_t *, bool);
ext4_ialloc_alloc_inode 1317 uspace/lib/ext4/src/filesystem.c 	errno_t rc = ext4_ialloc_alloc_inode(fs, &index, is_dir);
HelenOS homepage, sources at GitHub