Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c151 static uint_t smallfile2_d = SMALLFILE2_D; variable
256 if (smallfile2_d == 0) smallfile2_d = SMALLFILE2_D; in hsfs_read()
259 smallfile2 = percpufreeb / smallfile2_d; in hsfs_read()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c728 uint_t smallfile2_d = SMALLFILE2_D; variable
1429 if (smallfile2_d == 0) smallfile2_d = SMALLFILE2_D; in rdip()
1432 smallfile2 = percpufreeb / smallfile2_d; in rdip()