Searched refs:OPT_DST (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/filesync/ |
H A D | recon.c | 136 dstname = full_name(fp, OPT_DST, OPT_DST); in reconcile() 147 if (get_acls(dstname, &fp->f_info[ OPT_DST ])) in reconcile() 169 errs = do_rename(fp, OPT_DST); in reconcile() 221 (opt_force == OPT_DST) || in reconcile() 237 errs = do_copy(fp, OPT_DST); in reconcile() 248 has_other_links(fp, OPT_DST)) { in reconcile() 252 errs = do_remove(fp, OPT_DST); in reconcile() 262 if (opt_force == OPT_DST) { in reconcile() 280 errs = do_copy(fp, OPT_DST); in reconcile() 336 (opt_force == OPT_DST)) { in reconcile() [all …]
|
H A D | base.c | 832 fp->f_info[OPT_DST].f_ino = fp->f_d_inum; in bw_file() 833 fp->f_info[OPT_DST].f_nlink = fp->f_d_nlink; in bw_file() 834 fp->f_info[OPT_DST].f_d_maj = fp->f_d_maj; in bw_file() 835 fp->f_info[OPT_DST].f_d_min = fp->f_d_min; in bw_file() 836 fp->f_info[OPT_DST].f_modtime = fp->f_d_modtime; in bw_file() 852 ll = fp->f_info[OPT_DST].f_ino; in bw_file() 855 fp->f_info[OPT_DST].f_d_maj, in bw_file() 856 fp->f_info[OPT_DST].f_d_min, in bw_file() 857 fp->f_info[OPT_DST].f_nlink, in bw_file() 858 fp->f_info[OPT_DST].f_modtime); in bw_file()
|
H A D | rename.c | 102 dtype = np->f_info[OPT_DST].f_type; in find_renames() 106 side = stype ? OPT_SRC : OPT_DST; in find_renames() 147 side_t otherside = (side == OPT_SRC) ? OPT_DST : OPT_SRC; in find_oldname()
|
H A D | anal.c | 374 fp->f_dstdiffs |= check_changes(fp, OPT_BASE, OPT_DST); in check_file() 655 chgside = (srcdst == OPT_SRC) ? OPT_DST : OPT_SRC; in find_link() 656 tgtside = (srcdst == OPT_SRC) ? OPT_SRC : OPT_DST; in find_link() 992 fp->f_info[OPT_DST].f_type != S_IFDIR) { in queue_file() 998 if (fp->f_modtime < fp->f_info[OPT_DST].f_modtime) { in queue_file() 999 fp->f_modtime = fp->f_info[OPT_DST].f_modtime; in queue_file() 1000 fp->f_modns = fp->f_info[OPT_DST].f_modns; in queue_file()
|
H A D | main.c | 181 opt_force = OPT_DST; in main() 204 opt_oneway = OPT_DST; in main() 327 errs |= evaluate(bp, OPT_DST, TRUE); in main() 343 errs |= evaluate(bp, OPT_DST, FALSE); in main()
|
H A D | eval.c | 146 if (opt_onesided == (usingsrc ? OPT_DST : OPT_SRC)) { in evaluate() 408 note_info(fp, &statb, usingsrc ? OPT_SRC : OPT_DST); in eval_file() 417 &fp->f_info[usingsrc ? OPT_SRC : OPT_DST]); in eval_file() 507 which = usingsrc ? OPT_SRC : OPT_DST; in walker() 836 ip = &fp->f_info[ OPT_DST ]; in check_inum()
|
H A D | filesync.h | 73 OPT_DST = 2, /* use the destination side */ enumerator
|
H A D | action.c | 147 sp = &fp->f_info[ OPT_DST ]; in do_like() 152 dp = &fp->f_info[ OPT_DST ]; in do_like() 423 sp = &fp->f_info[ OPT_DST ]; in do_copy() 429 dp = &fp->f_info[ OPT_DST ]; in do_copy()
|