Home | History | Annotate | Download | only in utils

Lines Matching refs:inode

2  * Inode based directory notification for Linux
72 * struct inotify_watch - represents a watch request on a specific inode
75 * i_list, mask are protected by inode->inotify_mutex of the associated inode.
76 * ih, inode, and wd are never written to once the watch is created.
84 struct list_head i_list; /* entry in inode's list */
87 struct inode *inode; /* associated inode */
94 const char *, struct inode *);
102 extern void inotify_d_instantiate(struct dentry *, struct inode *);
104 extern void inotify_inode_queue_event(struct inode *, __u32, __u32,
105 const char *, struct inode *);
109 extern void inotify_inode_is_dead(struct inode *);
117 extern __s32 inotify_find_watch(struct inotify_handle *, struct inode *,
119 extern __s32 inotify_find_update_watch(struct inotify_handle *, struct inode *,
122 struct inode *, __u32);
133 struct inode *inode)
141 static inline void inotify_inode_queue_event(struct inode *inode,
144 struct inode *n_inode)
158 static inline void inotify_inode_is_dead(struct inode *inode)
180 static inline __s32 inotify_find_watch(struct inotify_handle *ih, struct inode *inode,
187 struct inode *inode, u32 mask)
194 struct inode *inode, __u32 mask)