Searched defs:_ino (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dpermission.c797 ino_t _ino[MAXPATHS+1]; local
801 _ino[i] = 0;
808 if ( _ino[i] == 0 ) {
812 _ino[i] = tempbuf.st_ino;
816 && _ino[i] == statbuf.st_ino ) {

Completed in 59 milliseconds