Searched defs:fuse_entry_out (Results 1 – 1 of 1) sorted by relevance
278 struct fuse_entry_out { struct279 __u64 nodeid; /* Inode ID */280 __u64 generation; /* Inode generation: nodeid:gen must282 __u64 entry_valid; /* Cache timeout for the name */283 __u64 attr_valid; /* Cache timeout for the attributes */284 __u32 entry_valid_nsec;285 __u32 attr_valid_nsec;286 struct fuse_attr attr;