Searched defs:fuse_entry_out (Results 1 – 3 of 3) sorted by relevance
163 struct fuse_entry_out { struct164 uint64_t nodeid;165 uint64_t generation;166 uint64_t entry_valid;167 uint64_t attr_valid;168 uint32_t entry_valid_nsec;169 uint32_t attr_valid_nsec;170 struct fuse_attr attr;
506 struct fuse_entry_out { struct507 uint64_t nodeid; /* Inode ID */508 uint64_t generation; /* Inode generation: nodeid:gen must510 uint64_t entry_valid; /* Cache timeout for the name */511 uint64_t attr_valid; /* Cache timeout for the attributes */512 uint32_t entry_valid_nsec;513 uint32_t attr_valid_nsec;514 struct fuse_attr attr;
189 struct fuse_entry_out { struct190 uint64_t nodeid;191 uint64_t generation;192 uint64_t entry_valid;193 uint64_t attr_valid;194 uint32_t entry_valid_nsec;195 uint32_t attr_valid_nsec;196 struct fuse_attr attr;