Searched refs:tblstatbuf (Results 1 – 1 of 1) sorted by relevance
916 struct stat64 tblstatbuf; /* Stat struct, tbl entry */ in _getdevrec() local966 if (stat64(devrec->cdevice, &tblstatbuf) == 0) { in _getdevrec()967 if (samedev(tblstatbuf, devstatbuf)) in _getdevrec()989 if (stat64(devrec->bdevice, &tblstatbuf) == 0) { in _getdevrec()990 if (samedev(tblstatbuf, devstatbuf)) in _getdevrec()1013 &tblstatbuf) == 0) { in _getdevrec()1014 if (samedev(tblstatbuf, devstatbuf)) in _getdevrec()