Searched refs:f_cdev (Results 1 – 2 of 2) sorted by relevance
695 ldev = filp->f_cdev; in linux_get_fop()762 filp->f_cdev = ldev; in linux_dev_fdopen()771 linux_cdev_deref(filp->f_cdev); in linux_dev_fdopen()1566 ldev = filp->f_cdev; in linux_file_close()1616 if (filp->f_cdev == NULL || filp->f_cdev->cdev == NULL) { in linux_file_ioctl()1621 p = devtoname(filp->f_cdev->cdev); in linux_file_ioctl()1794 return (kcmp_cmp((uintptr_t)filp1->f_cdev, (uintptr_t)filp2->f_cdev)); in linux_file_kcmp()
111 struct linux_cdev *f_cdev; member