Searched refs:snapshot_ioctl (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/kernel/power/ |
D | user.c | 197 static long snapshot_ioctl(struct file *filp, unsigned int cmd, in snapshot_ioctl() function 418 err = snapshot_ioctl(file, cmd, (unsigned long) &offset); in snapshot_compat_ioctl() 426 return snapshot_ioctl(file, cmd, in snapshot_compat_ioctl() 442 err = snapshot_ioctl(file, SNAPSHOT_SET_SWAP_AREA, in snapshot_compat_ioctl() 449 return snapshot_ioctl(file, cmd, arg); in snapshot_compat_ioctl() 461 .unlocked_ioctl = snapshot_ioctl,
|