Searched refs:ksys_fallocate (Results 1 – 1 of 1) sorted by relevance
335 int ksys_fallocate(int fd, int mode, loff_t offset, loff_t len) in ksys_fallocate() function349 return ksys_fallocate(fd, mode, offset, len); in SYSCALL_DEFINE4()