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.c28 super=&type_data.u.t_ext2_super_block; in type_ext2_super_block___show()
47 …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()
48 …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()
49 …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()
52 switch (type_data.u.t_ext2_super_block.s_magic) { in type_ext2_super_block___show()
65 if (type_data.u.t_ext2_super_block.s_state & 0x1) in type_ext2_super_block___show()
70 if (type_data.u.t_ext2_super_block.s_state & 0x2) in type_ext2_super_block___show()
77 switch (type_data.u.t_ext2_super_block.s_errors) { in type_ext2_super_block___show()
94 switch (type_data.u.t_ext2_super_block.s_creator_os) { in type_ext2_super_block___show()
151 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