Home
last modified time | relevance | path

Searched refs:ts_fallocate (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_syscall.c123 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