Home
last modified time | relevance | path

Searched refs:_ino (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dpermission.c798 ino_t _ino[MAXPATHS+1]; local
802 _ino[i] = 0;
809 if ( _ino[i] == 0 ) {
813 _ino[i] = tempbuf.st_ino;
817 && _ino[i] == statbuf.st_ino ) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h382 #define TRACK_LNCNTP(_ino, _op) (_op) argument