Home
last modified time | relevance | path

Searched refs:t_ext2_super_block (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/ext2ed/
Dsuper_com.c29 super=&type_data.u.t_ext2_super_block; in type_ext2_super_block___show()
48 …wmove (show_pad,11,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_super_block.s_… in type_ext2_super_block___show()
49 …wmove (show_pad,12,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_super_block.s_… in type_ext2_super_block___show()
50 …wmove (show_pad,19,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_super_block.s_… in type_ext2_super_block___show()
53 switch (type_data.u.t_ext2_super_block.s_magic) { in type_ext2_super_block___show()
66 if (type_data.u.t_ext2_super_block.s_state & 0x1) in type_ext2_super_block___show()
71 if (type_data.u.t_ext2_super_block.s_state & 0x2) in type_ext2_super_block___show()
78 switch (type_data.u.t_ext2_super_block.s_errors) { in type_ext2_super_block___show()
95 switch (type_data.u.t_ext2_super_block.s_creator_os) { in type_ext2_super_block___show()
152 sb=type_data.u.t_ext2_super_block; in type_ext2_super_block___setactivecopy()
[all …]
Dext2ed.h112 struct ext2_super_block t_ext2_super_block; member