Linux Kernel
3.7.1
|
#include <linux/fs.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/list.h>
#include <linux/module.h>
#include <linux/mount.h>
#include <linux/mutex.h>
#include <linux/namei.h>
#include <linux/path.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/atomic.h>
#include <linux/fsnotify_backend.h>
#include "fsnotify.h"
Go to the source code of this file.
EXPORT_SYMBOL_GPL | ( | fsnotify_get_cookie | ) |
|
read |
Definition at line 140 of file notification.c.
Definition at line 103 of file notification.c.
Definition at line 357 of file notification.c.
|
read |
Definition at line 396 of file notification.c.
Definition at line 108 of file notification.c.
Definition at line 283 of file notification.c.
fsnotify_get_cookie - return a unique cookie for use in synchronizing events. Called from fsnotify_move, which is inlined into filesystem modules.
Definition at line 66 of file notification.c.
Definition at line 79 of file notification.c.
Definition at line 73 of file notification.c.
Definition at line 266 of file notification.c.
Definition at line 84 of file notification.c.
Definition at line 236 of file notification.c.
|
read |
Definition at line 118 of file notification.c.
int fsnotify_replace_event | ( | struct fsnotify_event_holder * | old_holder, |
struct fsnotify_event * | new_event | ||
) |
Definition at line 319 of file notification.c.
subsys_initcall | ( | fsnotify_notification_init | ) |