Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/filesync/
H A Drename.c239 new->f_srcdiffs |= D_RENAME_TO; in note_rename()
242 new->f_dstdiffs |= D_RENAME_TO; in note_rename()
H A Drecon.c162 if ((fp->f_srcdiffs|fp->f_dstdiffs) & D_RENAME_TO) { in reconcile()
168 if (fp->f_srcdiffs & D_RENAME_TO) { in reconcile()
171 } else if (fp->f_dstdiffs & D_RENAME_TO) { in reconcile()
H A Ddatabase.h162 #define D_RENAME_TO 0x400 /* file came from a rename */ macro
H A Ddebug.c134 D_RENAME_TO, "rename2",