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

/linux-master/fs/proc/
H A Dinode.c401 static long pde_compat_ioctl(struct proc_dir_entry *pde, struct file *file, unsigned int cmd, unsigned long arg) function
416 return pde_compat_ioctl(pde, file, cmd, arg);
418 rv = pde_compat_ioctl(pde, file, cmd, arg);

Completed in 130 milliseconds