Linux Kernel
3.7.1
|
#include <linux/dcache.h>
#include <linux/fs.h>
#include <linux/fsnotify_backend.h>
#include <linux/inotify.h>
#include <linux/path.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/sched.h>
#include "inotify.h"
Go to the source code of this file.
Functions | |
void | inotify_free_event_priv (struct fsnotify_event_private_data *fsn_event_priv) |
Variables | |
struct fsnotify_ops | inotify_fsnotify_ops |
Definition at line 205 of file inotify_fsnotify.c.
struct fsnotify_ops inotify_fsnotify_ops |
Definition at line 216 of file inotify_fsnotify.c.