Home
last modified time | relevance | path

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

/linux-4.1.27/fs/fscache/
Doperation.c99 if (fscache_object_is_active(object)) { in fscache_submit_exclusive_op()
207 if (fscache_object_is_active(object)) { in fscache_submit_op()
238 ASSERT(!fscache_object_is_active(object)); in fscache_submit_op()
Dobject-list.c223 FILTER(fscache_object_is_active(obj) || in fscache_objlist_show()
Dpage.c182 if (fscache_object_is_active(object)) { in fscache_attr_changed_op()
782 if (!fscache_object_is_active(object)) { in fscache_write_op()
/linux-4.1.27/include/linux/
Dfscache-cache.h413 static inline bool fscache_object_is_active(struct fscache_object *object) in fscache_object_is_active() function