Home | History | Annotate | Download | only in utils

Lines Matching refs:ih

74  * h_list is protected by ih->mutex of the associated inotify_handle.
76 * ih, inode, and wd are never written to once the watch is created.
86 struct inotify_handle *ih; /* associated inotify handle */
176 static inline void inotify_destroy(struct inotify_handle *ih)
180 static inline __s32 inotify_find_watch(struct inotify_handle *ih, struct inode *inode,
186 static inline __s32 inotify_find_update_watch(struct inotify_handle *ih,
192 static inline __s32 inotify_add_watch(struct inotify_handle *ih,
199 static inline int inotify_rm_watch(struct inotify_handle *ih,
205 static inline int inotify_rm_wd(struct inotify_handle *ih, __u32 wd)
210 static inline void inotify_remove_watch_locked(struct inotify_handle *ih,