Home
last modified time | relevance | path

Searched refs:opflags (Results 1 – 2 of 2) sorted by relevance

/system/core/trusty/storage/lib/include/trusty/lib/
Dstorage.h77 const char *name, uint32_t flags, uint32_t opflags);
94 uint32_t opflags);
120 uint32_t opflags);
131 uint32_t opflags);
/system/core/trusty/storage/lib/
Dstorage.c47 static inline uint32_t _to_msg_flags(uint32_t opflags) in _to_msg_flags() argument
51 if (opflags & STORAGE_OP_COMPLETE) in _to_msg_flags()
144 uint32_t flags, uint32_t opflags) in storage_open_file() argument
146 struct storage_msg msg = { .cmd = STORAGE_FILE_OPEN, .flags = _to_msg_flags(opflags)}; in storage_open_file()
180 int storage_delete_file(storage_session_t session, const char *name, uint32_t opflags) in storage_delete_file() argument
182 struct storage_msg msg = { .cmd = STORAGE_FILE_DELETE, .flags = _to_msg_flags(opflags)}; in storage_delete_file()
239 const void *buf, size_t size, uint32_t opflags) in storage_write() argument
245 uint32_t msg_flags = _to_msg_flags(opflags & ~STORAGE_OP_COMPLETE); in storage_write()
251 msg_flags = _to_msg_flags(opflags); in storage_write()
268 int storage_set_file_size(file_handle_t fh, storage_off_t file_size, uint32_t opflags) in storage_set_file_size() argument
[all …]