Searched defs:allowFallocate (Results 1 – 2 of 2) sorted by relevance
139 public EnvOptions setAllowFallocate(final boolean allowFallocate) { in setAllowFallocate()149 public boolean allowFallocate() { in allowFallocate() method in EnvOptions343 final boolean allowFallocate); in setAllowFallocate()344 private native boolean allowFallocate(final long handle); in allowFallocate() method in EnvOptions
70 public void allowFallocate() { in allowFallocate() method in EnvOptionsTest