Searched refs:side_t (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/filesync/ |
H A D | database.h | 252 void note_info(struct file *, const struct stat *, side_t); 253 void update_info(struct file *, side_t); 273 errmask_t evaluate(struct base *, side_t, bool_t); 279 char *full_name(struct file *, side_t, side_t); 282 errmask_t do_copy(struct file *, side_t); 283 errmask_t do_remove(struct file *, side_t); 284 errmask_t do_rename(struct file *, side_t); 285 errmask_t do_like(struct file *, side_t, bool_t); 288 struct file *find_link(struct file *, side_t); 289 void link_update(struct file *, side_t); [all …]
|
H A D | filesync.h | 76 } side_t; typedef 128 extern side_t opt_force; /* designated winner for conflicts */ 129 extern side_t opt_oneway; /* one way only propagation */ 130 extern side_t opt_onesided; /* permit one sided analysis */
|
H A D | rename.c | 65 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 D | recon.c | 77 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 D | anal.c | 548 same_name(struct file *f1, struct file *f2, side_t srcdst) in same_name() 648 find_link(struct file *fp, side_t srcdst) in find_link() 650 side_t chgside, tgtside; in find_link() 832 has_other_links(struct file *fp, side_t srcdst) in has_other_links() 908 link_update(struct file *fp, side_t which) in link_update()
|
H A D | main.c | 77 side_t opt_force; /* designated winner for conflicts */ 78 side_t opt_oneway; /* one way only propagation */ 79 side_t opt_onesided; /* permit one-sided evaluation */
|
H A D | eval.c | 116 evaluate(struct base *bp, side_t srcdst, bool_t newrules) in evaluate() 661 note_info(struct file *fp, const struct stat *sp, side_t which) in note_info() 749 update_info(struct file *fp, side_t which) in update_info()
|
H A D | action.c | 122 do_like(struct file *fp, side_t srcdst, bool_t do_stats) in do_like() 389 do_copy(struct file *fp, side_t srcdst) in do_copy() 850 do_remove(struct file *fp, side_t srcdst) in do_remove() 936 do_rename(struct file *fp, side_t srcdst) in do_rename()
|