Lines Matching refs:state
183 static __initdata enum state { enum
192 } state, next_state; variable
209 static void __init read_into(char *buf, unsigned size, enum state next) in read_into()
214 state = next; in read_into()
219 state = Collect; in read_into()
241 state = next_state; in do_collect()
258 state = SkipIt; in do_header()
267 state = Collect; in do_header()
282 state = next_state; in do_skip()
326 state = SkipIt; in do_name()
348 state = CopyFile; in do_name()
380 state = SkipIt; in do_copy()
398 state = SkipIt; in do_symlink()
419 while (!actions[state]()) in write_buffer()
436 state = Start; in flush_buffer()
440 state = Reset; in flush_buffer()
465 state = Start; in unpack_to_rootfs()
471 state = Start; in unpack_to_rootfs()
500 if (state != Reset) in unpack_to_rootfs()