Searched refs:cachefiles_io_error (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/fs/cachefiles/ |
A D | namei.c | 242 cachefiles_io_error(cache, "Unlink security error"); in cachefiles_unlink() 250 cachefiles_io_error(cache, "Unlink failed"); in cachefiles_unlink() 320 cachefiles_io_error(cache, "Graveyard no longer a directory"); in cachefiles_bury_object() 326 cachefiles_io_error(cache, "May not make directory loop"); in cachefiles_bury_object() 332 cachefiles_io_error(cache, "Mountpoint in cache"); in cachefiles_bury_object() 348 cachefiles_io_error(cache, "Lookup error %ld", PTR_ERR(grave)); in cachefiles_bury_object() 363 cachefiles_io_error(cache, "Mountpoint in graveyard"); in cachefiles_bury_object() 371 cachefiles_io_error(cache, "May not make directory loop"); in cachefiles_bury_object() 382 cachefiles_io_error(cache, "Rename security error %d", ret); in cachefiles_bury_object() 400 cachefiles_io_error(cache, in cachefiles_bury_object() [all …]
|
A D | xattr.c | 160 cachefiles_io_error(cache, in cachefiles_remove_object_xattr() 218 cachefiles_io_error( in cachefiles_set_volume_xattr() 258 cachefiles_io_error( in cachefiles_check_volume_xattr()
|
A D | cache.c | 212 cachefiles_io_error(cache, "statfs failed"); in cachefiles_has_space() 357 cachefiles_io_error(cache, in cachefiles_sync_cache()
|
A D | internal.h | 365 #define cachefiles_io_error(___cache, FMT, ...) \ macro 377 cachefiles_io_error(___cache, FMT " [o=%08x]", ##__VA_ARGS__, \
|
/linux-6.3-rc2/include/trace/events/ |
A D | cachefiles.h | 650 TRACE_EVENT(cachefiles_io_error,
|
Completed in 10 milliseconds