Home
last modified time | relevance | path

Searched refs:IO_ERROR_SHIFT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dio.c121 unsigned int errors = atomic_add_return(1 << IO_ERROR_SHIFT, in bch_count_io_errors()
123 errors >>= IO_ERROR_SHIFT; in bch_count_io_errors() local
H A Dbcache.h464 #define IO_ERROR_SHIFT 20 macro
H A Dsysfs.c1030 atomic_read(&ca->io_errors) >> IO_ERROR_SHIFT); in SHOW()
/kernel/linux/linux-6.6/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() local
H A Dbcache.h472 #define IO_ERROR_SHIFT 20 macro
H A Dsysfs.c1053 atomic_read(&ca->io_errors) >> IO_ERROR_SHIFT); in SHOW()

Completed in 7 milliseconds