Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dfscache-cache.h396 extern void fscache_obtained_object(struct fscache_object *object);
/kernel/linux/linux-5.10/fs/fscache/
Dobject.c543 void fscache_obtained_object(struct fscache_object *object) in fscache_obtained_object() function
570 EXPORT_SYMBOL(fscache_obtained_object);
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Dobject.rst179 failure for whatever reason, and should call fscache_obtained_object() to
196 The cache should call fscache_obtained_object() if creation completes
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);
/kernel/linux/linux-5.10/fs/cachefiles/
Dnamei.c705 fscache_obtained_object(&object->fscache); in cachefiles_walk_to_object()