Home
last modified time | relevance | path

Searched refs:fscache_object_is_live (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/
Dfscache-cache.h402 static inline bool fscache_object_is_live(struct fscache_object *object) in fscache_object_is_live() function
409 return !fscache_object_is_live(object); in fscache_object_is_dying()
425 fscache_object_is_live(object) && in fscache_object_is_active()
/linux-4.19.296/fs/cachefiles/
Dnamei.c125 if (fscache_object_is_live(&object->fscache)) { in cachefiles_mark_object_buried()
191 if (fscache_object_is_live(&xobject->fscache)) { in cachefiles_mark_object_active()
/linux-4.19.296/fs/fscache/
Dcookie.c636 if (fscache_object_is_live(object)) in __fscache_invalidate()
Dobject.c409 if (fscache_object_is_live(parent) && in fscache_initialise_object()