Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dfuse.h381 struct fuse_entry_out { struct
382 uint64_t nodeid; /* Inode ID */
383 uint64_t generation; /* Inode generation: nodeid:gen must
385 uint64_t entry_valid; /* Cache timeout for the name */
386 uint64_t attr_valid; /* Cache timeout for the attributes */
387 uint32_t entry_valid_nsec;
388 uint32_t attr_valid_nsec;
389 struct fuse_attr attr;