Searched defs:fuse_entry_out (Results 1 – 4 of 4) sorted by relevance
667 struct fuse_entry_out { struct668 uint64_t nodeid; /* Inode ID */669 uint64_t generation; /* Inode generation: nodeid:gen must671 uint64_t entry_valid; /* Cache timeout for the name */672 uint64_t attr_valid; /* Cache timeout for the attributes */673 uint32_t entry_valid_nsec;674 uint32_t attr_valid_nsec;675 struct fuse_attr attr;
668 struct fuse_entry_out { struct669 uint64_t nodeid; /* Inode ID */670 uint64_t generation; /* Inode generation: nodeid:gen must672 uint64_t entry_valid; /* Cache timeout for the name */673 uint64_t attr_valid; /* Cache timeout for the attributes */674 uint32_t entry_valid_nsec;675 uint32_t attr_valid_nsec;676 struct fuse_attr attr;
62672 struct fuse_entry_out { struct62673 uint64_t nodeid;62674 uint64_t generation;62675 uint64_t entry_valid;62676 uint64_t attr_valid;62677 uint32_t entry_valid_nsec;62678 uint32_t attr_valid_nsec;62679 struct fuse_attr attr;