Searched refs:f_info (Results 1 – 7 of 7) sorted by relevance
361 fp->f_info[OPT_BASE].f_modtime = fp->f_s_modtime; in check_file()362 fp->f_info[OPT_BASE].f_ino = fp->f_s_inum; in check_file()363 fp->f_info[OPT_BASE].f_d_maj = fp->f_s_maj; in check_file()364 fp->f_info[OPT_BASE].f_d_min = fp->f_s_min; in check_file()365 fp->f_info[OPT_BASE].f_nlink = fp->f_s_nlink; in check_file()369 fp->f_info[OPT_BASE].f_modtime = fp->f_d_modtime; in check_file()370 fp->f_info[OPT_BASE].f_ino = fp->f_d_inum; in check_file()371 fp->f_info[OPT_BASE].f_d_maj = fp->f_d_maj; in check_file()372 fp->f_info[OPT_BASE].f_d_min = fp->f_d_min; in check_file()373 fp->f_info[OPT_BASE].f_nlink = fp->f_d_nlink; in check_file()[all …]
100 btype = np->f_info[OPT_BASE].f_type; in find_renames()101 stype = np->f_info[OPT_SRC].f_type; in find_renames()102 dtype = np->f_info[OPT_DST].f_type; in find_renames()150 inum = new->f_info[side].f_ino; in find_oldname()151 maj = new->f_info[side].f_d_maj; in find_oldname()152 min = new->f_info[side].f_d_min; in find_oldname()153 size = new->f_info[side].f_size; in find_oldname()161 if (fp->f_info[side].f_type != 0) in find_oldname()165 if (fp->f_info[otherside].f_type == 0) in find_oldname()169 if (fp->f_info[OPT_BASE].f_type != new->f_info[side].f_type) in find_oldname()[all …]
144 if (opt_acls == 0 && fp->f_info[ OPT_BASE ].f_numacls == 0) { in reconcile()145 if (get_acls(srcname, &fp->f_info[ OPT_SRC ])) in reconcile()147 if (get_acls(dstname, &fp->f_info[ OPT_DST ])) in reconcile()484 fp->f_info[ OPT_BASE ].f_type = S_IFDIR; in reconcile()511 sp = &fp->f_info[OPT_SRC]; in newer()512 dp = &fp->f_info[OPT_DST]; in newer()544 sp = &fp->f_info[OPT_SRC]; in older()545 dp = &fp->f_info[OPT_DST]; in older()577 sp = &fp->f_info[OPT_SRC]; in samedata()578 dp = &fp->f_info[OPT_DST]; in samedata()[all …]
459 ip = &fp->f_info[ OPT_BASE ]; in read_baseline()812 struct fileinfo *ip = &fp->f_info[OPT_BASE]; in bw_file()827 fp->f_info[OPT_SRC].f_ino = fp->f_s_inum; in bw_file()828 fp->f_info[OPT_SRC].f_nlink = fp->f_s_nlink; in bw_file()829 fp->f_info[OPT_SRC].f_d_maj = fp->f_s_maj; in bw_file()830 fp->f_info[OPT_SRC].f_d_min = fp->f_s_min; in bw_file()831 fp->f_info[OPT_SRC].f_modtime = fp->f_s_modtime; in bw_file()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()[all …]
147 sp = &fp->f_info[ OPT_DST ]; in do_like()148 dp = &fp->f_info[ OPT_SRC ]; in do_like()151 sp = &fp->f_info[ OPT_SRC ]; in do_like()152 dp = &fp->f_info[ OPT_DST ]; in do_like()155 ip = &fp->f_info[ OPT_BASE ]; in do_like()423 sp = &fp->f_info[ OPT_DST ]; in do_copy()424 dp = &fp->f_info[ OPT_SRC ]; in do_copy()428 sp = &fp->f_info[ OPT_SRC ]; in do_copy()429 dp = &fp->f_info[ OPT_DST ]; in do_copy()867 if (fp->f_info[0].f_type == S_IFDIR) { in do_remove()[all …]
415 if (opt_acls || fp->f_info[OPT_BASE].f_numacls) in eval_file()417 &fp->f_info[usingsrc ? OPT_SRC : OPT_DST]); in eval_file()558 if (fp->f_info[OPT_BASE].f_numacls || opt_acls) in walker()560 &fp->f_info[which]); in walker()587 if (opt_acls || fp->f_info[OPT_BASE].f_numacls) in walker()588 (void) get_acls(name, &fp->f_info[which]); in walker()665 ip = &fp->f_info[ which ]; in note_info()752 do_update(&fp->f_info[ OPT_BASE ], &fp->f_info[ which ]); in update_info()757 which, fp->f_name, fp->f_info[ which ].f_modtime, in update_info()758 fp->f_info[ which ].f_modns); in update_info()[all …]
217 struct fileinfo f_info[3]; /* baseline, source, dest */ member