HelenOS sources
ext4_directory_remove_entry 67 uspace/lib/ext4/include/ext4/directory.h extern errno_t ext4_directory_remove_entry(ext4_inode_ref_t *, const char *);
ext4_directory_remove_entry 560 uspace/lib/ext4/src/ops.c ext4_directory_remove_entry(parent->inode_ref, name);
ext4_directory_remove_entry 567 uspace/lib/ext4/src/ops.c ext4_directory_remove_entry(parent->inode_ref, name);
ext4_directory_remove_entry 568 uspace/lib/ext4/src/ops.c ext4_directory_remove_entry(child->inode_ref, ".");
ext4_directory_remove_entry 624 uspace/lib/ext4/src/ops.c rc = ext4_directory_remove_entry(parent, name);
HelenOS homepage, sources at GitHub