Searched refs:common_preallocate (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/fs/
H A Dvfs.cpp6395 common_preallocate(int fd, off_t offset, off_t length, bool kernel) function
8386 return common_preallocate(fd, offset, length, true);
9271 return common_preallocate(fd, offset, length, false);

Completed in 34 milliseconds