Searched refs:__u64 (Results 1 - 5 of 5) sorted by relevance

/system/core/sdcard/
H A Dfuse.h87 __u64 ino;
88 __u64 size;
89 __u64 blocks;
90 __u64 atime;
91 __u64 mtime;
92 __u64 ctime;
106 __u64 blocks;
107 __u64 bfree;
108 __u64 bavail;
109 __u64 file
[all...]
H A Dsdcard.c100 __u64 nid;
101 __u64 gen;
121 __u64 next_generation;
140 static inline void *id_to_ptr(__u64 nid)
145 static inline __u64 ptr_to_id(void *ptr)
147 return (__u64) (uintptr_t) ptr;
274 static void attr_from_stat(struct fuse_attr *attr, const struct stat *s, __u64 nid)
377 static struct node *lookup_node_by_id_locked(struct fuse *fuse, __u64 nid)
386 static struct node* lookup_node_and_path_by_id_locked(struct fuse* fuse, __u64 nid,
437 static void fuse_status(struct fuse *fuse, __u64 uniqu
[all...]
/system/core/libsparse/
H A Dsparse_defs.h31 #define __u64 u64 macro
/system/extras/ext4_utils/
H A Dext4.h180 __u64 block_bitmap;
181 __u64 inode_bitmap;
182 __u64 inode_table;
295 __u64 orig_start;
296 __u64 donor_start;
297 __u64 len;
298 __u64 moved_len;
H A Dext4_utils.h82 #define __u64 u64 macro

Completed in 106 milliseconds