Searched refs:pstatb (Results 1 – 1 of 1) sorted by relevance
1630 record_ancestry(char *file, struct stat *pstatb, struct lbuf *rep, in record_ancestry() argument1653 myinfo->dev = pstatb->st_dev; in record_ancestry()1654 myinfo->ino = pstatb->st_ino; in record_ancestry()1666 if ((tptr->dev == pstatb->st_dev) && in record_ancestry()1667 (tptr->ino == pstatb->st_ino)) { in record_ancestry()