ulfs_dirhash.c | 135 int dirblocks, i, j, memreqd, nblocks, narrays, nslots, slot; local in function:ulfsdirhash_build 169 dirblocks = howmany(ip->i_size, dirblksiz); 170 nblocks = (dirblocks * 3 + 1) / 2; 217 dh->dh_dirblks = dirblocks; 218 for (i = 0; i < dirblocks; i++)
|