Home
last modified time | relevance | path

Searched refs:fsnotify (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dfsnotify.h55 return fsnotify(mask, data, data_type, dir, name, NULL, cookie); in fsnotify_name()
72 fsnotify(mask, inode, FSNOTIFY_EVENT_INODE, NULL, NULL, inode, 0); in fsnotify_inode()
99 return fsnotify(mask, data, data_type, NULL, NULL, inode, 0); in fsnotify_parent()
H A Dfsnotify_backend.h648 extern int fsnotify(__u32 mask, const void *data, int data_type,
937 static inline int fsnotify(__u32 mask, const void *data, int data_type, in fsnotify() function
/linux/fs/notify/
H A DMakefile2 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o mark.o \
H A Dfsnotify.c238 ret = fsnotify(mask, data, data_type, p_inode, file_name, inode, 0); in __fsnotify_parent()
492 int fsnotify(__u32 mask, const void *data, int data_type, struct inode *dir, in fsnotify() function
606 EXPORT_SYMBOL_GPL(fsnotify);
711 fsnotify(mask, &data, FSNOTIFY_EVENT_MNT, NULL, NULL, NULL, 0); in fsnotify_mnt()
/linux/fs/kernfs/
H A Dfile.c957 fsnotify(FS_MODIFY | FS_EVENT_ON_CHILD, in kernfs_notify_workfn()
/linux/Documentation/admin-guide/cgroup-v1/
H A Dcgroups.rst383 conventional fsnotify. The support for remounting will be removed in
/linux/
H A DMAINTAINERS10521 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fsnotify
10523 F: include/linux/fsnotify*.h