Home
last modified time | relevance | path

Searched refs:IO_ERROR_SHIFT (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/bcache/
H A Dio.c122 unsigned int errors = atomic_add_return(1 << IO_ERROR_SHIFT, in bch_count_io_errors()
124 errors >>= IO_ERROR_SHIFT; in bch_count_io_errors()
H A Dbcache.h475 #define IO_ERROR_SHIFT 20 macro
H A Dsysfs.c1050 atomic_read(&ca->io_errors) >> IO_ERROR_SHIFT); in SHOW()