Searched refs:snapshot_ioctl (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/kernel/power/ |
| D | user.c | 201 static long snapshot_ioctl(struct file *filp, unsigned int cmd, in snapshot_ioctl() function 420 err = snapshot_ioctl(file, cmd, (unsigned long) &offset); in snapshot_compat_ioctl() 428 return snapshot_ioctl(file, cmd, in snapshot_compat_ioctl() 444 err = snapshot_ioctl(file, SNAPSHOT_SET_SWAP_AREA, in snapshot_compat_ioctl() 451 return snapshot_ioctl(file, cmd, arg); in snapshot_compat_ioctl() 463 .unlocked_ioctl = snapshot_ioctl,
|