Home
last modified time | relevance | path

Searched refs:__u64 (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/include/snapuserd/
H A Dsnapuserd_kernel.h44 typedef __u64 sector_t;
82 __u64 seq;
83 __u64 type;
84 __u64 flags;
85 __u64 sector;
86 __u64 len;
/aosp14/system/core/trusty/libtrusty/include/trusty/
H A Dipc.h68 __u64 iov;
69 __u64 shm;
70 __u64 iov_cnt;
71 __u64 shm_cnt;
/aosp14/system/core/fs_mgr/tools/
H A Ddmuserd.cpp18 #define SECTOR_SIZE ((__u64)512)
68 __u64 seq;
69 __u64 type;
70 __u64 flags;
71 __u64 sector;
72 __u64 len;
116 int not_splice(int from, int to, __u64 count) { in not_splice()
119 __u64 max = count > BUFFER_BYTES ? BUFFER_BYTES : count; in not_splice()
153 __u64 type; in simple_daemon()
/aosp14/system/core/trusty/libtrusty/
H A Dtrusty.c58 req.iov = (__u64)iov; in tipc_send()
59 req.iov_cnt = (__u64)iovcnt; in tipc_send()
60 req.shm = (__u64)shms; in tipc_send()
61 req.shm_cnt = (__u64)shmcnt; in tipc_send()
/aosp14/system/core/libsparse/
H A Dsparse_defs.h31 #define __u64 u64 macro
/aosp14/system/core/libsync/
H A Dsync.c245 info->sync_fence_info = (__u64)(uintptr_t)(info + 1); in modern_sync_file_info()
305 info->sync_fence_info = (__u64)(uintptr_t)(info + 1); in legacy_fence_info_to_sync_file_info()