Lines Matching refs:srcdst
548 same_name(struct file *f1, struct file *f2, side_t srcdst) in same_name() argument
552 if (srcdst == OPT_SRC) { in same_name()
648 find_link(struct file *fp, side_t srcdst) in find_link() argument
655 chgside = (srcdst == OPT_SRC) ? OPT_DST : OPT_SRC; in find_link()
656 tgtside = (srcdst == OPT_SRC) ? OPT_SRC : OPT_DST; in find_link()
768 if (fcp->f_d_maj != ((srcdst == OPT_SRC) ? lp->f_d_maj in find_link()
771 if (fcp->f_d_min != ((srcdst == OPT_SRC) ? lp->f_d_min in find_link()
774 if (fcp->f_ino != ((srcdst == OPT_SRC) ? lp->f_d_inum in find_link()
832 has_other_links(struct file *fp, side_t srcdst) in has_other_links() argument
836 fip = &fp->f_info[srcdst]; in has_other_links()
848 lip = &lp->f_info[srcdst]; in has_other_links()