Home
last modified time | relevance | path

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

/fs/
Dopen.c341 int ksys_fallocate(int fd, int mode, loff_t offset, loff_t len) in ksys_fallocate() function
355 return ksys_fallocate(fd, mode, offset, len); in SYSCALL_DEFINE4()
362 return ksys_fallocate(fd, mode, compat_arg_u64_glue(offset), in COMPAT_SYSCALL_DEFINE6()