Home
last modified time | relevance | path

Searched refs:fscache_obtained_object (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h396 extern void fscache_obtained_object(struct fscache_object *object);
/OK3568_Linux_fs/kernel/fs/fscache/
H A Dobject.c543 void fscache_obtained_object(struct fscache_object *object) in fscache_obtained_object() function
570 EXPORT_SYMBOL(fscache_obtained_object);
/OK3568_Linux_fs/kernel/Documentation/filesystems/caching/
H A Dobject.rst179 failure for whatever reason, and should call fscache_obtained_object() to
196 The cache should call fscache_obtained_object() if creation completes
H A Dbackend-api.rst256 fscache_obtained_object() should be called once the object is in a
257 position to have data stored in it. Similarly, fscache_obtained_object()
649 void fscache_obtained_object(struct fscache_object *object);
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dnamei.c705 fscache_obtained_object(&object->fscache); in cachefiles_walk_to_object()