Searched refs:fscache_object_is_active (Results 1 – 3 of 3) sorted by relevance
93 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()
157 if (fscache_object_is_active(object)) { in fscache_attr_changed_op()661 if (!fscache_object_is_active(object) || !cookie) { in fscache_write_op()
378 #define fscache_object_is_active(obj) \ macro