Searched refs:pde_ioctl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/ |
H A D | inode.c | 387 static long pde_ioctl(struct proc_dir_entry *pde, struct file *file, unsigned int cmd, unsigned long arg) in pde_ioctl() function 403 return pde_ioctl(pde, file, cmd, arg); in proc_reg_unlocked_ioctl() 405 rv = pde_ioctl(pde, file, cmd, arg); in proc_reg_unlocked_ioctl()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | inode.c | 382 static long pde_ioctl(struct proc_dir_entry *pde, struct file *file, unsigned int cmd, unsigned long arg) in pde_ioctl() function 398 return pde_ioctl(pde, file, cmd, arg); in proc_reg_unlocked_ioctl() 400 rv = pde_ioctl(pde, file, cmd, arg); in proc_reg_unlocked_ioctl()
|
Completed in 2 milliseconds