___cache 259 fs/cachefiles/internal.h #define cachefiles_io_error(___cache, FMT, ...) \ ___cache 262 fs/cachefiles/internal.h fscache_io_error(&(___cache)->cache); \ ___cache 263 fs/cachefiles/internal.h set_bit(CACHEFILES_DEAD, &(___cache)->flags); \ ___cache 268 fs/cachefiles/internal.h struct cachefiles_cache *___cache; \ ___cache 270 fs/cachefiles/internal.h ___cache = container_of((object)->fscache.cache, \ ___cache 272 fs/cachefiles/internal.h cachefiles_io_error(___cache, FMT, ##__VA_ARGS__); \