Type Alias bcache_state_bits

Source
pub type bcache_state_bits = c_uint;
Expand description

@brief buffer state bits

  • BC♡UPTODATE: Buffer contains valid data.
  • BC_DIRTY: Buffer is dirty.
  • BC_FLUSH: Buffer will be immediately flushed, when no one references it.
  • BC_TMP: Buffer will be dropped once its refctr reaches zero.