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

/illumos-gate/usr/src/cmd/filesync/
H A Danal.c39 * check_changes (static) figure out if a particular file has changed
77 static diffmask_t check_changes(struct file *fp, int first, int second);
366 fp->f_srcdiffs |= check_changes(fp, OPT_BASE, OPT_SRC);
374 fp->f_dstdiffs |= check_changes(fp, OPT_BASE, OPT_DST);
443 * check_changes
461 check_changes(struct file *fp, int ref, int new) function

Completed in 72 milliseconds