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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c150 static uint_t smallfile1_d = SMALLFILE1_D; variable
255 if (smallfile1_d == 0) smallfile1_d = SMALLFILE1_D;
258 smallfile1 = percpufreeb / smallfile1_d;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c727 uint_t smallfile1_d = SMALLFILE1_D; variable
1428 if (smallfile1_d == 0) smallfile1_d = SMALLFILE1_D;
1431 smallfile1 = percpufreeb / smallfile1_d;

Completed in 75 milliseconds