Searched defs:smallfile2_d (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/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;
259 smallfile2 = percpufreeb / smallfile2_d;
/illumos-gate/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;
1432 smallfile2 = percpufreeb / smallfile2_d;

Completed in 76 milliseconds