Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fscache/
H A Dcookie.c518 if (fscache_object_is_dying(object) || in fscache_alloc_object()
557 if (fscache_object_is_dying(p)) in fscache_attach_object()
568 if (fscache_object_is_dying(p)) { in fscache_attach_object()
H A Dcache.c114 if (fscache_object_is_dying(object) || in fscache_select_cache_for_object()
H A Dobject.c390 if (fscache_object_is_dying(parent)) { in fscache_initialise_object()
469 if (fscache_object_is_dying(parent) || in fscache_look_up_object()
H A Dpage.c407 if (unlikely(fscache_object_is_dying(object) || in fscache_wait_for_operation_activation()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h403 static inline bool fscache_object_is_dying(struct fscache_object *object) in fscache_object_is_dying() function