Searched refs:snapshot_ioctl (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/kernel/power/ |
D | user.c | 204 static long snapshot_ioctl(struct file *filp, unsigned int cmd, in snapshot_ioctl() function 425 err = snapshot_ioctl(file, cmd, (unsigned long) &offset); in snapshot_compat_ioctl() 433 return snapshot_ioctl(file, cmd, in snapshot_compat_ioctl() 449 err = snapshot_ioctl(file, SNAPSHOT_SET_SWAP_AREA, in snapshot_compat_ioctl() 456 return snapshot_ioctl(file, cmd, arg); in snapshot_compat_ioctl() 468 .unlocked_ioctl = snapshot_ioctl,
|