Home
last modified time | relevance | path

Searched refs:INOFND (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/backup/restore/
H A Drestore.c208 #define INOFND 0x2 /* inode already exists */ macro
243 key |= INOFND;
280 if (((key & (INOFND|NAMEFND)) == (INOFND|NAMEFND)) && ip != np) {
294 (((key & INOFND) && ip->e_type != type) ||
312 case INOFND|NAMEFND:
370 case ONTAPE|INOFND:
376 case INOFND:
403 case ONTAPE|INOFND|NAMEFND:
429 case ONTAPE|INOFND|MODECHG:
430 case ONTAPE|INOFND|NAMEFND|MODECHG:
[all …]