Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fscache/
Doperation.c93 if (fscache_object_is_active(object)) { in fscache_submit_exclusive_op()
199 if (fscache_object_is_active(object)) { in fscache_submit_op()
231 ASSERT(!fscache_object_is_active(object)); in fscache_submit_op()
Dpage.c157 if (fscache_object_is_active(object)) { in fscache_attr_changed_op()
661 if (!fscache_object_is_active(object) || !cookie) { in fscache_write_op()
/linux-3.4.99/include/linux/
Dfscache-cache.h378 #define fscache_object_is_active(obj) \ macro