Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fscache/
Dobject.c533 void fscache_obtained_object(struct fscache_object *object) in fscache_obtained_object() function
571 EXPORT_SYMBOL(fscache_obtained_object);
/linux-3.4.99/include/linux/
Dfscache-cache.h425 extern void fscache_obtained_object(struct fscache_object *object);
/linux-3.4.99/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()
610 void fscache_obtained_object(struct fscache_object *object);
/linux-3.4.99/fs/cachefiles/
Dnamei.c670 fscache_obtained_object(&object->fscache); in cachefiles_walk_to_object()