Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h398 static inline bool fscache_object_is_live(struct fscache_object *object) in fscache_object_is_live() function
405 return !fscache_object_is_live(object); in fscache_object_is_dying()
421 fscache_object_is_live(object) && in fscache_object_is_active()
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dnamei.c120 if (fscache_object_is_live(&object->fscache)) { in cachefiles_mark_object_buried()
186 if (fscache_object_is_live(&xobject->fscache)) { in cachefiles_mark_object_active()
/OK3568_Linux_fs/kernel/fs/fscache/
H A Dcookie.c632 if (fscache_object_is_live(object)) in __fscache_invalidate()
H A Dobject.c405 if (fscache_object_is_live(parent) && in fscache_initialise_object()