Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
inotify_fsnotify.c File Reference
#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
 

Function Documentation

void inotify_free_event_priv ( struct fsnotify_event_private_data *  fsn_event_priv)

Definition at line 205 of file inotify_fsnotify.c.

Variable Documentation

struct fsnotify_ops inotify_fsnotify_ops
Initial value:
= {
.handle_event = inotify_handle_event,
.should_send_event = inotify_should_send_event,
.free_group_priv = inotify_free_group_priv,
.free_event_priv = inotify_free_event_priv,
.freeing_mark = inotify_freeing_mark,
}

Definition at line 216 of file inotify_fsnotify.c.