Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfscache-cache.h385 extern void fscache_obtained_object(struct fscache_object *object);
/linux-4.4.14/fs/fscache/
Dobject.c532 void fscache_obtained_object(struct fscache_object *object) in fscache_obtained_object() function
559 EXPORT_SYMBOL(fscache_obtained_object);
/linux-4.4.14/Documentation/filesystems/caching/
Dobject.txt180 failure for whatever reason, and should call fscache_obtained_object() to
197 The cache should call fscache_obtained_object() if creation completes
Dbackend-api.txt258 fscache_obtained_object() should be called once the object is in a
259 position to have data stored in it. Similarly, fscache_obtained_object()
655 void fscache_obtained_object(struct fscache_object *object);
/linux-4.4.14/fs/cachefiles/
Dnamei.c668 fscache_obtained_object(&object->fscache); in cachefiles_walk_to_object()