Searched refs:NAMEFND (Results 1 – 1 of 1) sorted by relevance
208 # define NAMEFND 0x4 /* name already exists */ in nodeupdates() macro226 key |= NAMEFND; in nodeupdates()260 if (((key & (INOFND|NAMEFND)) == (INOFND|NAMEFND)) && ip != np) { in nodeupdates()270 key &= ~NAMEFND; in nodeupdates()274 ((key & NAMEFND) && np->e_type != type))) in nodeupdates()291 case INOFND|NAMEFND: in nodeupdates()308 case ONTAPE|NAMEFND: in nodeupdates()309 case ONTAPE|NAMEFND|MODECHG: in nodeupdates()375 case ONTAPE|INOFND|NAMEFND: in nodeupdates()407 case ONTAPE|INOFND|NAMEFND|MODECHG: in nodeupdates()[all …]