Linux Kernel
3.7.1
|
#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 |