Home
last modified time | relevance | path

Searched refs:cachefiles_cres_object (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/cachefiles/
H A Dio.c91 object = cachefiles_cres_object(cres); in cachefiles_read()
211 object = cachefiles_cres_object(cres); in cachefiles_query_occupancy()
372 return __cachefiles_write(cachefiles_cres_object(cres), in cachefiles_write()
421 object = cachefiles_cres_object(cres); in cachefiles_do_prepare_read()
598 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_prepare_write()
646 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_begin_operation()
H A Dinterface.c281 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_resize_cookie()
H A Dinternal.h161 struct cachefiles_object *cachefiles_cres_object(struct netfs_cache_resources *cres) in cachefiles_cres_object() function