Lines Matching refs:f_info
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()
188 if (fp->f_info[OPT_BASE].f_size != size) in find_oldname()
225 dir = new->f_info[side].f_type == S_IFDIR; in note_rename()