Home
last modified time | relevance | path

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

/linux-5.10/fs/cachefiles/
Dxattr.c117 cachefiles_io_error_obj( in cachefiles_set_object_xattr()
147 cachefiles_io_error_obj( in cachefiles_update_object_xattr()
226 cachefiles_io_error_obj(object, in cachefiles_check_object_xattr()
277 cachefiles_io_error_obj(object, in cachefiles_check_object_xattr()
Drdwr.c194 cachefiles_io_error_obj( in cachefiles_read_copier()
363 cachefiles_io_error_obj(object, "Page read error on backing file"); in cachefiles_read_backing_file_one()
673 cachefiles_io_error_obj(object, "Page read error on backing file"); in cachefiles_read_backing_file()
954 cachefiles_io_error_obj(object, in cachefiles_write_page()
Dinterface.c488 cachefiles_io_error_obj(object, "Size set failed"); in cachefiles_attr_changed()
534 cachefiles_io_error_obj(object, in cachefiles_invalidate_object()
Dinternal.h266 #define cachefiles_io_error_obj(object, FMT, ...) \ macro