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

/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c81 int ilist_index = 0; /* current index for storing into ilist; */ variable
195 ilist_index = iflg;
339 ilist[ilist_index++].ino = 0;
340 if (ilist_index > MAX_ILIST_INDEX())
373 for (i = iflg; i < ilist_index; i++) {
376 ilist_index = iflg;
398 ilist[ilist_index].ino = ino;
399 ilist[ilist_index].mode = ip->di_mode;
400 ilist[ilist_index].uid = ip->di_uid;
401 ilist[ilist_index]
[all...]

Completed in 56 milliseconds