#pragma once struct inode {//TODO }; int fsInodeUnref(struct inode *inode); int fsInodeRef(struct inode *inode);