Searched refs:pstatb (Results 1 – 1 of 1) sorted by relevance
1623 record_ancestry(char *file, struct stat *pstatb, struct lbuf *rep, in record_ancestry() argument1646 myinfo->dev = pstatb->st_dev; in record_ancestry()1647 myinfo->ino = pstatb->st_ino; in record_ancestry()1659 if ((tptr->dev == pstatb->st_dev) && in record_ancestry()1660 (tptr->ino == pstatb->st_ino)) { in record_ancestry()