Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fscache/
Doperation.c130 if (!list_empty(&object->pending_ops)) { in fscache_report_unexpected_submission()
132 list_for_each_entry(p, &object->pending_ops, pend_link) { in fscache_report_unexpected_submission()
187 list_add_tail(&op->pend_link, &object->pending_ops); in fscache_submit_exclusive_op()
189 } else if (!list_empty(&object->pending_ops)) { in fscache_submit_exclusive_op()
191 list_add_tail(&op->pend_link, &object->pending_ops); in fscache_submit_exclusive_op()
207 list_add_tail(&op->pend_link, &object->pending_ops); in fscache_submit_exclusive_op()
271 list_add_tail(&op->pend_link, &object->pending_ops); in fscache_submit_op()
273 } else if (!list_empty(&object->pending_ops)) { in fscache_submit_op()
275 list_add_tail(&op->pend_link, &object->pending_ops); in fscache_submit_op()
287 list_add_tail(&op->pend_link, &object->pending_ops); in fscache_submit_op()
[all …]
Dobject.c308 INIT_LIST_HEAD(&object->pending_ops); in fscache_object_init()
579 ASSERT(list_empty(&object->pending_ops)); in fscache_object_available()
/linux-4.4.14/include/linux/
Dfscache-cache.h372 struct list_head pending_ops; /* unstarted operations on this object */ member