Searched defs:fuse_entry_out (Results 1 – 1 of 1) sorted by relevance
398 struct fuse_entry_out { struct399 uint64_t nodeid; /* Inode ID */400 uint64_t generation; /* Inode generation: nodeid:gen must402 uint64_t entry_valid; /* Cache timeout for the name */403 uint64_t attr_valid; /* Cache timeout for the attributes */404 uint32_t entry_valid_nsec;405 uint32_t attr_valid_nsec;406 struct fuse_attr attr;