OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_ext2_super_block
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/ext2ed/
super_com.c
28
super=&type_data.u.
t_ext2_super_block
;
47
wmove (show_pad,11,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.
t_ext2_super_block
.s_mtime));
48
wmove (show_pad,12,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.
t_ext2_super_block
.s_wtime));
49
wmove (show_pad,19,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.
t_ext2_super_block
.s_lastcheck));
52
switch (type_data.u.
t_ext2_super_block
.s_magic) {
65
if (type_data.u.
t_ext2_super_block
.s_state & 0x1)
70
if (type_data.u.
t_ext2_super_block
.s_state & 0x2)
77
switch (type_data.u.
t_ext2_super_block
.s_errors) {
94
switch (type_data.u.
t_ext2_super_block
.s_creator_os) {
151
sb=type_data.u.
t_ext2_super_block
;
[
all
...]
ext2ed.h
116
struct ext2_super_block
t_ext2_super_block
;
member in union:struct_type_data::union_type_data
Completed in 454 milliseconds