Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-6.6/include/linux/
H A Dfsnotify.h6 * include/linux/fsnotify.h - generic hooks for filesystem notification, to
36 return fsnotify(mask, data, data_type, dir, name, NULL, cookie); in fsnotify_name()
53 fsnotify(mask, inode, FSNOTIFY_EVENT_INODE, NULL, NULL, inode, 0); in fsnotify_inode()
80 return fsnotify(mask, data, data_type, NULL, NULL, inode, 0); in fsnotify_parent()
393 return fsnotify(FS_ERROR, &report, FSNOTIFY_EVENT_ERROR, in fsnotify_sb_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 */
490 * fsnotify listener to indicate they are either no longer interested in events
494 * when the inode is modified (as seen by fsnotify_access). Some fsnotify
523 /* General fsnotify mark flags */
540 /* main fsnotify call to send events */
541 extern int fsnotify(__u3
828 static inline int fsnotify(__u32 mask, const void *data, int data_type, fsnotify() function
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dfsnotify.h6 * include/linux/fsnotify.h - generic hooks for filesystem notification, to
33 fsnotify(mask, child, FSNOTIFY_EVENT_INODE, dir, name, NULL, cookie); in fsnotify_name()
47 fsnotify(mask, inode, FSNOTIFY_EVENT_INODE, NULL, NULL, inode, 0); in fsnotify_inode()
71 return fsnotify(mask, data, data_type, NULL, NULL, inode, 0); in fsnotify_parent()
H A Dfsnotify_backend.h88 * @to_tell argument of fsnotify().
116 * Each group much define these ops. The fsnotify infrastructure will call
184 * fsnotify will clean up all of the resources associated with this group.
199 * Valid fsnotify group priorities. Events are send in order from highest
249 /* When calling fsnotify tell it if the data is a path or inode */
371 * fsnotify listener to indicate they are either no longer interested in events
375 * when the inode is modified (as seen by fsnotify_access). Some fsnotify
414 /* main fsnotify call to send events */
415 extern int fsnotify(__u32 mask, const void *data, int data_type,
469 /* called from fsnotify listener
587 static inline int fsnotify(__u32 mask, const void *data, int data_type, fsnotify() function
[all...]
/kernel/linux/linux-5.10/fs/notify/
H A Dfsnotify.h6 #include <linux/fsnotify.h>
H A Dfsnotify.c15 #include "fsnotify.h"
232 ret = fsnotify(mask, data, data_type, p_inode, file_name, inode, 0); in __fsnotify_parent()
443 * fsnotify - This is the main call to fsnotify.
445 * The VFS calls into hook specific functions in linux/fsnotify.h.
462 int fsnotify(__u32 mask, const void *data, int data_type, struct inode *dir, in fsnotify() function
555 EXPORT_SYMBOL_GPL(fsnotify); variable
/kernel/linux/linux-6.6/fs/notify/
H A Dfsnotify.h6 #include <linux/fsnotify.h>
H A Dfsnotify.c15 #include "fsnotify.h"
230 ret = fsnotify(mask, data, data_type, p_inode, file_name, inode, 0); in __fsnotify_parent()
462 * fsnotify - This is the main call to fsnotify.
464 * The VFS calls into hook specific functions in linux/fsnotify.h.
481 int fsnotify(__u32 mask, const void *data, int data_type, struct inode *dir, in fsnotify() function
584 EXPORT_SYMBOL_GPL(fsnotify); variable
/kernel/linux/linux-6.6/io_uring/
H A Dsync.c10 #include <linux/fsnotify.h>
H A Dopenclose.c7 #include <linux/fsnotify.h>
/kernel/linux/linux-5.10/fs/
H A Dfhandle.c10 #include <linux/fsnotify.h>
H A Dattr.c15 #include <linux/fsnotify.h>
H A Dfile_table.c23 #include <linux/fsnotify.h>
/kernel/linux/linux-5.10/fs/cachefiles/
H A Dxattr.c12 #include <linux/fsnotify.h>
/kernel/linux/linux-6.6/fs/
H A Dfhandle.c10 #include <linux/fsnotify.h>
H A Dattr.c15 #include <linux/fsnotify.h>
/kernel/linux/linux-5.10/fs/afs/
H A Ddir_silly.c12 #include <linux/fsnotify.h>
/kernel/linux/linux-6.6/fs/cachefiles/
H A Dxattr.c12 #include <linux/fsnotify.h>
/kernel/linux/linux-6.6/fs/afs/
H A Ddir_silly.c12 #include <linux/fsnotify.h>
/kernel/linux/linux-5.10/fs/kernfs/
H A Dfile.c16 #include <linux/fsnotify.h>
862 /* kick fsnotify */ in kernfs_notify_workfn()
886 fsnotify(FS_MODIFY | FS_EVENT_ON_CHILD, in kernfs_notify_workfn()
931 /* schedule work to kick fsnotify */ in kernfs_notify()
/kernel/linux/linux-6.6/fs/kernfs/
H A Dfile.c16 #include <linux/fsnotify.h>
924 /* kick fsnotify */ in kernfs_notify_workfn()
948 fsnotify(FS_MODIFY | FS_EVENT_ON_CHILD, in kernfs_notify_workfn()
993 /* schedule work to kick fsnotify */ in kernfs_notify()
/kernel/linux/linux-5.10/fs/hmdfs/authority/
H A Dauthentication.c9 #include <linux/fsnotify.h>
/kernel/linux/linux-5.10/fs/devpts/
H A Dinode.c25 #include <linux/fsnotify.h>
/kernel/linux/linux-5.10/fs/fat/
H A Dfile.c16 #include <linux/fsnotify.h>
/kernel/linux/linux-5.10/fs/pstore/
H A Dinode.c10 #include <linux/fsnotify.h>

Completed in 17 milliseconds

1234