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

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_yaffs1.c37 int alloc_failed = 0; local
82 !alloc_failed && blk <= dev->internal_end_block; blk++) {
93 !alloc_failed && c < dev->param.chunks_per_block &&
150 alloc_failed = 1;
155 alloc_failed = 1;
208 alloc_failed = 1;
294 alloc_failed = 1;
349 alloc_failed = 1;
416 if (alloc_failed)
H A Dyaffs_yaffs2.c950 int alloc_failed = 0; local
1051 alloc_failed = 1;
1060 alloc_failed = 1;
1101 alloc_failed = 1;
1137 alloc_failed = 1;
1254 alloc_failed = 1;
1336 alloc_failed = 1;
1342 return alloc_failed ? YAFFS_FAIL : YAFFS_OK;
1360 int alloc_failed = 0; local
1462 !alloc_failed
[all...]
H A Dyaffs_guts.c3223 int alloc_failed = 0; local
3243 alloc_failed = 1; /* Not returned */

Completed in 36 milliseconds