Searched refs:ts_fallocate (Results 1 – 1 of 1) sorted by relevance
123 static int ts_fallocate(int fd, off_t off, off_t len);149 /* 15 */ { "fallocate", (sqlite3_syscall_ptr)ts_fallocate, 0, 0, 0 },393 static int ts_fallocate(int fd, off_t off, off_t len){ in ts_fallocate() function