HelenOS sources

ext4_filesystem_put_inode_ref   58 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_put_inode_ref(ext4_inode_ref_t *);
ext4_filesystem_put_inode_ref  198 uspace/lib/ext4/src/filesystem.c 	rc = ext4_filesystem_put_inode_ref(inode_ref);
ext4_filesystem_put_inode_ref  241 uspace/lib/ext4/src/filesystem.c 	rc = ext4_filesystem_put_inode_ref(inode_ref);
ext4_filesystem_put_inode_ref  322 uspace/lib/ext4/src/filesystem.c 			rc = ext4_filesystem_put_inode_ref(inode_ref);
ext4_filesystem_put_inode_ref  340 uspace/lib/ext4/src/filesystem.c 			rc = ext4_filesystem_put_inode_ref(inode_ref);
ext4_filesystem_put_inode_ref  363 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_filesystem_put_inode_ref(enode->inode_ref);
ext4_filesystem_put_inode_ref 1067 uspace/lib/ext4/src/ops.c 	errno_t const rc2 = ext4_filesystem_put_inode_ref(inode_ref);
HelenOS homepage, sources at GitHub