Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c79 int ilist_index = 0; /* current index for storing into ilist; */ variable
193 ilist_index = iflg; in main()
337 ilist[ilist_index++].ino = 0; in check()
338 if (ilist_index > MAX_ILIST_INDEX()) in check()
371 for (i = iflg; i < ilist_index; i++) { in check()
374 ilist_index = iflg; in check()
396 ilist[ilist_index].ino = ino; in pass1()
397 ilist[ilist_index].mode = ip->di_mode; in pass1()
398 ilist[ilist_index].uid = ip->di_uid; in pass1()
399 ilist[ilist_index].gid = ip->di_gid; in pass1()
[all …]