Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
inotify.h File Reference
#include <linux/fsnotify_backend.h>
#include <linux/inotify.h>
#include <linux/slab.h>

Go to the source code of this file.

Data Structures

struct  inotify_event_private_data
 
struct  inotify_inode_mark
 

Functions

void inotify_ignored_and_remove_idr (struct fsnotify_mark *fsn_mark, struct fsnotify_group *group)
 
void inotify_free_event_priv (struct fsnotify_event_private_data *event_priv)
 

Variables

struct kmem_cacheevent_priv_cachep
 
struct fsnotify_ops inotify_fsnotify_ops
 

Function Documentation

void inotify_free_event_priv ( struct fsnotify_event_private_data *  event_priv)

Definition at line 205 of file inotify_fsnotify.c.

void inotify_ignored_and_remove_idr ( struct fsnotify_mark *  fsn_mark,
struct fsnotify_group *  group 
)

Definition at line 513 of file inotify_user.c.

Variable Documentation

struct kmem_cache* event_priv_cachep
struct fsnotify_ops inotify_fsnotify_ops

Definition at line 216 of file inotify_fsnotify.c.