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

/linux-master/fs/
H A Dioctl.c298 static int compat_ioctl_preallocate(struct file *file, int mode, function
970 error = compat_ioctl_preallocate(f.file, 0, compat_ptr(arg));
974 error = compat_ioctl_preallocate(f.file, FALLOC_FL_PUNCH_HOLE,
978 error = compat_ioctl_preallocate(f.file, FALLOC_FL_ZERO_RANGE,

Completed in 100 milliseconds