Searched defs:fuse_entry_out (Results 1 – 1 of 1) sorted by relevance
682 struct fuse_entry_out { struct683 uint64_t nodeid; /* Inode ID */684 uint64_t generation; /* Inode generation: nodeid:gen must686 uint64_t entry_valid; /* Cache timeout for the name */687 uint64_t attr_valid; /* Cache timeout for the attributes */688 uint32_t entry_valid_nsec;689 uint32_t attr_valid_nsec;690 struct fuse_attr attr;