Searched refs:cachefiles_io_error (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/cachefiles/ |
D | namei.c | 287 cachefiles_io_error(cache, "Unlink security error"); in cachefiles_bury_object() 298 cachefiles_io_error(cache, "Unlink failed"); in cachefiles_bury_object() 328 cachefiles_io_error(cache, "Graveyard no longer a directory"); in cachefiles_bury_object() 334 cachefiles_io_error(cache, "May not make directory loop"); in cachefiles_bury_object() 340 cachefiles_io_error(cache, "Mountpoint in cache"); in cachefiles_bury_object() 353 cachefiles_io_error(cache, "Lookup error %ld", in cachefiles_bury_object() 369 cachefiles_io_error(cache, "Mountpoint in graveyard"); in cachefiles_bury_object() 377 cachefiles_io_error(cache, "May not make directory loop"); in cachefiles_bury_object() 388 cachefiles_io_error(cache, "Rename security error %d", ret); in cachefiles_bury_object() 393 cachefiles_io_error(cache, in cachefiles_bury_object() [all …]
|
D | internal.h | 256 #define cachefiles_io_error(___cache, FMT, ...) \ macro 269 cachefiles_io_error(___cache, FMT, ##__VA_ARGS__); \
|
D | xattr.c | 316 cachefiles_io_error(cache, in cachefiles_remove_object_xattr()
|
D | daemon.c | 699 cachefiles_io_error(cache, "statfs failed"); in cachefiles_has_space()
|
D | interface.c | 380 cachefiles_io_error(cache, in cachefiles_sync_cache()
|