Searched defs:fuse_entry_out (Results 1 – 1 of 1) sorted by relevance
677 struct fuse_entry_out { struct678 uint64_t nodeid; /* Inode ID */679 uint64_t generation; /* Inode generation: nodeid:gen must681 uint64_t entry_valid; /* Cache timeout for the name */682 uint64_t attr_valid; /* Cache timeout for the attributes */683 uint32_t entry_valid_nsec;684 uint32_t attr_valid_nsec;685 struct fuse_attr attr;