HelenOS sources

ext4_ialloc_free_inode   39 uspace/lib/ext4/include/ext4/ialloc.h extern errno_t ext4_ialloc_free_inode(ext4_filesystem_t *, uint32_t, bool);
ext4_ialloc_free_inode 1230 uspace/lib/ext4/src/filesystem.c 		ext4_ialloc_free_inode(fs, index, is_dir);
ext4_ialloc_free_inode 1323 uspace/lib/ext4/src/filesystem.c 		ext4_ialloc_free_inode(fs, index, is_dir);
ext4_ialloc_free_inode 1355 uspace/lib/ext4/src/filesystem.c 		ext4_ialloc_free_inode(fs, index, is_dir);
ext4_ialloc_free_inode 1508 uspace/lib/ext4/src/filesystem.c 		rc = ext4_ialloc_free_inode(fs, inode_ref->index, true);
ext4_ialloc_free_inode 1510 uspace/lib/ext4/src/filesystem.c 		rc = ext4_ialloc_free_inode(fs, inode_ref->index, false);
HelenOS homepage, sources at GitHub