Searched refs:fscache_object_is_dying (Results 1 – 5 of 5) sorted by relevance
330 if (fscache_object_is_dying(object) || in fscache_alloc_object()367 if (fscache_object_is_dying(p)) in fscache_attach_object()378 if (fscache_object_is_dying(p)) { in fscache_attach_object()
118 if (fscache_object_is_dying(object) || in fscache_select_cache_for_object()
379 if (fscache_object_is_dying(parent)) { in fscache_initialise_object()458 if (fscache_object_is_dying(parent) || in fscache_look_up_object()
389 if (unlikely(fscache_object_is_dying(object) || in fscache_wait_for_operation_activation()
392 static inline bool fscache_object_is_dying(struct fscache_object *object) in fscache_object_is_dying() function