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

/u-boot/fs/yaffs2/
H A Dyaffs_guts.c4583 int init_failed = 0; local
4759 init_failed = 1;
4764 if (!init_failed && dev->param.n_caches > 0) {
4788 init_failed = 1;
4795 if (!init_failed) {
4800 init_failed = 1;
4806 if (!init_failed && !yaffs_init_blocks(dev))
4807 init_failed = 1;
4811 if (!init_failed && !yaffs_create_initial_dir(dev))
4812 init_failed
[all...]

Completed in 48 milliseconds