Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dfuse.h287 struct fuse_entry_out { struct
288 __u64 nodeid; /* Inode ID */
289 __u64 generation; /* Inode generation: nodeid:gen must
291 __u64 entry_valid; /* Cache timeout for the name */
292 __u64 attr_valid; /* Cache timeout for the attributes */
293 __u32 entry_valid_nsec;
294 __u32 attr_valid_nsec;
295 struct fuse_attr attr;