Lines Matching refs:opflags
55 static inline uint32_t _to_msg_flags(uint32_t opflags) { in _to_msg_flags() argument
58 if (opflags & STORAGE_OP_COMPLETE) in _to_msg_flags()
61 if (opflags & STORAGE_OP_CHECKPOINT) { in _to_msg_flags()
68 if (opflags & STORAGE_OP_FS_REPAIRED_ACK) { in _to_msg_flags()
276 uint32_t opflags) { in storage_open_file() argument
278 .flags = _to_msg_flags(opflags)}; in storage_open_file()
318 uint32_t opflags) { in storage_move_file() argument
323 .flags = _to_msg_flags(opflags), in storage_move_file()
344 uint32_t opflags) { in storage_delete_file() argument
346 .flags = _to_msg_flags(opflags)}; in storage_delete_file()
550 uint32_t opflags) { in storage_write() argument
555 uint32_t msg_flags = _to_msg_flags(opflags & ~STORAGE_OP_COMPLETE); in storage_write()
561 msg_flags = _to_msg_flags(opflags); in storage_write()
580 uint32_t opflags) { in storage_set_file_size() argument
582 .flags = _to_msg_flags(opflags)}; in storage_set_file_size()