Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dfscache-cache.h403 static inline bool fscache_object_is_dying(struct fscache_object *object) in fscache_object_is_dying() function
422 return fscache_object_is_dying(object) && in fscache_object_is_dead()
/linux-4.1.27/fs/fscache/
Dcookie.c366 if (fscache_object_is_dying(p)) in fscache_attach_object()
377 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.c368 if (fscache_object_is_dying(parent)) { in fscache_initialise_object()
447 if (fscache_object_is_dying(parent) || in fscache_look_up_object()
Doperation.c232 } else if (fscache_object_is_dying(object)) { in fscache_submit_op()