HelenOS sources

ext4_filesystem_get_inode_ref   56 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_get_inode_ref(ext4_filesystem_t *, uint32_t,
ext4_filesystem_get_inode_ref  216 uspace/lib/ext4/src/filesystem.c 	rc = ext4_filesystem_get_inode_ref(fs, EXT4_INODE_ROOT_INDEX,
ext4_filesystem_get_inode_ref  332 uspace/lib/ext4/src/filesystem.c 			rc = ext4_filesystem_get_inode_ref(fs, idx,
ext4_filesystem_get_inode_ref 1228 uspace/lib/ext4/src/filesystem.c 	errno_t rc = ext4_filesystem_get_inode_ref(fs, index, inode_ref);
ext4_filesystem_get_inode_ref  323 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_filesystem_get_inode_ref(inst->filesystem, index,
ext4_filesystem_get_inode_ref 1046 uspace/lib/ext4/src/ops.c 	rc = ext4_filesystem_get_inode_ref(inst->filesystem, index, &inode_ref);
HelenOS homepage, sources at GitHub