Lines Matching refs:inotify_device
74 struct inotify_device { struct
107 struct inotify_device *dev; /* associated device */
152 static inline void get_inotify_dev(struct inotify_device *dev) in get_inotify_dev()
157 static inline void put_inotify_dev(struct inotify_device *dev) in put_inotify_dev()
172 struct inotify_device *dev; in free_inotify_user_watch()
246 inotify_dev_get_event(struct inotify_device *dev) in inotify_dev_get_event()
257 inotify_dev_get_last_event(struct inotify_device *dev) in inotify_dev_get_last_event()
275 struct inotify_device *dev; in inotify_dev_queue_event()
330 static void remove_kevent(struct inotify_device *dev, in remove_kevent()
353 static void inotify_dev_event_dequeue(struct inotify_device *dev) in inotify_dev_event_dequeue()
386 static int create_watch(struct inotify_device *dev, struct inode *inode, in create_watch()
418 struct inotify_device *dev = file->private_data; in inotify_poll()
437 static struct inotify_kernel_event *get_one_event(struct inotify_device *dev, in get_one_event()
485 struct inotify_device *dev; in inotify_read()
536 struct inotify_device *dev = file->private_data; in inotify_fasync()
543 struct inotify_device *dev = file->private_data; in inotify_release()
562 struct inotify_device *dev; in inotify_ioctl()
594 struct inotify_device *dev; in SYSCALL_DEFINE1()
624 dev = kmalloc(sizeof(struct inotify_device), GFP_KERNEL); in SYSCALL_DEFINE1()
680 struct inotify_device *dev; in SYSCALL_DEFINE3()
724 struct inotify_device *dev; in SYSCALL_DEFINE2()