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

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c4756 int init_failed = 0; local
4862 init_failed = 1;
4867 if (!init_failed && dev->param.n_caches > 0) {
4891 init_failed = 1;
4898 if (!init_failed) {
4903 init_failed = 1;
4909 if (!init_failed && !yaffs_init_blocks(dev))
4910 init_failed = 1;
4914 if (!init_failed && !yaffs_create_initial_dir(dev))
4915 init_failed
[all...]

Completed in 36 milliseconds