Searched refs:transactions (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/xen/xenfs/
H A Dxenbus.c63 * An element of a list of outstanding transactions, for which we're
85 * the "transactions" and "watches" lists, and the partial
94 /* In-progress transactions */
95 struct list_head transactions; member in struct:xenbus_file_priv
322 list_add(&trans->list, &u->transactions);
324 list_for_each_entry(trans, &u->transactions, list)
327 BUG_ON(&trans->list == &u->transactions);
540 INIT_LIST_HEAD(&u->transactions);
564 list_for_each_entry_safe(trans, tmp, &u->transactions, list) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/xen/xenfs/
H A Dxenbus.c63 * An element of a list of outstanding transactions, for which we're
85 * the "transactions" and "watches" lists, and the partial
94 /* In-progress transactions */
95 struct list_head transactions; member in struct:xenbus_file_priv
322 list_add(&trans->list, &u->transactions);
324 list_for_each_entry(trans, &u->transactions, list)
327 BUG_ON(&trans->list == &u->transactions);
540 INIT_LIST_HEAD(&u->transactions);
564 list_for_each_entry_safe(trans, tmp, &u->transactions, list) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_actlog.c400 int transactions = 0; local
452 /* Read the valid transactions.
487 transactions++;
506 dev_info(DEV, "Found %d transactions (%d active extents) in activity log.\n",
507 transactions, active_extents);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/drbd/
H A Ddrbd_actlog.c400 int transactions = 0; local
452 /* Read the valid transactions.
487 transactions++;
506 dev_info(DEV, "Found %d transactions (%d active extents) in activity log.\n",
507 transactions, active_extents);

Completed in 123 milliseconds