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

/linux-4.4.14/fs/fscache/
H A Doperation.c130 if (!list_empty(&object->pending_ops)) { fscache_report_unexpected_submission()
132 list_for_each_entry(p, &object->pending_ops, pend_link) { fscache_report_unexpected_submission()
187 list_add_tail(&op->pend_link, &object->pending_ops); fscache_submit_exclusive_op()
189 } else if (!list_empty(&object->pending_ops)) { fscache_submit_exclusive_op()
191 list_add_tail(&op->pend_link, &object->pending_ops); fscache_submit_exclusive_op()
207 list_add_tail(&op->pend_link, &object->pending_ops); fscache_submit_exclusive_op()
271 list_add_tail(&op->pend_link, &object->pending_ops); fscache_submit_op()
273 } else if (!list_empty(&object->pending_ops)) { fscache_submit_op()
275 list_add_tail(&op->pend_link, &object->pending_ops); fscache_submit_op()
287 list_add_tail(&op->pend_link, &object->pending_ops); fscache_submit_op()
326 while (!list_empty(&object->pending_ops) && !stop) { fscache_start_operations()
327 op = list_entry(object->pending_ops.next, fscache_start_operations()
416 while (!list_empty(&object->pending_ops)) { fscache_cancel_all_ops()
417 op = list_entry(object->pending_ops.next, fscache_cancel_all_ops()
H A Dobject.c308 INIT_LIST_HEAD(&object->pending_ops); fscache_object_init()
579 ASSERT(list_empty(&object->pending_ops)); fscache_object_available()
/linux-4.4.14/include/linux/
H A Dfscache-cache.h91 struct list_head pend_link; /* link in object->pending_ops */
372 struct list_head pending_ops; /* unstarted operations on this object */ member in struct:fscache_object

Completed in 116 milliseconds