Home
last modified time | relevance | path

Searched refs:s_next_generation (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/ext2/
H A Dialloc.c565 inode->i_generation = sbi->s_next_generation++; in ext2_new_inode()
H A Dext2.h96 u32 s_next_generation; member
H A Dsuper.c1118 get_random_bytes(&sbi->s_next_generation, sizeof(u32)); in ext2_fill_super()
/openbmc/linux/fs/ocfs2/
H A Docfs2.h349 u32 s_next_generation; member
H A Dsuper.c2182 get_random_bytes(&osb->s_next_generation, sizeof(u32)); in ocfs2_initialize_super()
H A Dnamei.c532 inode->i_generation = osb->s_next_generation++; in __ocfs2_mknod_locked()
H A Drefcounttree.c634 rb->rf_generation = osb->s_next_generation++; in ocfs2_create_refcount_tree()