Home
last modified time | relevance | path

Searched refs:h_fs_generation (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Docfs2_fs.h513 __le32 h_fs_generation; /* Must match super block */ member
H A Dalloc.c921 if (le32_to_cpu(eb->h_fs_generation) != OCFS2_SB(sb)->fs_generation) in ocfs2_validate_extent_block()
923 "Extent block #%llu has an invalid h_fs_generation of #%u\n", in ocfs2_validate_extent_block()
925 le32_to_cpu(eb->h_fs_generation)); in ocfs2_validate_extent_block()
1037 eb->h_fs_generation = cpu_to_le32(osb->fs_generation); in ocfs2_create_new_meta_bhs()
6719 eb->h_fs_generation = cpu_to_le32(osb->fs_generation); in ocfs2_reuse_blk_from_dealloc()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Docfs2_fs.h511 __le32 h_fs_generation; /* Must match super block */ member
H A Dalloc.c919 if (le32_to_cpu(eb->h_fs_generation) != OCFS2_SB(sb)->fs_generation) in ocfs2_validate_extent_block()
921 "Extent block #%llu has an invalid h_fs_generation of #%u\n", in ocfs2_validate_extent_block()
923 le32_to_cpu(eb->h_fs_generation)); in ocfs2_validate_extent_block()
1035 eb->h_fs_generation = cpu_to_le32(osb->fs_generation); in ocfs2_create_new_meta_bhs()
6719 eb->h_fs_generation = cpu_to_le32(osb->fs_generation); in ocfs2_reuse_blk_from_dealloc()

Completed in 27 milliseconds