Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dfuse.h301 struct fuse_entry_out { struct
302 __u64 nodeid; /* Inode ID */
303 __u64 generation; /* Inode generation: nodeid:gen must
305 __u64 entry_valid; /* Cache timeout for the name */
306 __u64 attr_valid; /* Cache timeout for the attributes */
307 __u32 entry_valid_nsec;
308 __u32 attr_valid_nsec;
309 struct fuse_attr attr;