Searched refs:transaction (Results 26 - 34 of 34) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dhfsplus_jbd.h12 * Definitions for transaction data structures for the buffer cache
76 * the transaction, so that at all times we know how many buffers the
77 * outstanding updates on a transaction might possibly touch.
89 * We use the hfsplus_jbd_t to keep track of all outstanding transaction
152 #define JFS_FLAG_DELETED 4 /* block deleted by this transaction */
352 * @h_transaction: Which compound transaction is this update a part of?
367 /* Which compound transaction is this update a part of? */
395 * tracks a compound transaction through its various states:
403 * FINISHED: We still have to keep the transaction for checkpointing.
405 * The transaction keep
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Djbd.h12 * Definitions for transaction data structures for the buffer cache
99 * the transaction, so that at all times we know how many buffers the
100 * outstanding updates on a transaction might possibly touch.
112 * We use the journal_t to keep track of all outstanding transaction
175 #define JFS_FLAG_DELETED 4 /* block deleted by this transaction */
367 * @h_transaction: Which compound transaction is this update a part of?
382 /* Which compound transaction is this update a part of? */
403 * tracks a compound transaction through its various states:
411 * FINISHED: We still have to keep the transaction for checkpointing.
413 * The transaction keep
[all...]
H A Djbd2.h12 * Definitions for transaction data structures for the buffer cache
99 * the transaction, so that at all times we know how many buffers the
100 * outstanding updates on a transaction might possibly touch.
112 * We use the journal_t to keep track of all outstanding transaction
182 #define JBD2_FLAG_DELETED 4 /* block deleted by this transaction */
376 * @h_transaction: Which compound transaction is this update a part of?
391 /* Which compound transaction is this update a part of? */
412 * tracks a compound transaction through its various states:
420 * FINISHED: We still have to keep the transaction for checkpointing.
422 * The transaction keep
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-transaction.h422 struct fw_transaction *transaction);
H A Dfw-cdev.c34 #include "fw-transaction.h"
62 struct fw_transaction transaction; member in struct:response
340 fw_cancel_transaction(client->device->card, &response->transaction);
396 fw_send_request(device->card, &response->transaction,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-sched.c25 * EHCI scheduled transaction support: interrupt, iso, split iso
29 * with the "asynchronous" transaction support (control/bulk transfers).
350 /* return true iff the device's transaction translator is available
1108 uframe->transaction = cpu_to_le32 (trans);
1448 itd->hw_transaction [uframe] = uf->transaction;
1730 packet->transaction = cpu_to_le32 (trans);
1831 sitd->hw_results = uf->transaction;
H A Dehci.h400 #define QTD_STS_MMF (1 << 2) /* incomplete split transaction */
401 #define QTD_STS_STS (1 << 1) /* split transaction state */
515 /* description of one iso transaction (up to 3 KB data if highspeed) */
519 __le32 transaction; /* itd->hw_transaction[i] |= */ member in struct:ehci_iso_packet
526 * each packet is one logical usb transaction to the device (not TT),
594 #define EHCI_ISOC_XACTERR (1<<28) /* XactErr - transaction error */
622 * siTD, aka split-transaction isochronous Transfer Descriptor
624 * see Figure 3-5 "Split-transaction Isochronous Transaction Descriptor (siTD)
641 #define SITD_STS_MMF (1 << 2) /* incomplete split transaction */
642 #define SITD_STS_STS (1 << 1) /* split transaction stat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211.h608 __le16 transaction; member in struct:ieee80211_auth
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_sta.c416 int transaction, u8 *extra, size_t extra_len,
442 mgmt->u.auth.auth_transaction = cpu_to_le16(transaction);
443 ifsta->auth_transaction = transaction + 1;
923 "transaction=%d status=%d)\n",
935 "frame (alg=%d transaction=%d)\n",
945 "(alg=%d transaction=%d)\n",
414 ieee80211_send_auth(struct net_device *dev, struct ieee80211_if_sta *ifsta, int transaction, u8 *extra, size_t extra_len, int encrypt) argument

Completed in 85 milliseconds

12