Searched refs:generation (Results 1 - 25 of 79) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_dispatch.h64 u_int32_t generation; /* Current generation number. */ member in struct:__db_txnhead
67 u_int32_t generation; member in struct:__db_txnhead::__anon2021
82 u_int32_t generation; member in struct:__db_txnlist::__anon2022::__anon2023
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Drepmgr_auto.h19 u_int32_t generation; member in struct:___repmgr_ack_args
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dhosts.c37 int generation = host->csr.generation + 1; local
39 /* The generation field rolls over to 2 rather than 0 per IEEE
41 if (generation > 0xf || generation < 2)
42 generation = 2;
44 CSR_SET_BUS_INFO_GENERATION(host->csr.rom, generation);
47 * Reset generation field and do not issue a bus reset. */
49 host->csr.generation);
53 host->csr.generation
[all...]
H A Dnodemgr.h48 u8 generation; /* Incremented when configrom changes */ member in struct:bus_options
101 unsigned int generation; /* Synced with hpsb generation */ member in struct:node_entry
155 return ne->generation == get_hpsb_generation(ne->host);
H A Dieee1394_transactions.h31 int hpsb_read(struct hpsb_host *host, nodeid_t node, unsigned int generation,
33 int hpsb_write(struct hpsb_host *host, nodeid_t node, unsigned int generation,
H A Dnodemgr.c40 unsigned int generation; member in struct:nodemgr_csr_info
68 error = hpsb_read(ci->host, ci->nodeid, ci->generation, addr,
94 error = hpsb_read(ci->host, ci->nodeid, ci->generation, addr,
319 ne->busopt.pmc, ne->busopt.generation, ne->busopt.lnkspd,
814 ne->busopt.generation = (busoptions >> 4) & 0xf;
823 ne->busopt.generation, ne->busopt.lnkspd);
829 unsigned int generation)
840 ne->generation = generation;
1253 unsigned int generation)
827 nodemgr_create_node(octlet_t guid, struct csr1212_csr *csr, struct host_info *hi, nodeid_t nodeid, unsigned int generation) argument
1251 nodemgr_update_node(struct node_entry *ne, struct csr1212_csr *csr, struct host_info *hi, nodeid_t nodeid, unsigned int generation) argument
1293 nodemgr_node_scan_one(struct host_info *hi, nodeid_t nodeid, int generation) argument
1358 nodemgr_node_scan(struct host_info *hi, int generation) argument
1459 nodemgr_irm_write_bc(struct node_entry *ne, int generation) argument
1480 nodemgr_probe_ne(struct host_info *hi, struct node_entry *ne, int generation) argument
1509 nodemgr_node_probe(struct host_info *hi, int generation) argument
1669 unsigned int g, generation = 0; local
1809 unsigned int generation = ne->generation; local
[all...]
H A Draw1394.h83 __u32 generation; member in struct:raw1394_request
106 __u32 generation; member in struct:arm_request
H A Dieee1394_core.h52 unsigned int generation; member in struct:hpsb_packet
85 * get_hpsb_generation - generation counter for the complete 1394 subsystem
92 return atomic_read(&host->generation);
H A Dieee1394_transactions.c507 p->generation = get_hpsb_generation(host);
520 * You must explicitly specifiy the @generation for which the node ID is valid,
523 int hpsb_read(struct hpsb_host *host, nodeid_t node, unsigned int generation, argument
540 packet->generation = generation;
569 * You must explicitly specifiy the @generation for which the node ID is valid,
572 int hpsb_write(struct hpsb_host *host, nodeid_t node, unsigned int generation, argument
588 packet->generation = generation;
H A Dcsr.h78 u8 generation; /* Only use values between 0x2 and 0xf */ member in struct:csr_control
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/
H A Dlsattr.c35 unsigned long generation; local
41 if (fgetversion(name, &generation) != 0)
43 printf("%5lu ", generation);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dlsattr.c47 unsigned long generation; local
52 if (fgetversion(name, &generation) == -1)
54 printf("%5lu ", generation);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_msg.c67 u_int32_t generation; local
72 * Save initial generation number, in case it changes in a close race
75 generation = db_rep->generation;
117 if ((ret = ack_message(env, generation, &permlsn)) != 0)
189 ack_message(env, generation, lsn)
191 u_int32_t generation;
222 ack.generation = generation;
350 db_rep->generation
[all...]
H A Drepmgr_auto.c59 DB_HTONL_COPYOUT(env, bp, argp->generation);
78 DB_NTOHL_COPYIN(env, argp->generation, bp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Dexport.c22 __u32 generation)
32 || (generation && inode->i_generation != generation))
51 __u32 generation = objp[2]; local
52 return isofs_export_iget(sb, block, offset, generation);
19 isofs_export_iget(struct super_block *sb, unsigned long block, unsigned long offset, __u32 generation) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_dispatch.c436 headp->generation = 0;
445 headp->gen_array[0].generation = 0;
463 for (__i = 0; __i <= (hp)->generation; __i++) \
472 DB_ASSERT(env, __i <= (hp)->generation); \
473 gen = (hp)->gen_array[__i].generation; \
498 /* Find the most recent generation containing this ID */
499 FIND_GENERATION(hp, txnid, elp->u.t.generation);
600 * Checks to see if a txnid with the current generation is in the
688 u_int32_t generation, hash; local
699 FIND_GENERATION(hp, txnid, generation);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dexport.c150 u32 generation; local
164 generation = inode->i_generation;
166 mlog(0, "Encoding fh: blkno: %llu, generation: %u\n",
167 (unsigned long long)blkno, generation);
172 fh[2] = cpu_to_le32(generation);
181 generation = parent->i_generation;
185 fh[5] = cpu_to_le32(generation);
192 mlog(0, "Encoding parent: blkno: %llu, generation: %u\n",
193 (unsigned long long)blkno, generation);
227 mlog(0, "Decoding parent: blkno: %llu, generation
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-transaction.h130 int generation, int speed,
136 int node_id, int generation,
143 int generation; member in struct:fw_packet
165 int node_id; /* The generation is implied; it is always the current. */
222 int generation; member in struct:fw_card
223 /* This is the generation used for timestamping incoming requests. */
387 * doesn't support this, -ESTALE if the generation doesn't
391 int node_id, int generation);
416 int tcode, int node_id, int generation, int speed,
427 int node_id, int generation, in
[all...]
H A Dfw-card.c220 int root_id, new_root_id, irm_id, gap_count, generation, grace; local
225 generation = card->generation;
230 if (card->bm_generation + 1 == generation ||
231 (card->bm_generation != generation && grace)) {
241 * next generation.
259 irm_id, generation,
290 } else if (card->bm_generation != generation) {
292 * OK, we weren't BM in the last generation, and it's
302 * We're bus manager for this generation, s
473 dummy_enable_phys_dma(struct fw_card *card, int node_id, int generation) argument
[all...]
H A Dfw-sbp2.c73 int generation; member in struct:sbp2_device
251 /* iPod 4th generation. */ {
271 int generation, int speed,
335 int node_id, int generation, u64 offset)
350 node_id, generation,
394 sbp2_send_management_orb(struct fw_unit *unit, int node_id, int generation, argument
447 node_id, generation, sd->management_agent_address);
509 sd->node_id, sd->generation, SCODE_400,
526 sbp2_send_management_orb(sd->unit, sd->node_id, sd->generation,
545 int generation, node_i local
269 sbp2_status_write(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, int speed, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
334 sbp2_send_orb(struct sbp2_orb *orb, struct fw_unit *unit, int node_id, int generation, u64 offset) argument
718 int generation, node_id, local_node_id; local
[all...]
H A Dfw-transaction.c150 int node_id, int source_id, int generation, int speed,
203 packet->generation = generation;
209 int tcode, int node_id, int generation, int speed,
253 node_id, source, generation,
268 static void send_phy_packet(struct fw_card *card, u32 data, int generation) argument
281 packet->generation = generation;
288 int node_id, int generation, int gap_count)
296 send_phy_packet(card, q, generation);
149 fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, int node_id, int source_id, int generation, int speed, unsigned long long offset, void *payload, size_t length) argument
208 fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, int node_id, int generation, int speed, unsigned long long offset, void *payload, size_t length, fw_transaction_callback_t callback, void *callback_data) argument
287 fw_send_phy_config(struct fw_card *card, int node_id, int generation, int gap_count) argument
695 handle_topology_map(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, int speed, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
733 handle_registers(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, int speed, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Drgrp.h49 u64 gfs2_alloc_di(struct gfs2_inode *ip, u64 *generation);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsmb_fs_sb.h55 * generation is incremented.
57 unsigned int generation; member in struct:smb_sb_info
H A Dfirewire-cdev.h51 __u32 generation; member in struct:fw_cdev_event_bus_reset
143 __u32 generation; member in struct:fw_cdev_send_request
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/exportfs/
H A Dexpfs.c394 static struct dentry *export_iget(struct super_block *sb, unsigned long ino, __u32 generation) argument
403 * Currently we don't know the generation for parent directory, so
404 * a generation of 0 means "accept any"
414 || (generation && inode->i_generation != generation)
421 generation);
442 __u32 generation = objp[1]; local
444 return export_iget(sb, ino, generation);
456 * is suitable for locating an inode, and that the generation number

Completed in 193 milliseconds

1234