Searched defs:fuse_entry_out (Results 1 – 1 of 1) sorted by relevance
404 struct fuse_entry_out { struct405 uint64_t nodeid; /* Inode ID */406 uint64_t generation; /* Inode generation: nodeid:gen must408 uint64_t entry_valid; /* Cache timeout for the name */409 uint64_t attr_valid; /* Cache timeout for the attributes */410 uint32_t entry_valid_nsec;411 uint32_t attr_valid_nsec;412 struct fuse_attr attr;