Searched refs:transaction (Results 51 - 75 of 85) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl49 If the operation is part of an application-specified transaction, the
50 m4_arg(txnid) parameter is a transaction handle returned from
51 m4_tcl_txn. If no transaction handle is specified, but the
55 the operation will be implicitly transaction protected.])])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dstrict.t64 # closing a transaction & a database
92 # closing a database with an open transaction
108 ok 24, $@ =~ /BerkeleyDB Aborting: attempted to close a database while a transaction was still open at/ ;
142 # closing a transaction & a cursor
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dcore-transaction.c2 * Core IEEE1394 transaction logic
75 static int close_transaction(struct fw_transaction *transaction, argument
83 if (t == transaction) {
109 struct fw_transaction *transaction)
114 * the transaction.
117 if (card->driver->cancel_packet(card, &transaction->packet) == 0)
122 * if the transaction is still pending and remove it in that case.
125 return close_transaction(transaction, card, RCODE_CANCELLED);
147 * At this point cancel_packet will never call the transaction
148 * callback, since we just took the transaction ou
108 fw_cancel_transaction(struct fw_card *card, struct fw_transaction *transaction) argument
[all...]
H A Dcore-cdev.c116 struct fw_transaction transaction; member in struct:outbound_transaction_resource
526 fw_cancel_transaction(client->device->card, &r->transaction);
549 * conclusion of the transaction), i.e. if this resource was already
578 /* Drop the transaction callback's reference */
617 /* Get a reference for the transaction callback */
620 fw_send_request(client->device->card, &e->r.transaction,
H A Dnet.c211 struct fw_transaction transaction; member in struct:fwnet_packet_task
1027 fw_send_request(dev->card, &ptask->transaction,
1046 fw_send_request(dev->card, &ptask->transaction,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Dopen.c344 if (tdb->transaction) {
400 if (tdb->transaction != 0) {
401 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_reopen: reopen not allowed inside a transaction\n"));
H A Dtdb_private.h120 tdb_off_t recovery_start; /* offset of transaction recovery region */
170 struct tdb_transaction *transaction; member in struct:tdb_context
H A Dio.c371 if ((tdb->transaction == NULL) && (tdb->map_ptr != NULL)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dhfsplus_jbd.h12 * Definitions for transaction data structures for the buffer cache
79 * the transaction, so that at all times we know how many buffers the
80 * outstanding updates on a transaction might possibly touch.
92 * We use the hfsplus_jbd_t to keep track of all outstanding transaction
155 #define JFS_FLAG_DELETED 4 /* block deleted by this transaction */
355 * @h_transaction: Which compound transaction is this update a part of?
370 /* Which compound transaction is this update a part of? */
398 * tracks a compound transaction through its various states:
406 * FINISHED: We still have to keep the transaction for checkpointing.
408 * The transaction keep
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Djbd.h12 * Definitions for transaction data structures for the buffer cache
98 * the transaction, so that at all times we know how many buffers the
99 * outstanding updates on a transaction might possibly touch.
111 * We use the journal_t to keep track of all outstanding transaction
174 #define JFS_FLAG_DELETED 4 /* block deleted by this transaction */
340 * @h_transaction: Which compound transaction is this update a part of?
351 /* Which compound transaction is this update a part of? */
376 * tracks a compound transaction through its various states:
384 * FINISHED: We still have to keep the transaction for checkpointing.
386 * The transaction keep
[all...]
H A Djbd2.h12 * Definitions for transaction data structures for the buffer cache
92 * the transaction, so that at all times we know how many buffers the
93 * outstanding updates on a transaction might possibly touch.
105 * We use the journal_t to keep track of all outstanding transaction
199 #define JBD2_FLAG_DELETED 4 /* block deleted by this transaction */
379 * present in a transaction so that we can sync them during commit.
382 /* Which transaction does this inode belong to? Either the running
383 * transaction or the committing one. [j_list_lock] */
386 /* Pointer to the running transaction modifying inode's data in case
387 * there is already a committing transaction touchin
[all...]
H A Dfirewire.h345 struct fw_transaction *transaction);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dwork.c503 wk->probe_auth.transaction = 2;
595 wk->probe_auth.transaction = 4;
615 auth_transaction != wk->probe_auth.transaction)
630 if (wk->probe_auth.transaction != 4) {
H A Dutil.c864 u16 transaction, u16 auth_alg,
890 mgmt->u.auth.auth_transaction = cpu_to_le16(transaction);
895 if (auth_alg == WLAN_AUTH_SHARED_KEY && transaction == 3) {
863 ieee80211_send_auth(struct ieee80211_sub_if_data *sdata, u16 transaction, u16 auth_alg, u8 *extra, size_t extra_len, const u8 *bssid, const u8 *key, u8 key_len, u8 key_idx) argument
H A Dieee80211_i.h281 u16 algorithm, transaction; member in struct:ieee80211_work::__anon18906::__anon18907
1208 u16 transaction, u16 auth_alg,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dbus.c1402 BusTransaction *transaction,
1491 transaction,
1637 transaction,
1401 bus_context_check_security_policy(BusContext *context, BusTransaction *transaction, DBusConnection *sender, DBusConnection *addressed_recipient, DBusConnection *proposed_recipient, DBusMessage *message, DBusError *error) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci.h232 #define QTD_STS_MMF (1 << 2) /* incomplete split transaction */
233 #define QTD_STS_STS (1 << 1) /* split transaction state */
373 /* description of one iso transaction (up to 3 KB data if highspeed) */
377 __hc32 transaction; /* itd->hw_transaction[i] |= */ member in struct:ehci_iso_packet
384 * each packet is one logical usb transaction to the device (not TT),
448 #define EHCI_ISOC_XACTERR (1<<28) /* XactErr - transaction error */
475 * siTD, aka split-transaction isochronous Transfer Descriptor
477 * see Figure 3-5 "Split-transaction Isochronous Transaction Descriptor (siTD)
494 #define SITD_STS_MMF (1 << 2) /* incomplete split transaction */
495 #define SITD_STS_STS (1 << 1) /* split transaction stat
[all...]
H A Dehci-sched.c25 * EHCI scheduled transaction support: interrupt, iso, split iso
29 * with the "asynchronous" transaction support (control/bulk transfers).
373 /* return true iff the device's transaction translator is available
1173 uframe->transaction = cpu_to_hc32(ehci, trans);
1532 itd->hw_transaction[uframe] = uf->transaction;
1924 packet->transaction = cpu_to_hc32(ehci, trans);
2023 sitd->hw_results = uf->transaction;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dinode.c108 * truncate transaction.
125 /* But we need to bound the transaction so we don't overflow the
135 * be able to restart the transaction at a conventient checkpoint to make
138 * start_transaction gets us a new handle for a truncate transaction,
141 * transaction in the top-level truncate loop. --sct
156 * Try to extend this transaction for the purposes of truncation.
159 * room, and the transaction must be restarted we return 1.
171 * Restart the transaction associated with *handle. This does a commit,
173 * this transaction.
246 * (transaction abor
2760 transaction_t *transaction; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dinode.c77 * truncate transaction.
94 /* But we need to bound the transaction so we don't overflow the
104 * be able to restart the transaction at a conventient checkpoint to make
107 * start_transaction gets us a new handle for a truncate transaction,
110 * transaction in the top-level truncate loop. --sct
125 * Try to extend this transaction for the purposes of truncation.
128 * room, and the transaction must be restarted we return 1.
142 * Restart the transaction associated with *handle. This does a commit,
144 * this transaction.
247 * (transaction abor
5072 transaction_t *transaction; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dextent-tree.c31 #include "transaction.h"
260 * since their free space will be released as soon as the transaction commits.
683 delayed_refs = &trans->transaction->delayed_refs;
745 * implicit back refs. For a tree block created in old transaction, the
2066 delayed_refs = &trans->transaction->delayed_refs;
2178 delayed_refs = &trans->transaction->delayed_refs;
2281 delayed_refs = &trans->transaction->delayed_refs;
2813 /* commit the current transaction and try again */
3018 if (trans && trans->transaction->blocked)
3039 if (trans && trans->transaction
[all...]
H A Dfree-space-cache.c25 #include "transaction.h"
1191 if (trans->transaction->delayed_refs.flushing)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw.h393 __le16 transaction; member in struct:libipw_auth
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211.h502 u16 transaction; member in struct:ieee80211_authentication
959 /* association procedure transaction sequence number */
H A Dieee80211_softmac.c759 auth->transaction = cpu_to_le16(ieee->associate_seq);
955 auth->transaction = cpu_to_le16(2);

Completed in 386 milliseconds

1234