#include <linux/fs.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/kthread.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/srcu.h>
#include <linux/atomic.h>
#include <linux/fsnotify_backend.h>
#include "fsnotify.h"
Go to the source code of this file.
device_initcall |
( |
fsnotify_mark_init |
| ) |
|
void fsnotify_clear_marks_by_group |
( |
struct fsnotify_group * |
group | ) |
|
void fsnotify_clear_marks_by_group_flags |
( |
struct fsnotify_group * |
group, |
|
|
unsigned int |
flags |
|
) |
| |
void fsnotify_destroy_mark |
( |
struct fsnotify_mark * |
mark | ) |
|
void fsnotify_duplicate_mark |
( |
struct fsnotify_mark * |
new, |
|
|
struct fsnotify_mark * |
old |
|
) |
| |
void fsnotify_get_mark |
( |
struct fsnotify_mark * |
mark | ) |
|
void fsnotify_put_mark |
( |
struct fsnotify_mark * |
mark | ) |
|
void fsnotify_set_mark_ignored_mask_locked |
( |
struct fsnotify_mark * |
mark, |
|
|
__u32 |
mask |
|
) |
| |
void fsnotify_set_mark_mask_locked |
( |
struct fsnotify_mark * |
mark, |
|
|
__u32 |
mask |
|
) |
| |