Lines Matching defs:fuse_node
107 struct fuse_node { struct
112 struct fuse_node *pfnp; argument
113 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 */
122 int modified : 1; /* file modified */
123 int changed : 1; /* file inode changed */
124 int accessed : 1; /* file accessed */
125 int attrgood : 1; /* have valid attributes */
126 int sizeoverride : 1; /* override attr size with fnp->size */