Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dfuse.h667 struct fuse_entry_out { struct
668 uint64_t nodeid; /* Inode ID */
669 uint64_t generation; /* Inode generation: nodeid:gen must
671 uint64_t entry_valid; /* Cache timeout for the name */
672 uint64_t attr_valid; /* Cache timeout for the attributes */
673 uint32_t entry_valid_nsec;
674 uint32_t attr_valid_nsec;
675 struct fuse_attr attr;
/external/libfuse/include/
Dfuse_kernel.h668 struct fuse_entry_out { struct
669 uint64_t nodeid; /* Inode ID */
670 uint64_t generation; /* Inode generation: nodeid:gen must
672 uint64_t entry_valid; /* Cache timeout for the name */
673 uint64_t attr_valid; /* Cache timeout for the attributes */
674 uint32_t entry_valid_nsec;
675 uint32_t attr_valid_nsec;
676 struct fuse_attr attr;
/external/bcc/libbpf-tools/x86/
Dvmlinux.h62672 struct fuse_entry_out { struct
62673 uint64_t nodeid;
62674 uint64_t generation;
62675 uint64_t entry_valid;
62676 uint64_t attr_valid;
62677 uint32_t entry_valid_nsec;
62678 uint32_t attr_valid_nsec;
62679 struct fuse_attr attr;
Dvmlinux_518.h62672 struct fuse_entry_out { struct
62673 uint64_t nodeid;
62674 uint64_t generation;
62675 uint64_t entry_valid;
62676 uint64_t attr_valid;
62677 uint32_t entry_valid_nsec;
62678 uint32_t attr_valid_nsec;
62679 struct fuse_attr attr;