Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cachefiles/
Dxattr.c120 cachefiles_io_error_obj( in cachefiles_set_object_xattr()
148 cachefiles_io_error_obj( in cachefiles_update_object_xattr()
226 cachefiles_io_error_obj(object, in cachefiles_check_object_xattr()
276 cachefiles_io_error_obj(object, in cachefiles_check_object_xattr()
Drdwr.c190 cachefiles_io_error_obj( in cachefiles_read_copier()
360 cachefiles_io_error_obj(object, "Page read error on backing file"); in cachefiles_read_backing_file_one()
664 cachefiles_io_error_obj(object, "Page read error on backing file"); in cachefiles_read_backing_file()
945 cachefiles_io_error_obj(object, in cachefiles_write_page()
Dinterface.c473 cachefiles_io_error_obj(object, "Size set failed"); in cachefiles_attr_changed()
520 cachefiles_io_error_obj(object, in cachefiles_invalidate_object()
Dinternal.h262 #define cachefiles_io_error_obj(object, FMT, ...) \ macro