Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c147 static u_offset_t smallfile1 = 32 * 1024; variable
258 smallfile1 = percpufreeb / smallfile1_d; in hsfs_read()
260 smallfile1 = MAX(smallfile1, smallfile); in hsfs_read()
261 smallfile1 = MAX(smallfile1, smallfile64); in hsfs_read()
262 smallfile2 = MAX(smallfile1, smallfile2); in hsfs_read()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c724 static u_offset_t smallfile1 = 32 * 1024; variable
1431 smallfile1 = percpufreeb / smallfile1_d; in rdip()
1433 smallfile1 = MAX(smallfile1, smallfile); in rdip()
1434 smallfile1 = MAX(smallfile1, smallfile64); in rdip()
1435 smallfile2 = MAX(smallfile1, smallfile2); in rdip()
1440 ip->i_nextr == (off & PAGEMASK) && off > smallfile1; in rdip()