Searched refs:i_watch (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | auditfilter.c | 103 void audit_free_parent(struct inotify_watch *i_watch) in audit_free_parent() argument 107 parent = container_of(i_watch, struct audit_parent, wdata); in audit_free_parent() 1235 struct inotify_watch *i_watch; in audit_add_watch() local 1253 &i_watch) < 0) { in audit_add_watch() 1261 parent = container_of(i_watch, struct audit_parent, wdata); in audit_add_watch() 1834 void audit_handle_ievent(struct inotify_watch *i_watch, u32 wd, u32 mask, in audit_handle_ievent() argument 1839 parent = container_of(i_watch, struct audit_parent, wdata); in audit_handle_ievent() 1852 inotify_remove_watch_locked(audit_ih, i_watch); in audit_handle_ievent() 1854 put_inotify_watch(i_watch); in audit_handle_ievent()
|