Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
dnotify.c File Reference
#include <linux/fs.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/dnotify.h>
#include <linux/init.h>
#include <linux/spinlock.h>
#include <linux/slab.h>
#include <linux/fdtable.h>
#include <linux/fsnotify_backend.h>

Go to the source code of this file.

Data Structures

struct  dnotify_mark
 

Functions

void dnotify_flush (struct file *filp, fl_owner_t id)
 
int fcntl_dirnotify (int fd, struct file *filp, unsigned long arg)
 

Variables

int dir_notify_enable __read_mostly = 1
 

Function Documentation

void dnotify_flush ( struct file filp,
fl_owner_t  id 
)

Definition at line 169 of file dnotify.c.

int fcntl_dirnotify ( int  fd,
struct file filp,
unsigned long  arg 
)

Definition at line 271 of file dnotify.c.

Variable Documentation

struct fsnotify_group* dnotify_group __read_mostly = 1

Definition at line 29 of file dnotify.c.