Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h395 extern void fscache_object_lookup_negative(struct fscache_object *object);
/OK3568_Linux_fs/kernel/fs/fscache/
H A Dobject.c510 void fscache_object_lookup_negative(struct fscache_object *object) in fscache_object_lookup_negative() function
531 EXPORT_SYMBOL(fscache_object_lookup_negative);
/OK3568_Linux_fs/kernel/Documentation/filesystems/caching/
H A Dobject.rst178 The cache should call fscache_object_lookup_negative() to indicate lookup
197 successfully, fscache_object_lookup_negative() otherwise.
H A Dbackend-api.rst253 The method should call fscache_object_lookup_negative() as soon as
634 void fscache_object_lookup_negative(struct fscache_object *object);
657 (1) if no call to fscache_object_lookup_negative() has been made on
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dnamei.c549 fscache_object_lookup_negative(&object->fscache); in cachefiles_walk_to_object()