Searched refs:cachefiles_io_error (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/fs/cachefiles/ |
D | namei.c | 296 cachefiles_io_error(cache, "Unlink security error"); in cachefiles_bury_object() 307 cachefiles_io_error(cache, "Unlink failed"); in cachefiles_bury_object() 337 cachefiles_io_error(cache, "Graveyard no longer a directory"); in cachefiles_bury_object() 343 cachefiles_io_error(cache, "May not make directory loop"); in cachefiles_bury_object() 349 cachefiles_io_error(cache, "Mountpoint in cache"); in cachefiles_bury_object() 362 cachefiles_io_error(cache, "Lookup error %ld", in cachefiles_bury_object() 378 cachefiles_io_error(cache, "Mountpoint in graveyard"); in cachefiles_bury_object() 386 cachefiles_io_error(cache, "May not make directory loop"); in cachefiles_bury_object() 397 cachefiles_io_error(cache, "Rename security error %d", ret); in cachefiles_bury_object() 402 cachefiles_io_error(cache, in cachefiles_bury_object() [all …]
|
D | internal.h | 247 #define cachefiles_io_error(___cache, FMT, ...) \ macro 260 cachefiles_io_error(___cache, FMT, ##__VA_ARGS__); \
|
D | xattr.c | 284 cachefiles_io_error(cache, in cachefiles_remove_object_xattr()
|
D | interface.c | 367 cachefiles_io_error(cache, in cachefiles_sync_cache()
|
D | daemon.c | 700 cachefiles_io_error(cache, "statfs failed"); in cachefiles_has_space()
|