Searched refs:setAllowFallocate (Results 1 – 2 of 2) sorted by relevance
139 public EnvOptions setAllowFallocate(final boolean allowFallocate) { in setAllowFallocate() method in EnvOptions140 setAllowFallocate(nativeHandle_, allowFallocate); in setAllowFallocate()342 private native void setAllowFallocate(final long handle, in setAllowFallocate() method in EnvOptions
73 envOptions.setAllowFallocate(boolValue); in allowFallocate()