Searched defs:fuse_entry_out (Results 1 – 1 of 1) sorted by relevance
644 struct fuse_entry_out { struct645 uint64_t nodeid; /* Inode ID */646 uint64_t generation; /* Inode generation: nodeid:gen must648 uint64_t entry_valid; /* Cache timeout for the name */649 uint64_t attr_valid; /* Cache timeout for the attributes */650 uint32_t entry_valid_nsec;651 uint32_t attr_valid_nsec;652 struct fuse_attr attr;