Searched refs:generation (Results 201 - 225 of 242) sorted by relevance

12345678910

/linux-master/fs/btrfs/
H A Dsysfs.c1214 BTRFS_ATTR(, generation, btrfs_generation_show);
1365 BTRFS_ATTR_PTR(, generation),
H A Dfile-item.c1290 em->generation = btrfs_file_extent_generation(leaf, fi);
H A Drelocation.c763 * Set the last_snapshot field to the generation of the commit
3188 * the major work is getting the generation and level of the block
3202 u64 generation; local
3223 generation = btrfs_extent_generation(eb, ei);
3274 block->key.offset = generation;
H A Dctree.c717 * matches the current fs generation (it's a transaction with a state
722 trans->transid != fs_info->generation)) {
725 "unexpected transaction when attempting to COW block %llu on root %llu, transaction %llu running transaction %llu fs generation %llu",
728 fs_info->generation);
H A Dioctl.c2200 subvol_info->generation = btrfs_root_generation(root_item);
2890 fi_args->generation = btrfs_get_fs_generation(fs_info);
H A Dqgroup.c450 } else if (btrfs_qgroup_status_generation(l, ptr) != fs_info->generation) {
453 "qgroup generation mismatch, marked as inconsistent");
513 /* generation currently unused */
2322 * Helper function to do recursive generation-aware depth-first search, to
2485 /* Do the generation aware breadth-first search */
4591 * @last_snapshot: last snapshot generation of the subvolume tree
4831 if (delta->generation < fs_info->qgroup_enable_gen)
/linux-master/net/mac80211/
H A Dsta_info.c904 sinfo->generation = local->sta_generation;
2577 sinfo->generation = sdata->local->sta_generation;
/linux-master/drivers/md/
H A Dmd-cluster.c391 uint32_t generation)
389 recover_done(void *arg, struct dlm_slot *slots, int num_slots, int our_slot, uint32_t generation) argument
/linux-master/net/batman-adv/
H A Dmulticast.c2034 cb->seq = atomic_read(&hash->generation) << 1 | 1;
H A Ddistributed-arp-table.c908 cb->seq = atomic_read(&hash->generation) << 1 | 1;
H A Dbat_iv_ogm.c2480 cb->seq = bat_priv->gw.generation << 1 | 1;
/linux-master/drivers/thunderbolt/
H A Dtb.h132 * @generation: Switch Thunderbolt generation
186 unsigned int generation; member in struct:tb_switch
H A Dtest.c162 sw->generation = 4;
391 sw->generation = 4;
412 sw->generation = 4;
/linux-master/include/linux/
H A Dperf_event.h213 /* Last sync'ed generation of filters */
246 * allows for generation of periods longer
957 u64 generation; member in struct:perf_event_context
H A Dkvm_host.h60 * Bit 63 of the memslot generation number is an "update in-progress flag",
62 * This flag effectively creates a unique generation number that is used to
64 * i.e. may (or may not) have come from the previous memslots generation.
67 * respect to the generation number update. Updating the generation number
69 * new generation number, and updating the generation number after switching
70 * to the new memslots would allow cache hits using the old generation number
75 * the actual generation number against accesses that were inserted into the
389 * The most recently used memslot by this vCPU and the slots generation
717 u64 generation; member in struct:kvm_memslots
[all...]
/linux-master/fs/f2fs/
H A Dsuper.c3252 u64 ino, u32 generation)
3268 if (unlikely(generation && inode->i_generation != generation)) {
3251 f2fs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) argument
/linux-master/kernel/events/
H A Dcore.c1317 ctx->generation++;
1804 ctx->generation++;
2042 ctx->generation++;
3116 * if the generation has changed since the previous call.
3348 * Equivalence is measured using a generation number in the context that is
3363 if (ctx1 == ctx2->parent_ctx && ctx1->generation == ctx2->parent_gen)
3367 if (ctx1->parent_ctx == ctx2 && ctx1->parent_gen == ctx2->generation)
13618 child_ctx->parent_gen = parent_ctx->generation;
/linux-master/arch/arm/boot/compressed/
H A Dhead.S834 @ Enable unaligned access on v6, to allow better code generation
/linux-master/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c3055 ++mvdev->generation;
3097 return mvdev->generation;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_def.h2616 int generation; member in struct:fc_port
5125 __le16 generation; member in struct:qla27xx_image_status
H A Dqla_target.c1438 qlt_do_generation_tick(vha, &sess->generation);
1458 * max_gen - specifies maximum session generation
1484 if (max_gen - sess->generation < 0) {
1490 sess->generation);
2990 * would be an I/O error if hba tag generation
/linux-master/include/net/
H A Dcfg80211.h2063 * @generation: generation number for nl80211 dumps.
2145 int generation; member in struct:station_info
2319 * @generation: generation number for nl80211 dumps.
2338 int generation; member in struct:mpath_info
/linux-master/fs/ocfs2/
H A Drefcounttree.c300 u64 rf_blkno, u32 generation)
304 rf_blkno, generation);
349 * We need the generation to create the refcount tree lock and since
650 * the generation number to create it.
298 ocfs2_init_refcount_tree_lock(struct ocfs2_super *osb, struct ocfs2_refcount_tree *new, u64 rf_blkno, u32 generation) argument
/linux-master/tools/perf/
H A DMakefile.config706 $(warning Warning: Disabled BPF skeletons as reliable BTF generation needs at least $(CLANG) version 12.0.1)
926 $(error ERROR: No python interpreter needed for jevents generation. Install python or build with NO_JEVENTS=1.)
931 $(error ERROR: Python interpreter needed for jevents generation too old (older than 3.6). Install a newer python or build with NO_JEVENTS=1.)
/linux-master/drivers/scsi/
H A Dsd.c1873 keys_info->generation = get_unaligned_be32(&data[0]);
1913 rsv->generation = get_unaligned_be32(&data[0]);

Completed in 597 milliseconds

12345678910