Searched refs:generation (Results 101 - 125 of 241) sorted by relevance

12345678910

/linux-master/fs/btrfs/
H A Dtree-mod-log.c28 u64 generation; member in struct:tree_mod_elem
218 tm->generation = btrfs_node_ptr_generation(eb, slot);
430 tm->generation = btrfs_header_generation(old_root);
836 tm->generation);
846 tm->generation);
991 old_generation = tm->generation;
H A Dfs.h464 u64 generation; member in struct:btrfs_fs_info
842 * Last generation where we dropped a non-relocation root.
885 return READ_ONCE(fs_info->generation);
890 WRITE_ONCE(fs_info->generation, gen);
H A Ddefrag.c371 * matches the current fs generation (it's a transaction with a state
376 trans->transid != fs_info->generation)) {
379 "unexpected transaction when attempting to reallocate parent %llu for root %llu, transaction %llu running transaction %llu fs generation %llu",
382 fs_info->generation);
617 * will not visit leaves and nodes with a generation smaller than given
618 * minimal generation threshold (@newer_than).
773 * If @newer_than is 0 or em::generation < newer_than, we can trust
774 * this em, as either we don't care about the generation, or the
778 newer_than && em->generation >= newer_than) {
839 if (next->generation < newer_tha
[all...]
H A Dfree-space-cache.c389 /* Make sure we can fit our crcs and generation into the first page */
499 static void io_ctl_set_generation(struct btrfs_io_ctl *io_ctl, u64 generation) argument
510 put_unaligned_le64(generation, io_ctl->cur);
514 static int io_ctl_check_generation(struct btrfs_io_ctl *io_ctl, u64 generation) argument
526 if (cache_gen != generation) {
528 "space cache generation (%llu) does not match inode (%llu)",
529 cache_gen, generation);
749 u64 generation; local
776 generation = btrfs_free_space_generation(leaf, header);
779 if (!BTRFS_I(inode)->generation) {
[all...]
H A Dqgroup.h152 /* bytenr/generation of the tree block in subvolume tree after swap */
156 /* bytenr/generation of the tree block in reloc tree after swap */
287 /* The generation the extent was created in. */
288 u64 generation; member in struct:btrfs_squota_delta
H A Ddisk-io.c305 * Also check the generation, the eb reached here must be newer than
312 "block=%llu bad generation, have %llu expect > %llu",
1042 u64 generation; local
1058 generation = btrfs_root_generation(&root->root_item);
1061 check.transid = generation;
1070 if (!btrfs_buffer_uptodate(root->node, generation, 0)) {
1626 * This will find the highest generation in the array of root backups. The
1631 * generation of the latest root in the array with the generation
2093 check.transid = fs_info->generation
3202 u64 generation; local
[all...]
H A Dtransaction.c385 btrfs_set_fs_generation(fs_info, fs_info->generation + 1);
386 cur_trans->transid = fs_info->generation;
1944 super->chunk_root_generation = root_item->generation;
1949 super->generation = root_item->generation;
1952 super->cache_generation = root_item->generation;
1956 super->uuid_tree_generation = root_item->generation;
H A Dscrub.c82 * tree block share the same generation.
84 u64 generation; member in union:scrub_sector_verification::__anon7
673 if (stripe->sectors[sector_nr].generation !=
678 "tree block %llu mirror %u has bad generation, has %llu want %llu",
681 stripe->sectors[sector_nr].generation);
1499 sector->generation = extent_gen;
1647 stripe->sectors[i].generation = 0;
2753 struct page *page, u64 physical, u64 generation)
2776 if (btrfs_super_generation(sb) != generation) {
2778 "super block at physical %llu devid %llu has bad generation
2752 scrub_one_super(struct scrub_ctx *sctx, struct btrfs_device *dev, struct page *page, u64 physical, u64 generation) argument
[all...]
/linux-master/include/trace/events/
H A Dbtrfs.h191 __field( u64, generation )
196 __entry->generation = fs_info->generation;
202 __entry->generation)
215 __field( u64, generation )
225 __entry->generation = BTRFS_I(inode)->generation;
235 __entry->generation,
2296 __field( u64, generation )
2306 __entry->generation
[all...]
/linux-master/fs/udf/
H A Dnamei.c920 u16 partref, __u32 generation)
935 if (generation && inode->i_generation != generation) {
951 fid->udf.generation);
984 fid->udf.generation = inode->i_generation;
919 udf_nfs_get_inode(struct super_block *sb, u32 block, u16 partref, __u32 generation) argument
/linux-master/drivers/firewire/
H A Dohci.c183 int generation; member in struct:fw_ohci
385 ", reset packet generation = " __stringify(QUIRK_RESET_PACKET)
460 static void log_selfids(struct fw_ohci *ohci, int generation, int self_id_count) argument
467 ohci_notice(ohci, "%d selfIDs, generation %d, local node ID %04x\n",
468 self_id_count, generation, ohci->node_id);
529 ohci_notice(ohci, "A%c evt_bus_reset, generation %d\n",
906 p.generation = ohci->request_generation;
920 * the new generation number when a bus reset happens (see
923 * generation. We only need this for requests; for responses
928 * wrong generation
1940 int self_id_count, generation, new_generation, i, j; local
2636 ohci_enable_phys_dma(struct fw_card *card, int node_id, int generation) argument
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtrace_tid.h33 "generation 0x%x fpsn 0x%x-%x r_next_psn 0x%x " \
55 "s_state 0x%x hw_flow_index %u generation 0x%x " \
73 "prnr_nak_state 0x%x hw_flow_index %u generation "\
499 __field(u32, generation)
519 __entry->generation = flow->flow_state.generation;
542 __entry->generation,
992 __field(u32, generation)
1009 __entry->generation = priv->flow_state.generation;
[all...]
/linux-master/arch/powerpc/platforms/powermac/
H A Dnvram.c64 u32 generation; member in struct:core99_header
277 return hdr99->generation;
487 hdr99->generation++;
/linux-master/net/batman-adv/
H A Dgateway_client.c349 bat_priv->gw.generation++;
445 bat_priv->gw.generation++;
490 bat_priv->gw.generation++;
/linux-master/arch/x86/kvm/
H A Dx86.h221 u64 gen = kvm_memslots(vcpu->kvm)->generation;
238 return vcpu->arch.mmio_gen == kvm_memslots(vcpu->kvm)->generation;
/linux-master/drivers/thunderbolt/
H A Dnvm.c74 hdr_size = sw->generation < 3 ? SZ_8K : SZ_16K;
140 if (sw->generation < 3) {
H A Dswitch.c926 * tb_port_get_link_generation() - Returns link generation
929 * Returns link generation as number or negative errno in case of
1512 switch (sw->generation) {
1546 if (sw->generation > 1) {
1888 return sysfs_emit(buf, "%u\n", sw->generation);
1890 static DEVICE_ATTR_RO(generation);
2377 * For unknown switches assume generation to be 1 to be on the
2443 sw->generation = tb_switch_get_generation(sw);
2688 switch (sw->generation) {
3816 if (sw->generation !
[all...]
/linux-master/drivers/net/ethernet/smsc/
H A Dsmsc911x.c92 unsigned int generation; member in struct:smsc911x_data
1467 if (pdata->generation == 4) {
1497 if (pdata->generation == 4) {
1897 if (pdata->generation <= 1) {
1939 if (pdata->generation <= 1 && netif_running(dev))
2251 /* Default generation to zero (all workarounds apply) */
2252 pdata->generation = 0;
2262 pdata->generation = pdata->idrev & 0x0000FFFF;
2270 pdata->generation = 3;
2279 pdata->generation
[all...]
/linux-master/include/uapi/linux/raid/
H A Dmd_p.h423 __le64 generation; /* generation number of the header */ member in struct:ppl_header
/linux-master/drivers/bluetooth/
H A Dhci_bcm4377.c405 * generation: ring generation; incremented on hci_open to detect stale messages
429 u8 generation; member in struct:bcm4377_transfer_ring
621 u8 generation = FIELD_GET(BCM4377_MSGID_GENERATION, raw_msgid); local
624 if (generation != ring->generation) {
627 "invalid message generation %d should be %d in entry for ring %d\n",
628 generation, ring->generation, ring->ring_id);
908 raw_msgid = FIELD_PREP(BCM4377_MSGID_GENERATION, ring->generation);
[all...]
/linux-master/fs/ocfs2/
H A Ddlmglue.c120 mlog(level, "version: %u, clusters: %u, generation: 0x%x\n",
379 unsigned int generation);
388 u32 generation,
397 (long long)blkno, generation);
553 unsigned int generation,
575 generation, res->l_name);
757 unsigned int generation)
761 generation, lockres->l_name);
1056 * lockres_clear_pending() will only do so when it is passed a generation
1058 * current generation numbe
386 ocfs2_build_lock_name(enum ocfs2_lock_type type, u64 blkno, u32 generation, char *name) argument
551 ocfs2_inode_lock_res_init(struct ocfs2_lock_res *res, enum ocfs2_lock_type type, unsigned int generation, struct inode *inode) argument
755 ocfs2_refcount_lock_res_init(struct ocfs2_lock_res *lockres, struct ocfs2_super *osb, u64 ref_blkno, unsigned int generation) argument
1066 __lockres_clear_pending(struct ocfs2_lock_res *lockres, unsigned int generation, struct ocfs2_super *osb) argument
1092 lockres_clear_pending(struct ocfs2_lock_res *lockres, unsigned int generation, struct ocfs2_super *osb) argument
3646 ocfs2_downconvert_lock(struct ocfs2_super *osb, struct ocfs2_lock_res *lockres, int new_level, int lvb, unsigned int generation) argument
[all...]
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c156 unsigned int generation; member in struct:vmci_qp
2502 qpair->generation++;
2517 unsigned int generation; local
2520 generation = qpair->generation;
2522 wait_event(qpair->event, generation != qpair->generation);
2742 my_qpair->generation = 0;
/linux-master/drivers/net/can/softing/
H A Dsofting_fw.c613 if (card->pdat->generation < 2) {
676 return (card->pdat->generation < 2) ? 0xfb : 0xfa;
/linux-master/include/uapi/linux/
H A Dbtrfs.h166 * expected values, like generation or
271 /* Request information about filesystem generation */
287 __u64 generation; /* out */ member in struct:btrfs_ioctl_fs_info_args
873 __u64 generation; member in struct:btrfs_ioctl_get_subvol_info_args
/linux-master/fs/fuse/
H A Dreaddir.c208 fuse_stale_inode(inode, o->generation, &o->attr)) {
234 inode = fuse_iget(dir->i_sb, o->nodeid, o->generation,

Completed in 319 milliseconds

12345678910