Home
last modified time | relevance | path

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

/linux-4.1.27/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()
667 cachefiles_io_error_obj(object, "Page read error on backing file"); in cachefiles_read_backing_file()
942 cachefiles_io_error_obj( 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.h263 #define cachefiles_io_error_obj(object, FMT, ...) \ macro