Home
last modified time | relevance | path

Searched defs:lo_inode (Results 1 – 1 of 1) sorted by relevance

/third_party/libfuse/example/
Dpassthrough_ll.c71 struct lo_inode { struct
72 struct lo_inode *next; /* protected by lo->mutex */ argument
73 struct lo_inode *prev; /* protected by lo->mutex */ argument
96 struct lo_inode root; /* protected by lo->mutex */ argument
150 static struct lo_inode *lo_inode(fuse_req_t req, fuse_ino_t ino) in lo_inode() function