Home
last modified time | relevance | path

Searched refs:side_t (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Ddatabase.h250 void note_info(struct file *, const struct stat *, side_t);
251 void update_info(struct file *, side_t);
271 errmask_t evaluate(struct base *, side_t, bool_t);
277 char *full_name(struct file *, side_t, side_t);
280 errmask_t do_copy(struct file *, side_t);
281 errmask_t do_remove(struct file *, side_t);
282 errmask_t do_rename(struct file *, side_t);
283 errmask_t do_like(struct file *, side_t, bool_t);
286 struct file *find_link(struct file *, side_t);
287 void link_update(struct file *, side_t);
[all …]
H A Dfilesync.h75 } side_t; typedef
127 extern side_t opt_force; /* designated winner for conflicts */
128 extern side_t opt_oneway; /* one way only propagation */
129 extern side_t opt_onesided; /* permit one sided analysis */
H A Drename.c65 static struct file *find_oldname(struct file *, struct file *, side_t);
67 note_rename(struct file *, struct file *, struct file *, side_t);
142 side_t side) in find_oldname()
147 side_t otherside = (side == OPT_SRC) ? OPT_DST : OPT_SRC; in find_oldname()
219 struct file *old, side_t side) in note_rename()
H A Drecon.c77 static side_t newer(struct file *);
78 static side_t older(struct file *);
506 static side_t
539 static side_t
803 full_name(struct file *fp, side_t srcdst, side_t whichbuf) in full_name()
H A Danal.c547 same_name(struct file *f1, struct file *f2, side_t srcdst) in same_name()
647 find_link(struct file *fp, side_t srcdst) in find_link()
649 side_t chgside, tgtside; in find_link()
831 has_other_links(struct file *fp, side_t srcdst) in has_other_links()
907 link_update(struct file *fp, side_t which) in link_update()
H A Dmain.c75 side_t opt_force; /* designated winner for conflicts */
76 side_t opt_oneway; /* one way only propagation */
77 side_t opt_onesided; /* permit one-sided evaluation */
H A Deval.c114 evaluate(struct base *bp, side_t srcdst, bool_t newrules) in evaluate()
659 note_info(struct file *fp, const struct stat *sp, side_t which) in note_info()
747 update_info(struct file *fp, side_t which) in update_info()
H A Daction.c123 do_like(struct file *fp, side_t srcdst, bool_t do_stats) in do_like()
390 do_copy(struct file *fp, side_t srcdst) in do_copy()
851 do_remove(struct file *fp, side_t srcdst) in do_remove()
937 do_rename(struct file *fp, side_t srcdst) in do_rename()