Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/filesync/
H A Ddatabase.h178 #define D_CONTENTS (D_SIZE|D_TYPE|D_CREATE|D_MTIME) macro
H A Drecon.c411 if ((diffmask & D_CONTENTS) == 0) { in reconcile()
434 errs |= do_copy(fp, (fp->f_srcdiffs&D_CONTENTS) ? in reconcile()