Searched refs:fscache_object_lookup_negative (Results 1 – 5 of 5) sorted by relevance
395 extern void fscache_object_lookup_negative(struct fscache_object *object);
510 void fscache_object_lookup_negative(struct fscache_object *object) in fscache_object_lookup_negative() function531 EXPORT_SYMBOL(fscache_object_lookup_negative);
178 The cache should call fscache_object_lookup_negative() to indicate lookup197 successfully, fscache_object_lookup_negative() otherwise.
253 The method should call fscache_object_lookup_negative() as soon as634 void fscache_object_lookup_negative(struct fscache_object *object);657 (1) if no call to fscache_object_lookup_negative() has been made on
549 fscache_object_lookup_negative(&object->fscache); in cachefiles_walk_to_object()