Home
last modified time | relevance | path

Searched refs:fs_generation (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/fs/ocfs2/
Dinode.c283 BUG_ON(le32_to_cpu(fe->i_fs_generation) != osb->fs_generation); in ocfs2_populate_inode()
459 generation = osb->fs_generation; in ocfs2_read_locked_inode()
1411 OCFS2_SB(sb)->fs_generation) { in ocfs2_validate_inode_block()
1478 OCFS2_SB(sb)->fs_generation) { in ocfs2_filecheck_validate_inode_block()
1541 OCFS2_SB(sb)->fs_generation) { in ocfs2_filecheck_repair_inode_block()
1542 di->i_fs_generation = cpu_to_le32(OCFS2_SB(sb)->fs_generation); in ocfs2_filecheck_repair_inode_block()
Docfs2.h315 u32 fs_generation; member
Dsuper.c223 osb->fs_generation, osb->vol_label); in ocfs2_osb_dump()
2232 osb->fs_generation = le32_to_cpu(di->i_fs_generation); in ocfs2_initialize_super()
Dsuballoc.c175 if (le32_to_cpu(gd->bg_generation) != OCFS2_SB(sb)->fs_generation) { in ocfs2_validate_gd_self()
372 bg->bg_generation = cpu_to_le32(osb->fs_generation); in ocfs2_block_group_fill()
Drefcounttree.c111 if (le32_to_cpu(rb->rf_fs_generation) != OCFS2_SB(sb)->fs_generation) { in ocfs2_validate_refcount_block()
627 rb->rf_fs_generation = cpu_to_le32(osb->fs_generation); in ocfs2_create_refcount_tree()
1575 new_rb->rf_fs_generation = cpu_to_le32(OCFS2_SB(sb)->fs_generation); in ocfs2_new_leaf_refcount_block()
Ddir.c2331 dx_root->dr_fs_generation = cpu_to_le32(osb->fs_generation); in ocfs2_dx_dir_attach_index()
2404 dx_leaf->dl_fs_generation = cpu_to_le32(osb->fs_generation); in ocfs2_dx_dir_format_cluster()
Dalloc.c919 if (le32_to_cpu(eb->h_fs_generation) != OCFS2_SB(sb)->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()
Dnamei.c553 fe->i_fs_generation = cpu_to_le32(osb->fs_generation); in __ocfs2_mknod_locked()
Dxattr.c501 if (le32_to_cpu(xb->xb_fs_generation) != OCFS2_SB(sb)->fs_generation) { in ocfs2_validate_xattr_block()
2908 cpu_to_le32(OCFS2_SB(inode->i_sb)->fs_generation); in ocfs2_create_xattr_block()
/linux-6.6.21/fs/reiserfs/
Dreiserfs.h2301 #define fs_generation(s) (REISERFS_SB(s)->s_generation_counter) macro
2302 #define get_generation(s) atomic_read (&fs_generation(s))
Ddo_balan.c1879 atomic_inc(&fs_generation(tb->tb_sb)); in do_balance()