Home
last modified time | relevance | path

Searched refs:dd_txn_callbacks (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Ddt_object.c70 list_add(&cb->dtc_linkage, &dev->dd_txn_callbacks); in dt_txn_callback_add()
89 list_for_each_entry(cb, &dev->dd_txn_callbacks, dtc_linkage) { in dt_txn_hook_start()
110 list_for_each_entry(cb, &dev->dd_txn_callbacks, dtc_linkage) { in dt_txn_hook_stop()
129 list_for_each_entry(cb, &txn->th_dev->dd_txn_callbacks, in dt_txn_hook_commit()
140 INIT_LIST_HEAD(&dev->dd_txn_callbacks); in dt_device_init()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Ddt_object.h659 struct list_head dd_txn_callbacks; member