Home
last modified time | relevance | path

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

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