Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dfuse.h593 struct fuse_entry_out { struct
594 uint64_t nodeid; /* Inode ID */
595 uint64_t generation; /* Inode generation: nodeid:gen must
597 uint64_t entry_valid; /* Cache timeout for the name */
598 uint64_t attr_valid; /* Cache timeout for the attributes */
599 uint32_t entry_valid_nsec;
600 uint32_t attr_valid_nsec;
601 struct fuse_attr attr;
/external/libfuse/include/
Dfuse_kernel.h579 struct fuse_entry_out { struct
580 uint64_t nodeid; /* Inode ID */
581 uint64_t generation; /* Inode generation: nodeid:gen must
583 uint64_t entry_valid; /* Cache timeout for the name */
584 uint64_t attr_valid; /* Cache timeout for the attributes */
585 uint32_t entry_valid_nsec;
586 uint32_t attr_valid_nsec;
587 struct fuse_attr attr;