Home
last modified time | relevance | path

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

/linux-6.12.1/samples/fanotify/
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-6.12.1/Documentation/admin-guide/
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-6.12.1/include/linux/
Dfanotify.h99 #define FANOTIFY_ERROR_EVENTS (FAN_FS_ERROR)
/linux-6.12.1/include/uapi/linux/
Dfanotify.h23 #define FAN_FS_ERROR 0x00008000 /* Filesystem error */ macro
/linux-6.12.1/fs/notify/fanotify/
Dfanotify.h456 return mask & FAN_FS_ERROR; in fanotify_is_error_event()
Dfanotify_user.c1354 (mask & FAN_FS_ERROR)) { in fanotify_add_mark()
1784 if (mask & FAN_FS_ERROR && in do_fanotify_mark()
Dfanotify.c911 BUILD_BUG_ON(FAN_FS_ERROR != FS_ERROR); in fanotify_handle_event()
/linux-6.12.1/samples/
DKconfig157 FAN_FS_ERROR fanotify mechanism to monitor filesystem