Searched defs:transactions (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_dev.c114 list_t transactions; member in struct:xenbus_dev_data
378 list_create(&xbs->transactions, sizeof (struct xenbus_dev_transaction),
413 list_head(&xbs->transactions)) {
415 list_remove(&xbs->transactions, (void *)trans);
583 list_insert_tail(&xbs->transactions, (void *)trans);
587 list_head(&xbs->transactions); trans;
589 list_next(&xbs->transactions, (void *)trans))
596 list_remove(&xbs->transactions, (void *)trans);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c115 /* mount id to detect very old transactions */
334 /* The number of valid transactions in journal */
363 * uncommitted transactions aren't cached.
399 int transactions = INFO->journal_transactions; local
404 while (transactions-- > 0)
424 * transactions are still on disk.
457 * in later transactions.
469 * The first number of valid transactions and the descriptor block of the
470 * first valid transaction are held in INFO. The transactions are all
504 /* no more valid transactions */
[all...]

Completed in 61 milliseconds