Searched refs:do_fallocate (Results 1 – 2 of 2) sorted by relevance
233 int do_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in do_fallocate() function297 error = do_fallocate(f.file, mode, offset, len); in SYSCALL_DEFINE4()
446 return do_fallocate(filp, FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in ioctl_preallocate()