Searched refs:inplast (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | inode.c | 64 if (inpnext >= inplast) { 70 inplast->fe_nexthash = inpnext; 71 inplast->fe_block = (uint32_t)-1; 72 inplast = &inpnext[FEGROW];
|
H A D | fsck.h | 143 extern fileinfo_t *inphead, **inphash, *inpnext, *inplast;
|
H A D | setup.c | 90 struct fileinfo *inphead, **inphash, *inpnext, *inplast; variable 270 inplast = &inphead[listmax]; in setup()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | inode.c | 845 if (inplast == listmax) { in cacheino() 852 inpsort[inplast++] = inp; in cacheino() 886 for (inpp = &inpsort[inplast - 1]; inpp >= inpsort; inpp--) { in inocleanup()
|
H A D | pass3.c | 60 for (inpp = &inpsort[inplast - 1]; inpp >= inpsort; inpp--) { in pass3a()
|
H A D | pass2.c | 134 qsort((void *)inpsort, (size_t)inplast, sizeof (*inpsort), blksort); in pass2() 142 inpend = &inpsort[inplast]; in pass2()
|
H A D | fsck.h | 243 extern int64_t numdirs, listmax, inplast;
|
H A D | setup.c | 88 int64_t numdirs, listmax, inplast; variable 930 inplast = 0L; in create_and_init_maps()
|
H A D | dir.c | 79 inpend = &inpsort[inplast]; in propagate()
|