Searched refs:fsnotify (Results 1 - 25 of 54) sorted by relevance

123

/linux-master/fs/notify/
H A DMakefile2 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o mark.o \
H A Dfsnotify.h6 #include <linux/fsnotify.h>
H A Dfsnotify.c15 #include "fsnotify.h"
236 ret = fsnotify(mask, data, data_type, p_inode, file_name, inode, 0);
468 * fsnotify - This is the main call to fsnotify.
470 * The VFS calls into hook specific functions in linux/fsnotify.h.
487 int fsnotify(__u32 mask, const void *data, int data_type, struct inode *dir, function
590 EXPORT_SYMBOL_GPL(fsnotify); variable
/linux-master/include/linux/
H A Dfsnotify.h6 * include/linux/fsnotify.h - generic hooks for filesystem notification, to
42 return fsnotify(mask, data, data_type, dir, name, NULL, cookie);
59 fsnotify(mask, inode, FSNOTIFY_EVENT_INODE, NULL, NULL, inode, 0);
86 return fsnotify(mask, data, data_type, NULL, NULL, inode, 0);
437 return fsnotify(FS_ERROR, &report, FSNOTIFY_EVENT_ERROR,
H A Dfsnotify_backend.h94 * @to_tell argument of fsnotify().
122 * Each group much define these ops. The fsnotify infrastructure will call
190 * fsnotify will clean up all of the resources associated with this group.
205 * Valid fsnotify group priorities. Events are send in order from highest
285 /* When calling fsnotify tell it if the data is a path or inode */
488 * fsnotify listener to indicate they are either no longer interested in events
492 * when the inode is modified (as seen by fsnotify_access). Some fsnotify
521 /* General fsnotify mark flags */
540 /* main fsnotify call to send events */
541 extern int fsnotify(__u3
826 static inline int fsnotify(__u32 mask, const void *data, int data_type, function
[all...]
/linux-master/io_uring/
H A Dsync.c10 #include <linux/fsnotify.h>
H A Dopenclose.c7 #include <linux/fsnotify.h>
/linux-master/fs/cachefiles/
H A Dxattr.c12 #include <linux/fsnotify.h>
/linux-master/fs/afs/
H A Ddir_silly.c12 #include <linux/fsnotify.h>
/linux-master/fs/
H A Dfhandle.c10 #include <linux/fsnotify.h>
H A Dattr.c15 #include <linux/fsnotify.h>
H A Dremap_range.c8 #include <linux/fsnotify.h>
H A Dfile_table.c24 #include <linux/fsnotify.h>
H A Dreaddir.c17 #include <linux/fsnotify.h>
/linux-master/fs/nfs/
H A Dunlink.c18 #include <linux/fsnotify.h>
/linux-master/fs/devpts/
H A Dinode.c25 #include <linux/fsnotify.h>
/linux-master/fs/pstore/
H A Dinode.c10 #include <linux/fsnotify.h>
/linux-master/fs/kernfs/
H A Dfile.c16 #include <linux/fsnotify.h>
911 /* kick fsnotify */
935 fsnotify(FS_MODIFY | FS_EVENT_ON_CHILD,
980 /* schedule work to kick fsnotify */
/linux-master/fs/fat/
H A Dfile.c16 #include <linux/fsnotify.h>
/linux-master/drivers/android/
H A Dbinderfs.c6 #include <linux/fsnotify.h>
/linux-master/fs/bcachefs/
H A Dfs-ioctl.c13 #include <linux/fsnotify.h>
/linux-master/fs/exfat/
H A Dfile.c11 #include <linux/fsnotify.h>
/linux-master/fs/tracefs/
H A Dinode.c18 #include <linux/fsnotify.h>
H A Devent_inode.c17 #include <linux/fsnotify.h>
/linux-master/fs/debugfs/
H A Dinode.c23 #include <linux/fsnotify.h>

Completed in 324 milliseconds

123