Home
last modified time | relevance | path

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

/external/libfuse/include/
Dfuse_kernel.h449 struct fuse_entry_out { struct
450 uint64_t nodeid; /* Inode ID */
451 uint64_t generation; /* Inode generation: nodeid:gen must
453 uint64_t entry_valid; /* Cache timeout for the name */
454 uint64_t attr_valid; /* Cache timeout for the attributes */
455 uint32_t entry_valid_nsec;
456 uint32_t attr_valid_nsec;
457 struct fuse_attr attr;
/external/kernel-headers/original/uapi/linux/
Dfuse.h528 struct fuse_entry_out { struct
529 uint64_t nodeid; /* Inode ID */
530 uint64_t generation; /* Inode generation: nodeid:gen must
532 uint64_t entry_valid; /* Cache timeout for the name */
533 uint64_t attr_valid; /* Cache timeout for the attributes */
534 uint32_t entry_valid_nsec;
535 uint32_t attr_valid_nsec;
536 struct fuse_attr attr;