HelenOS sources

ext4_filesystem_alloc_inode   59 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_alloc_inode(ext4_filesystem_t *, ext4_inode_ref_t **,
ext4_filesystem_alloc_inode  177 uspace/lib/ext4/src/filesystem.c 	rc = ext4_filesystem_alloc_inode(fs, &inode_ref, L_DIRECTORY);
ext4_filesystem_alloc_inode  453 uspace/lib/ext4/src/ops.c 	rc = ext4_filesystem_alloc_inode(inst->filesystem, &inode_ref, flags);
HelenOS homepage, sources at GitHub