HomeSort by relevance Sort by last modified time
    Searched refs:pxfs_fastwrite_enabled (Results 1 - 2 of 2) sorted by null

  /ohac/ohac/usr/src/common/cl/pxfs/common/
pxfs_main.cc 83 // To enable fastwrite, pxfs_fastwrite_enabled should be set to 1.
84 // To disable fastwrite, pxfs_fastwrite_enabled should be set to 0.
91 int pxfs_fastwrite_enabled = 1; variable
  /ohac/ohac/usr/src/common/cl/pxfs/server/
fs_impl.cc 86 extern int pxfs_fastwrite_enabled;
298 // Disable the fastwrite if pxfs_fastwrite_enabled == 0
301 fastwrite = (pxfs_fastwrite_enabled == 1);
    [all...]

Completed in 60 milliseconds