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

/linux-master/fs/ocfs2/
H A Dinode.c283 BUG_ON(le32_to_cpu(fe->i_fs_generation) != osb->fs_generation);
459 generation = osb->fs_generation;
1411 OCFS2_SB(sb)->fs_generation) {
1413 "Invalid dinode #%llu: fs_generation is %u\n",
1478 OCFS2_SB(sb)->fs_generation) {
1480 "Filecheck: invalid dinode #%llu: fs_generation is %u\n",
1541 OCFS2_SB(sb)->fs_generation) {
1542 di->i_fs_generation = cpu_to_le32(OCFS2_SB(sb)->fs_generation);
1545 "Filecheck: reset dinode #%llu: fs_generation to %u\n",
H A Docfs2.h315 u32 fs_generation; member in struct:ocfs2_super
H A Dsuballoc.c175 if (le32_to_cpu(gd->bg_generation) != OCFS2_SB(sb)->fs_generation) {
176 do_error("Group descriptor #%llu has an invalid fs_generation of #%u\n",
372 bg->bg_generation = cpu_to_le32(osb->fs_generation);
393 * group stores the superblock fs_generation value at
H A Dsuper.c223 osb->fs_generation, osb->vol_label);
2231 osb->fs_generation = le32_to_cpu(di->i_fs_generation);
H A Drefcounttree.c111 if (le32_to_cpu(rb->rf_fs_generation) != OCFS2_SB(sb)->fs_generation) {
627 rb->rf_fs_generation = cpu_to_le32(osb->fs_generation);
1575 new_rb->rf_fs_generation = cpu_to_le32(OCFS2_SB(sb)->fs_generation);
H A Ddir.c2329 dx_root->dr_fs_generation = cpu_to_le32(osb->fs_generation);
2402 dx_leaf->dl_fs_generation = cpu_to_le32(osb->fs_generation);
H A Dalloc.c919 if (le32_to_cpu(eb->h_fs_generation) != OCFS2_SB(sb)->fs_generation)
1042 eb->h_fs_generation = cpu_to_le32(osb->fs_generation);
6726 eb->h_fs_generation = cpu_to_le32(osb->fs_generation);
H A Dnamei.c553 fe->i_fs_generation = cpu_to_le32(osb->fs_generation);
H A Dxattr.c501 if (le32_to_cpu(xb->xb_fs_generation) != OCFS2_SB(sb)->fs_generation) {
2908 cpu_to_le32(OCFS2_SB(inode->i_sb)->fs_generation);
/linux-master/fs/reiserfs/
H A Dreiserfs.h2301 #define fs_generation(s) (REISERFS_SB(s)->s_generation_counter) macro
2302 #define get_generation(s) atomic_read (&fs_generation(s))
H A Ddo_balan.c1879 atomic_inc(&fs_generation(tb->tb_sb));

Completed in 414 milliseconds