Searched refs:f_cdev (Results 1 – 2 of 2) sorted by relevance
711 ldev = filp->f_cdev; in linux_get_fop()778 filp->f_cdev = ldev; in linux_dev_fdopen()787 linux_cdev_deref(filp->f_cdev); in linux_dev_fdopen()1621 ldev = filp->f_cdev; in linux_file_close()1671 if (filp->f_cdev == NULL || filp->f_cdev->cdev == NULL) { in linux_file_ioctl()1676 p = devtoname(filp->f_cdev->cdev); in linux_file_ioctl()1849 return (kcmp_cmp((uintptr_t)filp1->f_cdev, (uintptr_t)filp2->f_cdev)); in linux_file_kcmp()
112 struct linux_cdev *f_cdev; member