Searched refs:cachefiles_error_injection_state (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/cachefiles/
H A Derror_inject.c11 unsigned int cachefiles_error_injection_state; variable
17 .data = &cachefiles_error_injection_state,
H A Dinternal.h196 extern unsigned int cachefiles_error_injection_state;
201 #define cachefiles_error_injection_state 0 macro
216 return cachefiles_error_injection_state & 2 ? -EIO : 0;
221 return cachefiles_error_injection_state & 2 ? -EIO :
222 cachefiles_error_injection_state & 1 ? -ENOSPC :
228 return cachefiles_error_injection_state & 2 ? -EIO : 0;

Completed in 210 milliseconds