Home
last modified time | relevance | path

Searched refs:cachefiles_io_error_obj (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/cachefiles/
Dxattr.c121 cachefiles_io_error_obj( in cachefiles_set_object_xattr()
151 cachefiles_io_error_obj( in cachefiles_update_object_xattr()
230 cachefiles_io_error_obj(object, in cachefiles_check_object_xattr()
281 cachefiles_io_error_obj(object, in cachefiles_check_object_xattr()
Drdwr.c198 cachefiles_io_error_obj( in cachefiles_read_copier()
367 cachefiles_io_error_obj(object, "Page read error on backing file"); in cachefiles_read_backing_file_one()
676 cachefiles_io_error_obj(object, "Page read error on backing file"); in cachefiles_read_backing_file()
957 cachefiles_io_error_obj(object, in cachefiles_write_page()
Dinterface.c492 cachefiles_io_error_obj(object, "Size set failed"); in cachefiles_attr_changed()
538 cachefiles_io_error_obj(object, in cachefiles_invalidate_object()
Dinternal.h270 #define cachefiles_io_error_obj(object, FMT, ...) \ macro