Lines Matching defs:__u64
40 #define __u64 uint64_t
79 __u64 ino;
80 __u64 size;
81 __u64 blocks;
82 __u64 atime;
83 __u64 mtime;
84 __u64 ctime;
93 __u64 filling; /* JPA needed for minor >= 12, but meaning unknown */
97 __u64 blocks;
98 __u64 bfree;
99 __u64 bavail;
100 __u64 files;
101 __u64 ffree;
110 __u64 start;
111 __u64 end;
200 __u64 nodeid; /* Inode ID */
201 __u64 generation; /* Inode generation: nodeid:gen must
203 __u64 entry_valid; /* Cache timeout for the name */
204 __u64 attr_valid; /* Cache timeout for the attributes */
211 __u64 nlookup;
217 __u64 attr_valid; /* Cache timeout for the attributes */
238 __u64 newdir;
242 __u64 oldnodeid;
248 __u64 fh;
249 __u64 size;
250 __u64 unused1;
251 __u64 atime;
252 __u64 mtime;
253 __u64 unused2;
277 __u64 fh;
283 __u64 fh;
286 __u64 lock_owner;
290 __u64 fh;
293 __u64 lock_owner;
297 __u64 fh;
298 __u64 offset;
306 __u64 fh;
307 __u64 offset;
310 __u64 lock_owner; /* JPA */
327 __u64 fh;
348 __u64 fh;
349 __u64 owner;
379 __u64 unique;
383 __u64 block;
389 __u64 block;
393 __u64 fh;
396 __u64 arg;
402 __u64 base;
403 __u64 len;
416 __u64 unique;
417 __u64 nodeid;
427 __u64 unique;
431 __u64 ino;
432 __u64 off;
439 #define FUSE_DIRENT_ALIGN(x) (((x) + sizeof(__u64) - 1) & ~(sizeof(__u64) - 1))