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

/external/e2fsprogs/tests/progs/
H A Drandom_exercise.c34 struct state state_array[MAXFDS]; variable in typeref:struct:state
45 state_array[i].state = STATE_CLEAR;
93 state_array[fd].isdir = isdir;
96 state_array[fd].isdir = isdir;
97 state_array[fd].state = STATE_CREATED;
98 strcpy(state_array[fd].name, template);
107 if (state_array[fd].isdir)
112 state_array[fd].name, fd, get_inode_num(fd), size);
118 char *filename = state_array[fd].name;
123 if (state_array[f
[all...]

Completed in 262 milliseconds