Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fscache/
Dcookie.c534 if (fscache_object_is_dying(object) || in fscache_alloc_object()
573 if (fscache_object_is_dying(p)) in fscache_attach_object()
584 if (fscache_object_is_dying(p)) { in fscache_attach_object()
Dcache.c118 if (fscache_object_is_dying(object) || in fscache_select_cache_for_object()
Dobject.c394 if (fscache_object_is_dying(parent)) { in fscache_initialise_object()
473 if (fscache_object_is_dying(parent) || in fscache_look_up_object()
Dpage.c411 if (unlikely(fscache_object_is_dying(object) || in fscache_wait_for_operation_activation()
/Linux-v4.19/include/linux/
Dfscache-cache.h408 static inline bool fscache_object_is_dying(struct fscache_object *object) in fscache_object_is_dying() function