Lines Matching refs:atomic_long_t
646 atomic_long_t inflight_writes; /* Inflight writes (user and gc) */
647 atomic_long_t padded_writes; /* Sectors padded due to flush/fua */
648 atomic_long_t padded_wb; /* Sectors padded in write buffer */
649 atomic_long_t req_writes; /* Sectors stored on write buffer */
650 atomic_long_t sub_writes; /* Sectors submitted from buffer */
651 atomic_long_t sync_writes; /* Sectors synced to media */
652 atomic_long_t inflight_reads; /* Inflight sector read requests */
653 atomic_long_t cache_reads; /* Read requests that hit the cache */
654 atomic_long_t sync_reads; /* Completed sector read requests */
655 atomic_long_t recov_writes; /* Sectors submitted from recovery */
656 atomic_long_t recov_gc_writes; /* Sectors submitted from write GC */
657 atomic_long_t recov_gc_reads; /* Sectors submitted from read GC */
662 atomic_long_t read_failed;
663 atomic_long_t read_empty;
664 atomic_long_t read_high_ecc;
665 atomic_long_t read_failed_gc;
666 atomic_long_t write_failed;
667 atomic_long_t erase_failed;