Home
last modified time | relevance | path

Searched refs:OPT_BASE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Danal.c360 fp->f_info[OPT_BASE].f_modtime = fp->f_s_modtime; in check_file()
361 fp->f_info[OPT_BASE].f_ino = fp->f_s_inum; in check_file()
362 fp->f_info[OPT_BASE].f_d_maj = fp->f_s_maj; in check_file()
363 fp->f_info[OPT_BASE].f_d_min = fp->f_s_min; in check_file()
364 fp->f_info[OPT_BASE].f_nlink = fp->f_s_nlink; in check_file()
368 fp->f_info[OPT_BASE].f_modtime = fp->f_d_modtime; in check_file()
369 fp->f_info[OPT_BASE].f_ino = fp->f_d_inum; in check_file()
370 fp->f_info[OPT_BASE].f_d_maj = fp->f_d_maj; in check_file()
371 fp->f_info[OPT_BASE].f_d_min = fp->f_d_min; in check_file()
372 fp->f_info[OPT_BASE].f_nlink = fp->f_d_nlink; in check_file()
[all …]
H A Drename.c100 btype = np->f_info[OPT_BASE].f_type; in find_renames()
169 if (fp->f_info[OPT_BASE].f_type != new->f_info[side].f_type) in find_oldname()
188 if (fp->f_info[OPT_BASE].f_size != size) in find_oldname()
H A Deval.c413 if (opt_acls || fp->f_info[OPT_BASE].f_numacls) in eval_file()
556 if (fp->f_info[OPT_BASE].f_numacls || opt_acls) in walker()
585 if (opt_acls || fp->f_info[OPT_BASE].f_numacls) in walker()
750 do_update(&fp->f_info[ OPT_BASE ], &fp->f_info[ which ]); in update_info()
783 do_update(&fp->f_info[ which ], &fp->f_info[ OPT_BASE ]); in fakedata()
H A Drecon.c144 if (opt_acls == 0 && fp->f_info[ OPT_BASE ].f_numacls == 0) { in reconcile()
484 fp->f_info[ OPT_BASE ].f_type = S_IFDIR; in reconcile()
732 if (fp->f_info[OPT_BASE].f_size == 0) in truncated()
736 if (fp->f_info[OPT_BASE].f_type != S_IFREG) in truncated()
H A Dfilesync.h70 OPT_BASE = 0, /* use the baseline data */ enumerator
H A Daction.c156 ip = &fp->f_info[ OPT_BASE ]; in do_like()
634 src = full_name(lp, srcdst, OPT_BASE); in do_copy()
959 oldname = full_name(pp, srcdst, OPT_BASE); in do_rename()
H A Dbase.c459 ip = &fp->f_info[ OPT_BASE ]; in read_baseline()
812 struct fileinfo *ip = &fp->f_info[OPT_BASE]; in bw_file()