Lines Matching defs:tmpdir
58 static char dname1[BUF_SIZE], dname2[BUF_SIZE], tmpdir[BUF_SIZE];
240 /* Ignore FAN_RENAME to/from tmpdir */
251 /* Ignore FAN_RENAME to/from tmpdir */
312 * ignore FAN_RENAME to/from tmpdir, so we won't get the FAN_RENAME events
313 * when subdir is moved via tmpdir.
314 * FAN_MOVE is also set in ignored mark of tmpdir, but it will have no effect
459 * If only root dir and subdir are watched, a rename via an unwatched tmpdir
464 * If tmpdir is ignoring FAN_RENAME, we will get the MOVED_FROM/MOVED_TO
465 * events and will not get the FAN_RENAME event for rename via tmpdir.
468 SAFE_RENAME(dname1, tmpdir);
469 SAFE_RENAME(tmpdir, dname2);
481 * When renamed via an unwatched tmpdir, the 1st FAN_RENAME event has the
484 * If tmpdir is ignoring FAN_RENAME, we get no FAN_RENAME events at all.
774 sprintf(tmpdir, "%s/%s", TEMP_DIR, DIR_NAME2);