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

/netbsd-6-1-5-RELEASE/sbin/restore/
H A Drestore.c216 # define INOFND 0x2 /* inode already exists */ macro
248 key |= INOFND;
269 if (((key & (INOFND|NAMEFND)) == (INOFND|NAMEFND)) && ip != np) {
282 (((key & INOFND) && ip->e_type != type) ||
290 * Thus if both NAMEFND and INOFND are set then ip == np.
300 case INOFND|NAMEFND:
314 * when it is later found by inode number (see INOFND case
353 case ONTAPE|INOFND:
357 case INOFND
[all...]

Completed in 51 milliseconds