Lines Matching refs:inode
87 struct inode *inode; /* associated inode */ member
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) in inotify_d_instantiate() argument
141 static inline void inotify_inode_queue_event(struct inode *inode, in inotify_inode_queue_event() argument
144 struct inode *n_inode) in inotify_inode_queue_event()
158 static inline void inotify_inode_is_dead(struct inode *inode) in inotify_inode_is_dead() argument
180 static inline __s32 inotify_find_watch(struct inotify_handle *ih, struct inode *inode, in inotify_find_watch() argument
187 struct inode *inode, u32 mask) in inotify_find_update_watch() argument
194 struct inode *inode, __u32 mask) in inotify_add_watch() argument