Searched defs:fuse_entry_out (Results 1 – 1 of 1) sorted by relevance
287 struct fuse_entry_out { struct288 __u64 nodeid; /* Inode ID */289 __u64 generation; /* Inode generation: nodeid:gen must291 __u64 entry_valid; /* Cache timeout for the name */292 __u64 attr_valid; /* Cache timeout for the attributes */293 __u32 entry_valid_nsec;294 __u32 attr_valid_nsec;295 struct fuse_attr attr;