|
Linux Kernel
3.7.1
|
#include <linux/dcache.h>#include <linux/fs.h>#include <linux/gfp.h>#include <linux/init.h>#include <linux/module.h>#include <linux/mount.h>#include <linux/srcu.h>#include <linux/fsnotify_backend.h>#include "fsnotify.h"#include "../mount.h"Go to the source code of this file.
Functions | |
| void | __fsnotify_inode_delete (struct inode *inode) |
| EXPORT_SYMBOL_GPL (__fsnotify_inode_delete) | |
| void | __fsnotify_vfsmount_delete (struct vfsmount *mnt) |
| void | __fsnotify_update_child_dentry_flags (struct inode *inode) |
| int | __fsnotify_parent (struct path *path, struct dentry *dentry, __u32 mask) |
| EXPORT_SYMBOL_GPL (__fsnotify_parent) | |
| int | fsnotify (struct inode *to_tell, __u32 mask, void *data, int data_is, const unsigned char *file_name, u32 cookie) |
| EXPORT_SYMBOL_GPL (fsnotify) | |
| core_initcall (fsnotify_init) | |
Definition at line 34 of file fsnotify.c.
Definition at line 91 of file fsnotify.c.
Definition at line 52 of file fsnotify.c.
Definition at line 40 of file fsnotify.c.
| core_initcall | ( | fsnotify_init | ) |
| EXPORT_SYMBOL_GPL | ( | __fsnotify_inode_delete | ) |
| EXPORT_SYMBOL_GPL | ( | __fsnotify_parent | ) |
| EXPORT_SYMBOL_GPL | ( | fsnotify | ) |
1.8.2