Searched defs:fuse_attr (Results 1 – 2 of 2) sorted by relevance
78 struct fuse_attr { struct79 __u64 ino;80 __u64 size;81 __u64 blocks;82 __u64 atime;83 __u64 mtime;84 __u64 ctime;85 __u32 atimensec;86 __u32 mtimensec;87 __u32 ctimensec;[all …]
252 struct fuse_attr { struct253 uint64_t ino;254 uint64_t size;255 uint64_t blocks;256 uint64_t atime;257 uint64_t mtime;258 uint64_t ctime;259 uint32_t atimensec;260 uint32_t mtimensec;261 uint32_t ctimensec;[all …]