Searched defs:fuse_node (Results 1 – 1 of 1) sorted by relevance
107 struct fuse_node { struct112 struct fuse_node *pfnp; argument113 struct mtx node_lock;114 struct lockf advlock;116 uint64_t ino;117 enum vtype type;118 size_t size;119 uint64_t nlookup;120 uint64_t fh;121 bool closed; /* XXX associated with closed fh */[all …]