Searched defs:fuse_entry_out (Results 1 – 1 of 1) sorted by relevance
545 struct fuse_entry_out { struct546 uint64_t nodeid; /* Inode ID */547 uint64_t generation; /* Inode generation: nodeid:gen must549 uint64_t entry_valid; /* Cache timeout for the name */550 uint64_t attr_valid; /* Cache timeout for the attributes */551 uint32_t entry_valid_nsec;552 uint32_t attr_valid_nsec;553 struct fuse_attr attr;
Completed in 8 milliseconds