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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c1382 struct inode *ip, *inext, *rip; local
1564 for (inext = 0, ip = ih->ih_chain[0];
1566 ip = inext) {
1567 inext = ip->i_forw;

Completed in 58 milliseconds