Searched refs:generation (Results 101 - 125 of 242) sorted by path

12345678910

/linux-master/drivers/vdpa/mlx5/core/
H A Dmlx5_vdpa.h96 u32 generation; member in struct:mlx5_vdpa_dev
/linux-master/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c3055 ++mvdev->generation;
3097 return mvdev->generation;
/linux-master/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c168 ++vdpasim->generation;
589 return vdpasim->generation;
H A Dvdpa_sim.h71 u32 generation; member in struct:vdpasim
/linux-master/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c109 u32 generation; member in struct:vduse_dev
439 dev->generation++;
731 return dev->generation;
/linux-master/drivers/virt/coco/
H A Dtsm.c32 * own their own report generation instances to generate reports as
147 CONFIGFS_ATTR_RO(tsm_report_, generation);
/linux-master/drivers/virtio/
H A Dvirtio_mmio.c569 .generation = vm_generation,
H A Dvirtio_pci_modern.c781 .generation = vp_generation,
803 .generation = vp_generation,
H A Dvirtio_vdpa.c469 .generation = virtio_vdpa_generation,
/linux-master/fs/affs/
H A Dnamei.c539 u32 generation)
538 affs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) argument
/linux-master/fs/bcachefs/
H A Dextents.c406 prt_printf(out, "generation %u replicas %u",
407 le32_to_cpu(r.v->generation),
416 if (l.v->generation != r.v->generation ||
H A Dextents_format.h285 __le32 generation; member in struct:bch_reservation
/linux-master/fs/befs/
H A Dlinuxvfs.c640 uint32_t generation)
639 befs_nfs_get_inode(struct super_block *sb, uint64_t ino, uint32_t generation) argument
/linux-master/fs/btrfs/
H A Daccessors.h148 BTRFS_SETGET_FUNCS(device_generation, struct btrfs_dev_item, generation, 64);
168 generation, 64);
285 BTRFS_SETGET_FUNCS(inode_generation, struct btrfs_inode_item, generation, 64);
298 generation, 64);
342 BTRFS_SETGET_FUNCS(extent_generation, struct btrfs_extent_item, generation, 64);
396 BTRFS_SETGET_FUNCS(key_generation, struct btrfs_key_ptr, generation, 64);
399 generation, 64);
572 generation, 64);
687 BTRFS_SETGET_HEADER_FUNCS(header_generation, struct btrfs_header, generation, 64);
693 generation, 6
[all...]
H A Dblock-group.c3157 * We want to set the generation to 0, that way if anything goes wrong
3161 BTRFS_I(inode)->generation = 0;
3166 * super cache generation to 0 so we know to invalidate the
3394 * generation will be bad and life goes on
3544 * generation will be bad and life goes on
H A Dbtrfs_inode.h163 /* full 64 bit generation number, struct vfs_inode doesn't have a big
166 u64 generation; member in struct:btrfs_inode
252 * The id/generation of the last transaction where this inode was
405 * last_reflink_trans was set to the current transaction generation
415 static inline bool btrfs_inode_in_log(struct btrfs_inode *inode, u64 generation) argument
420 if (inode->logged_trans == 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 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 Ddelayed-inode.c1840 BTRFS_I(inode)->generation);
1896 BTRFS_I(inode)->generation = btrfs_stack_inode_generation(inode_item);
1918 inode->i_generation = BTRFS_I(inode)->generation;
H A Ddev-replace.c304 device->generation = 0;
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",
1041 u64 generation; local
1057 generation = btrfs_root_generation(&root->root_item);
1060 check.transid = generation;
1069 if (!btrfs_buffer_uptodate(root->node, generation, 0)) {
1630 * This will find the highest generation in the array of root backups. The
1635 * generation of the latest root in the array with the generation
2097 check.transid = fs_info->generation
3210 u64 generation; local
[all...]
H A Dexport.c67 * @generation: optional, if not zero, verify that the found inode
68 * generation matches
71 * generation does not match return ESTALE.
74 u64 root_objectid, u64 generation)
92 if (generation != 0 && generation != inode->i_generation) {
105 u32 generation; local
119 generation = fid->parent_gen;
121 return btrfs_get_dentry(sb, objectid, root_objectid, generation);
129 u32 generation; local
73 btrfs_get_dentry(struct super_block *sb, u64 objectid, u64 root_objectid, u64 generation) argument
[all...]
H A Dexport.h26 u64 root_objectid, u64 generation);
H A Dextent-tree.c1560 .generation = trans->transid,
1726 .generation = trans->transid,
3298 .generation = btrfs_extent_generation(leaf, ei),
4968 .generation = trans->transid,
5059 /* btrfs_clear_buffer_dirty() accesses generation field. */
5235 u64 generation; local
5263 generation = btrfs_node_ptr_generation(eb, slot);
5269 generation <= root->root_key.offset)
5289 generation <= root->root_key.offset)
5430 u64 generation; local
[all...]
H A Dextent_io.c1609 * or the content of some node/leaf from a past generation that got
2019 * generation, then get cleaned in tree re-balance.
2026 * Since it has bumped generation, no WRITTEN flag, it can be
2433 * its generation is older then the current one, in which case
2438 if (em->generation >= cur_gen)
2444 * generation lower then the current generation, so there is no
5124 * @gen: generation for the uptodate check, can be 0
5128 * normal uptodate check of the eb, without checking the generation. If we have

Completed in 327 milliseconds

12345678910