Searched refs:f_cdev (Results 1 – 2 of 2) sorted by relevance
693 ldev = filp->f_cdev; in linux_get_fop()760 filp->f_cdev = ldev; in linux_dev_fdopen()769 linux_cdev_deref(filp->f_cdev); in linux_dev_fdopen()1510 ldev = filp->f_cdev; in linux_file_close()1560 if (filp->f_cdev == NULL || filp->f_cdev->cdev == NULL) { in linux_file_ioctl()1565 p = devtoname(filp->f_cdev->cdev); in linux_file_ioctl()1738 return (kcmp_cmp((uintptr_t)filp1->f_cdev, (uintptr_t)filp2->f_cdev)); in linux_file_kcmp()
112 struct linux_cdev *f_cdev; member