Home
last modified time | relevance | path

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

/linux/samples/fanotify/
H A Dfs-monitor.c16 #ifndef FAN_FS_ERROR
17 #define FAN_FS_ERROR 0x00008000 macro
66 if (event->mask != FAN_FS_ERROR) { in handle_notifications()
128 FAN_FS_ERROR, AT_FDCWD, argv[1])) { in main()
/linux/Documentation/admin-guide/
H A Dfilesystem-monitoring.rst10 Fanotify supports the FAN_FS_ERROR event type for file system-wide error
15 By design, a FAN_FS_ERROR notification exposes sufficient information
25 problem. For this reason, FAN_FS_ERROR tries to report only the first
30 FAN_FS_ERROR requires the fanotify group to be setup with the
33 At the time of this writing, the only file system that emits FAN_FS_ERROR
36 A FAN_FS_ERROR Notification has the following format::
/linux/include/linux/
H A Dfanotify.h110 #define FANOTIFY_ERROR_EVENTS (FAN_FS_ERROR)
/linux/include/uapi/linux/
H A Dfanotify.h23 #define FAN_FS_ERROR 0x00008000 /* Filesystem error */ macro
/linux/fs/notify/fanotify/
H A Dfanotify.h466 return mask & FAN_FS_ERROR; in fanotify_is_error_event()
H A Dfanotify.c926 BUILD_BUG_ON(FAN_FS_ERROR != FS_ERROR); in fanotify_handle_event()
/linux/samples/
H A DKconfig157 FAN_FS_ERROR fanotify mechanism to monitor filesystem