Home | History | Annotate | Download | only in yaffs2

Lines Matching refs:force

73 				    int force, int isShrink, int shadows);
1812 const YCHAR * newName, int force, int shadows)
1850 force ||
1875 int force = 0;
1883 force = 1;
1912 yaffs_ChangeObjectName(obj, newDir, newName, force,
1928 dev->allocationBlock = -1; /* force it to get a new one */
2988 int yaffs_UpdateObjectHeader(yaffs_Object * in, const YCHAR * name, int force,
3008 if (!in->fake || force) {