Searched refs:_write_op (Results 1 – 1 of 1) sorted by relevance
/third_party/iowow/src/kv/ |
D | iwal.c | 197 IW_INLINE iwrc _write_op(IWAL *wal, const void *op, off_t oplen, const uint8_t *data, off_t len) { in _write_op() function 244 return _write_op((IWAL*) self, &wb, sizeof(wb), 0, 0); in _onset() 259 return _write_op(wal, &wb, sizeof(wb), 0, 0); in _oncopy() 275 return _write_op(wal, &wb, sizeof(wb), buf, len); in _onwrite()
|