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

/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c91 struct dinode *ginode();
510 acct(ginode());
629 ginode() function
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c143 struct dinode *ginode(ino_t inumber);
519 dip = ginode(dp->d_ino);
685 ginode(ino_t inumber) function
696 "bad inode number %ld to ginode\n", inumber);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c293 dp = ginode(idesc->id_number);
306 dp = ginode(idesc->id_number);
356 dp = ginode(idesc->id_number);
654 * Note that any call to ginode() can potentially invalidate any
657 * an inode, if there's any chance of ginode() being called after
658 * that. Also, always call ginode() right before you need to access
660 * called between the previous ginode() invocation and the dinode
669 ginode(fsck_ino_t inum) function
675 errexit("bad inode number %d to ginode\n", inum);
704 * Special purpose version of ginode use
[all...]

Completed in 63 milliseconds