Home
last modified time | relevance | path

Searched defs:fuse_entry_out (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/uapi/linux/
Dfuse.h406 struct fuse_entry_out { struct
407 uint64_t nodeid; /* Inode ID */
408 uint64_t generation; /* Inode generation: nodeid:gen must
410 uint64_t entry_valid; /* Cache timeout for the name */
411 uint64_t attr_valid; /* Cache timeout for the attributes */
412 uint32_t entry_valid_nsec;
413 uint32_t attr_valid_nsec;
414 struct fuse_attr attr;