Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fscache/
Dobject.c489 void fscache_object_lookup_negative(struct fscache_object *object) in fscache_object_lookup_negative() function
521 EXPORT_SYMBOL(fscache_object_lookup_negative);
/linux-3.4.99/include/linux/
Dfscache-cache.h424 extern void fscache_object_lookup_negative(struct fscache_object *object);
/linux-3.4.99/Documentation/filesystems/caching/
Dobject.txt179 The cache should call fscache_object_lookup_negative() to indicate lookup
198 successfully, fscache_object_lookup_negative() otherwise.
Dbackend-api.txt255 The method should call fscache_object_lookup_negative() as soon as
595 void fscache_object_lookup_negative(struct fscache_object *object);
618 (1) if no call to fscache_object_lookup_negative() has been made on
/linux-3.4.99/fs/cachefiles/
Dnamei.c526 fscache_object_lookup_negative(&object->fscache); in cachefiles_walk_to_object()