Lines Matching refs:f_info
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()
466 rp = &fp->f_info[ref]; in check_changes()
467 np = &fp->f_info[new]; in check_changes()
657 fcp = &fp->f_info[chgside]; in find_link()
658 ftp = &fp->f_info[tgtside]; in find_link()
688 tgtp = &lp->f_info[tgtside]; in find_link()
689 chgp = &lp->f_info[chgside]; in find_link()
752 tgtp = &lp->f_info[tgtside]; in find_link()
753 chgp = &lp->f_info[chgside]; in find_link()
790 basp = &lp->f_info[OPT_BASE]; in find_link()
836 fip = &fp->f_info[srcdst]; in has_other_links()
848 lip = &lp->f_info[srcdst]; in has_other_links()
917 if (lp->f_info[which].f_ino != fp->f_info[which].f_ino) in link_update()
919 if (lp->f_info[which].f_d_maj != fp->f_info[which].f_d_maj) in link_update()
921 if (lp->f_info[which].f_d_min != fp->f_info[which].f_d_min) in link_update()
929 lp->f_info[which].f_type = fp->f_info[which].f_type; in link_update()
930 lp->f_info[which].f_size = fp->f_info[which].f_size; in link_update()
931 lp->f_info[which].f_mode = fp->f_info[which].f_mode; in link_update()
932 lp->f_info[which].f_uid = fp->f_info[which].f_uid; in link_update()
933 lp->f_info[which].f_gid = fp->f_info[which].f_gid; in link_update()
934 lp->f_info[which].f_modtime = fp->f_info[which].f_modtime; in link_update()
935 lp->f_info[which].f_modns = fp->f_info[which].f_modns; in link_update()
936 lp->f_info[which].f_nlink = fp->f_info[which].f_nlink; in link_update()
937 lp->f_info[which].f_rd_maj = fp->f_info[which].f_rd_maj; in link_update()
938 lp->f_info[which].f_rd_min = fp->f_info[which].f_rd_min; in link_update()
943 lp->f_name, lp->f_info[which].f_modtime, in link_update()
944 lp->f_info[which].f_modns); in link_update()
991 } else if (fp->f_info[OPT_SRC].f_type != S_IFDIR && in queue_file()
992 fp->f_info[OPT_DST].f_type != S_IFDIR) { in queue_file()
996 fp->f_modtime = fp->f_info[OPT_SRC].f_modtime; in queue_file()
997 fp->f_modns = fp->f_info[OPT_SRC].f_modns; 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()