Home
last modified time | relevance | path

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

/linux/fs/
A Dioctl.c301 static int compat_ioctl_preallocate(struct file *file, int mode, in compat_ioctl_preallocate() function
938 error = compat_ioctl_preallocate(f.file, 0, compat_ptr(arg)); in COMPAT_SYSCALL_DEFINE3()
942 error = compat_ioctl_preallocate(f.file, FALLOC_FL_PUNCH_HOLE, in COMPAT_SYSCALL_DEFINE3()
946 error = compat_ioctl_preallocate(f.file, FALLOC_FL_ZERO_RANGE, in COMPAT_SYSCALL_DEFINE3()

Completed in 5 milliseconds