Searched defs:lo_inode (Results 1 – 1 of 1) sorted by relevance
71 struct lo_inode { struct72 struct lo_inode *next; /* protected by lo->mutex */ argument73 struct lo_inode *prev; /* protected by lo->mutex */ argument96 struct lo_inode root; /* protected by lo->mutex */ argument150 static struct lo_inode *lo_inode(fuse_req_t req, fuse_ino_t ino) in lo_inode() function