Searched refs:fsnotify (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H A D | fsnotify.h | 55 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() 462 return fsnotify(FS_ERROR, &report, FSNOTIFY_EVENT_ERROR, in fsnotify_sb_error()
|
/linux/fs/notify/ |
H A D | Makefile | 2 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o mark.o \
|
/linux/fs/kernfs/ |
H A D | file.c | 935 fsnotify(FS_MODIFY | FS_EVENT_ON_CHILD, in kernfs_notify_workfn()
|
/linux/Documentation/trace/ |
H A D | ftrace.rst | 941 sshd-1974 [003] .... 17284.993653: __srcu_read_unlock <-fsnotify 2394 bash-1994 [002] .... 3082.063032: fsnotify <-fsnotify_modify 2395 bash-1994 [002] .... 3082.063032: __srcu_read_lock <-fsnotify 2398 bash-1994 [002] .... 3082.063033: __srcu_read_unlock <-fsnotify 3435 bash-1994 [000] .... 5281.568964: fsnotify <-fsnotify_modify 3436 bash-1994 [000] .... 5281.568964: __srcu_read_lock <-fsnotify 3439 bash-1994 [000] .... 5281.568965: __srcu_read_unlock <-fsnotify
|
/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | cgroups.rst | 383 conventional fsnotify. The support for remounting will be removed in
|
/linux/Documentation/filesystems/ |
H A D | proc.rst | 1985 The files such as eventfd, fsnotify, signalfd, epoll among the regular pos/flags 2076 call [see fsnotify manpage for details].
|