Home
last modified time | relevance | path

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

/linux-4.1.27/fs/fscache/
Doperation.c106 list_add_tail(&op->pend_link, &object->pending_ops); in fscache_submit_exclusive_op()
108 } else if (!list_empty(&object->pending_ops)) { in fscache_submit_exclusive_op()
110 list_add_tail(&op->pend_link, &object->pending_ops); in fscache_submit_exclusive_op()
126 list_add_tail(&op->pend_link, &object->pending_ops); in fscache_submit_exclusive_op()
164 if (!list_empty(&object->pending_ops)) { in fscache_report_unexpected_submission()
166 list_for_each_entry(p, &object->pending_ops, pend_link) { in fscache_report_unexpected_submission()
213 list_add_tail(&op->pend_link, &object->pending_ops); in fscache_submit_op()
215 } else if (!list_empty(&object->pending_ops)) { in fscache_submit_op()
217 list_add_tail(&op->pend_link, &object->pending_ops); in fscache_submit_op()
229 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()
568 ASSERT(list_empty(&object->pending_ops)); in fscache_object_available()
/linux-4.1.27/include/linux/
Dfscache-cache.h383 struct list_head pending_ops; /* unstarted operations on this object */ member