Searched refs:fscache_object_is_active (Results 1 – 4 of 4) sorted by relevance
99 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()
223 FILTER(fscache_object_is_active(obj) || in fscache_objlist_show()
182 if (fscache_object_is_active(object)) { in fscache_attr_changed_op()782 if (!fscache_object_is_active(object)) { in fscache_write_op()
413 static inline bool fscache_object_is_active(struct fscache_object *object) in fscache_object_is_active() function