/kernel/linux/linux-6.6/include/linux/ |
H A D | fsnotify.h | 6 * 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 D | fsnotify_backend.h | 94 * @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 D | fsnotify.h | 6 * 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 D | fsnotify_backend.h | 88 * @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 D | fsnotify.h | 6 #include <linux/fsnotify.h>
|
H A D | fsnotify.c | 15 #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 D | fsnotify.h | 6 #include <linux/fsnotify.h>
|
H A D | fsnotify.c | 15 #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 D | sync.c | 10 #include <linux/fsnotify.h>
|
H A D | openclose.c | 7 #include <linux/fsnotify.h>
|
/kernel/linux/linux-5.10/fs/ |
H A D | fhandle.c | 10 #include <linux/fsnotify.h>
|
H A D | attr.c | 15 #include <linux/fsnotify.h>
|
H A D | file_table.c | 23 #include <linux/fsnotify.h>
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
H A D | xattr.c | 12 #include <linux/fsnotify.h>
|
/kernel/linux/linux-6.6/fs/ |
H A D | fhandle.c | 10 #include <linux/fsnotify.h>
|
H A D | attr.c | 15 #include <linux/fsnotify.h>
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | dir_silly.c | 12 #include <linux/fsnotify.h>
|
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | xattr.c | 12 #include <linux/fsnotify.h>
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | dir_silly.c | 12 #include <linux/fsnotify.h>
|
/kernel/linux/linux-5.10/fs/kernfs/ |
H A D | file.c | 16 #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 D | file.c | 16 #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 D | authentication.c | 9 #include <linux/fsnotify.h>
|
/kernel/linux/linux-5.10/fs/devpts/ |
H A D | inode.c | 25 #include <linux/fsnotify.h>
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | file.c | 16 #include <linux/fsnotify.h>
|
/kernel/linux/linux-5.10/fs/pstore/ |
H A D | inode.c | 10 #include <linux/fsnotify.h>
|