Lines Matching refs:__u64
44 __u64 ino;
45 __u64 size;
46 __u64 blocks;
47 __u64 atime;
48 __u64 mtime;
49 __u64 ctime;
63 __u64 blocks;
64 __u64 bfree;
65 __u64 bavail;
66 __u64 files;
67 __u64 ffree;
76 __u64 start;
77 __u64 end;
188 __u64 nodeid; /* Inode ID */
189 __u64 generation; /* Inode generation: nodeid:gen must
191 __u64 entry_valid; /* Cache timeout for the name */
192 __u64 attr_valid; /* Cache timeout for the attributes */
199 __u64 nlookup;
205 __u64 fh;
211 __u64 attr_valid; /* Cache timeout for the attributes */
228 __u64 newdir;
232 __u64 oldnodeid;
238 __u64 fh;
239 __u64 size;
240 __u64 lock_owner;
241 __u64 atime;
242 __u64 mtime;
243 __u64 unused2;
260 __u64 fh;
266 __u64 fh;
269 __u64 lock_owner;
273 __u64 fh;
276 __u64 lock_owner;
280 __u64 fh;
281 __u64 offset;
284 __u64 lock_owner;
292 __u64 fh;
293 __u64 offset;
296 __u64 lock_owner;
313 __u64 fh;
334 __u64 fh;
335 __u64 owner;
367 __u64 unique;
371 __u64 block;
377 __u64 block;
383 __u64 unique;
384 __u64 nodeid;
394 __u64 unique;
398 __u64 ino;
399 __u64 off;
406 #define FUSE_DIRENT_ALIGN(x) (((x) + sizeof(__u64) - 1) & ~(sizeof(__u64) - 1))